Page 1 of 1

Re: mogrify: Argument list too long

Posted: 2007-02-09T11:41:38-07:00
by magick
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
use
  • mogrify -resize 50% "*.jpg"