my $raw_tiff = get_from_DB(); my $image = new Image::Magick ( magick => 'PNG' ); $image->BlobToImage( $raw_tiff ); my $raw_png = $image->ImageToBlob();
This, however, does not work -- the raw tiff is not converted at all, merely returned as-is.
Has anyone got this working?
d_i_r_t_y
In reply to how do i convert from tiff to png images by d_i_r_t_y
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |