Usage of ReadImageBlob
Re: Usage of ReadImageBlob
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().