> I created a batch file with mogrify x160 <path>*.jpg to resize them all
Use a script instead and resize one image at a time. When you use mogrify, all your images are kept in memory. If you convert one at a time, the program only consumes enough memory to resize the one image. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
