message if it can't load it.
testimg/pgm.pgm Simple pgm for testing the right sample is in the right place
testimg/rgb16.tif 16-bit/sample RGB image - strips
testimg/rgb16t.tif 16-bit/sample RGB image - tiled
+testimg/rgbatsep.tif Tiled/separated for testing RGBA codepath
testimg/scale.gif
testimg/scale.ppm
testimg/scalei.gif
# tiled, non-contig, should fallback to RGBA code
my $rgbatsep = Imager->new;
ok($rgbatsep->read(file => 'testimg/rgbatsep.tif'),
- "read base rgba image");
+ "read tiled, separated rgba image")
+ or diag($rgbatsep->errstr);
is_image($rgba, $rgbatsep, "check they match");
}
{ # read bi-level