my $image = Image::Magick->new; my $blob=get_data_from_db(); $image->BlobToImage($blob); $image->Write('test_out.jpg');