Question regarding convert -blur
Posted: 2013-03-28T17:30:10-07:00
Hello,
This is probably trivial but I couldn't find an appropriate answer in the documentation. I am trying to understand an existing script that uses convert in this syntax
I see that blur has only one argument,10. Is this the radius? Does that mean the Sigma is 0? Because the documentation at http://www.imagemagick.org/script/comma ... s.php#blur tells me that Sigma is mandatory.
Thanks!
This is probably trivial but I couldn't find an appropriate answer in the documentation. I am trying to understand an existing script that uses convert in this syntax
Code: Select all
convert -quality 100 -blur 10 xxx.jpg xxx.jpg
Thanks!