Hello, I was wondering if someone could help me out on an image resize script (PHP + GD2) + Encoding... The Script Needs To...
1) Take an uploaded image and proportionally resize it to defined sizes.
2) Take that same uploaded image and proportionally resize it to a different set of defined sizes.
3) Then base64_encode() both resized images into seperate variables to be added to a MySQL database. (I can do the adding to Db)
4) Then delete both the original uploaded image and the two GD2 created images.
Note: If the image didn't need to be resized then i need the original to be encoded in place of the image that wasn't.
If someone could help me out with this... I would be forever grateful.
You may either post here or contact me at
tmilewski@gmail.com
Thanks Again,
Tom