my $image = Image::Magick->new; $image->Read('test_in.jpg'); my @data=$image->ImageToBlob(magick=>'jpeg'); put_data_in_db($data[0]);