advanced code snippet search
mracoker on 02/01/10
php image base64
02/01/10 03:40pm
1 person have marked this snippet as a favorite
wirenaught
$img = imagecreatefromstring(base64_decode($string));if($img != false){ imagejpeg($img, '/path/to/new/image.jpg');}
Report this snippet Tweet
Comment:
You need to login to post a comment.