Can I use -lat with mogrify?
When I tried the following command...
Code: Select all
mogrify -lat 10x10+2% *.png
Code: Select all
mogrify: unrecognized option `-lat' @ error/mogrify.c/MogrifyImageCommand/5263
The following convert command works fine...
Code: Select all
convert in_001.png -lat 10x10+2% out_001.png
Using Kubuntu 15.10 and IM 6.8.9-9
Thanks
Miguel