Subject: | Trouble with tiff format |
I got some troubles with tiff format image manipulation with Image::Imlib2
binding. Just loading and saving a tiff image result in a all-black image:
[guillaume@pomerol ~]$ perl -MImage::Imlib2 -lwe 'my $img =
Image::Imlib2->load(shift) or die $!; $img->save("out.tiff");' in.tiff
channel bits == 1
out.tif is all black.
I'm running latest versions of both Image::Imlib2 (1.07) and the imlib2
library (1.2.1) under mandrake cooker.
The problem seems to have been reported also on Apache::Gallery user list:
http://www.nowhere.dk/A::G/msg00892.html