Page 1 of 1

apply unsharp mask filter on a .bmp or .jpg image

Posted: 2007-01-29T07:07:51-07:00
by stikhs
I would like to know how to apply the unsharp mask filter to my images using the command line options of Imagemagick!I am working under windows!It would be very helpful ,if you could give me an example!
Thanks in advance!

Posted: 2007-01-29T08:39:18-07:00
by el_supremo

Code: Select all

convert input.jpg -unsharp 0x1.6+1+.08 output.jpg
and see:
http://magick.imagemagick.org/script/co ... hp#unsharp

Pete