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