I am looking for an image processing extension for PHP. I know about gd but it does not have all the features I need. I want to crop, resize, compress images, generate images on the fly, create thumbnails of images, etc.
I would like to know which extensions are available and also how to install them. I know about imagemagick and gmagick; imagemagick is more resource hungry than gmagick but when I tried to use gmagick it is not working properly. Maybe I have not installed it correctly. If anyone knows how to install gmagick on Windows Vista please let me know.
If there are better extensions for image processing in PHP please let me know.