php - Where is the oposite of imagecreatefromstring -


i have image in string $data. need resize image, convert image imagecreatefromstring. how resized image $data variable? i've found imagepng in ilk.

use imagepng output buffering:

ob_start(); imagepng($image); $data = ob_get_clean(); 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -