The PHP Imagick library has irreconcilable memory leaks. I have a script that does a little image manipulation, and every time it's run it gobbles a piece of memory and never gives it back.
So I'm looking for an alternative. It's sad because I worked really hard on getting my script to work perfectly, and then discovered I can't use it in production.
Is Gmagick better?
[
php.net...]
How about GD?
[
php.net...]
Suggestions?