Skip Menu |

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

Report information
The Basics
Id: 51210
Status: resolved
Priority: 0/
Queue: Image-Size

People
Owner: rjray [...] blackperl.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Wrong regexp for GIF detection
The regexp for matching GIF files reads in the Image::Size source code like this: my %type_map = ( '^GIF8[7,9]a' => \&gifsize, This is wrong, the "," should be removed between "7" and "9". Otherwise files starting with "GIF8,a" would also be detected as GIF files. Regards, Slaven
Thanks! Regards, Slaven