Subject: | read_multi with type='tif' |
Greetings,
Imager->read_multi() does not recongnise 'tif' as a synonym of 'tiff'.
This is very suprising. At least, it should list the valid formats, so
the coder sees the problem is his fault, not in the TIFF file support.
Imager.pm, line 1875.
- elsif ($type eq 'tiff') {
+ elsif ($type eq 'tiff' or $type eq 'tif') {
Cheers,
-Philip