Search found 1 match
- 2013-03-28T17:30:10-07:00
- Forum: Users
- Topic: Question regarding convert -blur
- Replies: 1
- Views: 2543
Question regarding convert -blur
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 convert -quality 100 -blur 10 xxx.jpg xxx.jpg I see that blur has only one argument,10. Is this the radius? Does that mean the ...