Hi, Problem: i am trying to take a JPEG that i have stored as a blob in a mySQL DB table resize the image (make into a thumbnail) and save back to the same mySQL table in a DIFFERENT column so it becomes part of the same record. Read about 50 posts and can't make any sense of it all. Tried ImageCopyResize without success please help me before i lose IT! Thanks dudes Kind Regards John F.
I think you will need to have the image written as a file first, then use GD or something like ImageMagick or nconvert to do the resizing.
I have not been able to pull binary data from a DB and manipulate it without writing it to a file first.