Forum Moderators: coopster

Message Too Old, No Replies

working with images in memory in ImageMagick

help?

         

matthewwithanm

5:34 pm on Aug 16, 2005 (gmt 0)

10+ Year Member



Is there a way to mannipulate images in memory (like in GD) for ImageMagick?

I don't want to actually save the images on the server.

Thanks!

matthewwithanm

8:20 pm on Aug 16, 2005 (gmt 0)

10+ Year Member



Ah...couldn't be simpler. The answer (for those wondering) is that replacing a filename with '-' will output a file stream. From there, it's just a matter of sticking it in a variable.