Usage of ReadImageBlob

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.
Post Reply
flashape

Re: Usage of ReadImageBlob

Post by flashape »

You didn't mention if it was working or not, but I think that's about all there is to it. readImageBlob is just meant to read binary from a string instead of from a file from the system, like readImage() would. I have a situation where i need images from a remote server, so I grab the contents of the file as a string using stream_get_contents, and pass that string to readImageBlob().
Post Reply