im using the WideImage libary to do some modifications to a image, when the proccess is done the binary data of the image is returned by $new->output('jpg', 90); The problem is that output is a binary data that i cant use with the <IMG SRC="image.jpg">. How can i adapt the code? Thanks
im using the WideImage libary to do some modifications to a image, when the
Share
just echo it out to the user when he requests the image.
This is the typical pattern:
This is what you do in the PHP