Re: [PHP] Resizing a jpeg stored in a database

2003-09-18 Thread Jason Wong
On Friday 19 September 2003 04:51, Donald Tyler wrote: [snip] > Now I need to combine the two processes. I am storing jpegs in a > database, and I want to write a script that can serve the image as > either a thumbnail view or a full view. How exactly would I go about > this? I was hoping I could

[PHP] Resizing a jpeg stored in a database

2003-09-18 Thread Donald Tyler
Hi, I have a question that I hope you can answer. So far I have accomplished the following: Storing a jpeg in a MySQL database Retrieving the jpeg from the database Sending the jpeg to a browser and displaying it correctly Creating dynamic PNG images in PHP Resizing the dynamic PNG i