Robert Cummings wrote: > M wrote: > > > > 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 > > imagecreatefromstring() seems to be the candidate... however a comment > attached to the help page indicates it is buggy. I suggest trying it out > and if that fails then pull your image from the database, write to a > temporary file, and then use imagecreatefromjpeg() as per usual. > > Cheers, > Rob.
Hello Rob, just to inform that function ImageCreateFromString works ok Thanks for your valuable info Miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php