Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 128481
Status: resolved
Priority: 0/
Queue: Imager

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

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



Subject: No errorstring set with weird gif
I have an arguably legal but odd gif. Imager doesn't like it, but doesn't explain why it doesn't like it. I'm not suggesting Imager should support this if you don't think it's a legal gif, but it should at least complain with a string message, I think: use Imager; Imager->new( data => "GIF89a;;;;;;;;", type => "gif" ) || die Imager->errstr(); Died at -e line 1
On Tue Feb 12 01:53:26 2019, SARGIE wrote: Show quoted text
> I have an arguably legal but odd gif. Imager doesn't like it, but > doesn't explain why it doesn't like it. I'm not suggesting Imager > should support this if you don't think it's a legal gif, but it should > at least complain with a string message, I think: > > use Imager; Imager->new( data => "GIF89a;;;;;;;;", type => "gif" ) || > die Imager->errstr(); > Died at -e line 1
I've added an error string in Imager 1.010. Thanks for the report. Tony