Search found 1 match

by sdj
2011-08-29T11:06:34-07:00
Forum: PerlMagick
Topic: BlobToImage can not produce image from Oracle DB - help
Replies: 2
Views: 16958

BlobToImage can not produce image from Oracle DB - help

Hi there,

I am reading Oracle database of BLOB (images..don't know what format those are but trying to read and want to display or store it in a file.

my $test_image;
my $image=Image::Magick->new(magick=>'jpg', size =>'640x480',depth=>72);

$sql = "select my_image from all_images_BLOB where id_pk ...