Skip Menu |

This queue is for tickets about the Image-Imlib2 CPAN distribution.

Report information
The Basics
Id: 13656
Status: rejected
Priority: 0/
Queue: Image-Imlib2

People
Owner: Nobody in particular
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.07
Fixed in: (no value)



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
On Tue Jul 12 04:30:20 2005, GROUSSE wrote: Show quoted text
> 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:
Unfortunately this is a problem with the underlying imlib C library. There's not much I can do. Leon