Hello, you know all GD functions work via image pointer , which appoints
to some file, or else empty image

$img_pointer = imagecreatefromjpeg("$image_file_name");

or

$img_pointer = imagecreate($width,$height);

I have stored lot of images into BLOB Mysql fields, and need recover it
to resize. How can I create some image pointer from string stored into
BLOB field?

Thanks

Miguel




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to