Jump to content

get string of an images


neugi

Recommended Posts

Hi,

i'm creating an image  (gif) from an imagestring whith this function:

$img = imagecreatefromstring($filestring);

after some other stuff im doing with the image i want to get back the string (jpeg), but without writing the image to the server.

so imagejpeg($img) don't work for me. is there a function that i can use to get only the string of the image $img?

gruz
Link to comment
https://forums.phpfreaks.com/topic/17497-get-string-of-an-images/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.