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?".
Converting some images via a cron task on our servers, but some of the images do not finish, end up with grey backgrounds. Usually, 2/10 images will not convert correctly. Any ideas whats the problem?
Check your temporary disk space, are you running out of free space? You can change the temporary disk space path with MAGICK_TMPDIR environment variable or the -define registry:temporary-path=/data/tmp command line.
Do you have policy.xml? Resource limits should be made in policy.xml. They have no effect in configure.xml. You can also set environment variables (e.g. MAGICK_TMPDIR=/data/tmp) or the command line (e.g. -limit memory 2MiB).
So I am going to restart the web server, on reboot will these settings go into effect? Also, is there any other options I should look at in order to fix this bug I am getting.
So I was reading the imagemagick article about how to speed things up, as my error logs are showing IM has not finishing the completion of the images. It seems because we are sending so many to process sometimes, IM/Server gets overloaded. In the IM article it says to try using not so many system calls at once, so I am curious if anyone knows how to make our code more simple, minimize the system calls: