in reply to mod_perl hostname gif creator
I use this all the time along with:my $pic = $image->ImageToBlob(); $r->send_http_header; $r->print( $pic );
to get images in & out of the database.$image = new Image::Magick($image_type); $image->BlobToImage($blob);
|
|---|