IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Ok I have a loop that resizes various images into medium and large versions of that image. It seems everything works fine until I go to write a particular image out to the server...(just this one image in the loop, others seem to be working fine.) On this particular image the file is created, but contains zero data, I need to find why the writeImage function is freezing and not writing. At least find a work around know that this write is not working and try something else. Below is a section of my code. Above this code I check for the correct mimetype before running it through the resize section of the code.
Hmm, that is weird, I am currently resizing the rest of the images, it'll take a few hours because it is quite a few and is transferring each image to another server via ftp. After it is done, I'll see what is up with that one image and let everyone know what I find.