Is there a reverse function to match ImageCreateFromString() so that my newly manipulated image can be dumped back to a string (so I can then insert it into my database)?
The solution I'm using right now is to dump it to disk and then re-load it into memory ... bit messy though, plus I have to know what the image type is to know which function to use to do this (i.e. ImageGIF(), ImageJPEG etc).
Cheers, Andy.