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!
apply unsharp mask filter on a .bmp or .jpg image
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Code: Select all
convert input.jpg -unsharp 0x1.6+1+.08 output.jpg
http://magick.imagemagick.org/script/co ... hp#unsharp
Pete