Posted by Parastatidis Nikos on 06/27/05 14:45
i have some customers images on blob fields
i have an image template that i whan to use it as background and merge the
customer image with the template
this is what i mean manipulate gernaly handle the image directly as taken
from the database and not storeing temporary on a file.
is this posible?
or do i have fopen and put the stream from the database on a temp file.
"Parastatidis Nikos" <capamaru@quake.gr> wrote in message
news:d9ommu$239$1@nic.grnet.gr...
> hi there
>
> i have some images on blob fields on mysql
>
> is there a way to manipulate them directrly from the image stream i get
> from mysql?
> or i have to write the stream on a file first?
>
> because most image functions of php take filenames as variables
> is there any way to manipulate images directly from mysql?
>
> Thanks in advance.
>
[Back to original message]
|