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:

[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, ma