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 just load the image from the database and
> then insert it into an object I created with "imagecreate()". However I
> don't seem to be able to find any functions that will allow me to do
> that.

imagecreatefromstring()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Space is to place as eternity is to time.
                -- Joseph Joubert
*/

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

Reply via email to