Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

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

People
Owner: TONYC [...] cpan.org
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

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



Subject: read() method attempts to call format read functions without checking the format is supported
For example, if Imager is built without JPEG support and you do: $im->read(file=>'somejpeg.jpg') the Imager crashes since it can't find i_readjpeg_wiol(). It's possible write() has the same problem.