Hi,
I've an issue migrating from 6.6.9-7 to 6.7.7-10. A simple script with a greyscale image messes up (with Gamma it seems but not sure).
Script is:
use Image::Magick;
$img = new Image::Magick;
$img->Read('input.bmp');
$img->Write('output.png');
as you can see, nothing fancy.
You can get ...
Search found 1 match
- 2012-08-01T06:20:31-07:00
- Forum: PerlMagick
- Topic: Perl/ImageMagick 6.7 issue
- Replies: 0
- Views: 10637