Convert and Mogrify Commands CRASH

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Add -limit memory 2 -limit map 4 right after convert on your command line. Let us know if that solves the problem.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

xmrkite wrote: Also, what would you recommend that I do in order to resize these images as fast as possible since it does take some time on a Pentium 1 (133mhz)?

-Thanks


1. Use a Q8 build of ImageMagick

2. For large input JPEGs, use the -size 1024x768 option (put it ahead of the input filename on the command line). If you don't like the result, try -size 2048x1536
Post Reply