[PHP-DB] Images and MySQL - please help

2002-04-17 Thread DrTebi

Hi,
I am trying to do this:
- I have an image stored in database 'A'
- a php script should load this image, and stamp it with a watermark
- then the php script should save the new image (with the watermark)
  in database 'B' ...

How can I do this? I guess somehow I have to buffer the output, manipulate
the buffer by adding the watermark, and then insert the image into the
database.

Is this possible? Any ideas?

Thanks!
DrTebi



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




RE: [PHP-DB] Images and MySQL - please help

2002-04-17 Thread Ruprecht Helms

Hi DrTebi,

fetch the image from database A and put it into a buffer then

 I guess somehow I have to buffer the output, manipulate
 the buffer by adding the watermark, and then insert the image into the
 database B
  ^^

Regards,
Ruprecht


--
E-Mail: Ruprecht Helms [EMAIL PROTECTED]
Date: 17-Apr-02
Time: 10:41:33

to be informed - http://www.rheyn.de -

This message was sent by XFMail
--

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