Re: mogrify: Argument list too long
Posted: 2007-02-09T11:41:38-07:00
Most shells limit the length of the command line. You can get around this by using ImageMagick filename globbing methods. So instead of
- mogrify -resize 50% *.jpg
- mogrify -resize 50% "*.jpg"