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.