Using -lat with mogify
Posted: 2015-11-07T21:18:48-07:00
Hello...
Can I use -lat with mogrify?
When I tried the following command...
... I got the following error message
---
The following convert command works fine...
...but I have several hundred images to convert.
Using Kubuntu 15.10 and IM 6.8.9-9
Thanks
Miguel
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