-testimg/slab.tif Lab color image
-testimg/srgb.tif Simple RGB image
-testimg/srgba.tif RGB with one alpha
-testimg/srgbaa.tif RGB with 2 alpha
-testimg/test_gimp_pal A simple GIMP palette file
-testimg/tiffwarn.tif Generates a warning while being read
-testimg/trimgdesc.gif
-testimg/trmiddesc.gif
-testimg/winrgb2.bmp 1-bit bmp base
-testimg/winrgb24.bmp 24-bit bmp base
-testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
-testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
-testimg/winrgb4.bmp 4-bit bmp base
-testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
-testimg/winrgb8.bmp 8-bit bmp base
-testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
-testimg/zerotype.jpg Image with a zero type entry in the EXIF data
-tga.c Reading and writing Targa files
-tiff.c
+testimg/test.png Standard test image as PNG
+testimg/test.raw Standard test image as RAW
+testimg/test.tga Standard test image as TGA
+testimg/test_gimp_pal A simple GIMP palette file
+testimg/tootall.ppm
+testimg/toowide.ppm
+testimg/winrgb2.bmp 1-bit bmp base
+testimg/winrgb24.bmp 24-bit bmp base
+testimg/winrgb24off.bmp 24-bit bmp with image data offset from header
+testimg/winrgb2off.bmp 1-bit bmp with image data offset from header
+testimg/winrgb4.bmp 4-bit bmp base
+testimg/winrgb4off.bmp 4-bit bmp with image data offset from header
+testimg/winrgb8.bmp 8-bit bmp base
+testimg/winrgb8off.bmp 8-bit bmp with image data offset from header
+tga.c Reading and writing Targa files
+TIFF/imtiff.c
+TIFF/imtiff.h
+TIFF/Makefile.PL
+TIFF/README
+TIFF/t/t10tiff.t Test tiff support
+TIFF/testimg/alpha.tif Alpha scaling test image
+TIFF/testimg/comp4.bmp Compressed 4-bit/pixel BMP
+TIFF/testimg/comp4.tif 4-bit/pixel paletted TIFF
+TIFF/testimg/comp4bad.tif corrupted 4-bit/pixel paletted TIFF
+TIFF/testimg/comp4t.tif 4-bit/pixel paletted TIFF (tiled)
+TIFF/testimg/comp8.bmp Compressed 8-bit/pixel BMP
+TIFF/testimg/comp8.tif 8-bit/pixel paletted TIFF
+TIFF/testimg/gralpha.tif Grey alpha test image
+TIFF/testimg/grey16.tif 16-bit/sample greyscale TIFF
+TIFF/testimg/grey32.tif 32-bit/sample greyscale+alpha TIFF
+TIFF/testimg/imager.pbm Test bi-level
+TIFF/testimg/imager.tif Test bi-level
+TIFF/testimg/pengtile.tif Tiled tiff image, same as penguin-base.ppm
+TIFF/testimg/penguin-base.ppm
+TIFF/testimg/rgb16.tif 16-bit/sample RGB image - strips
+TIFF/testimg/rgb16t.tif 16-bit/sample RGB image - tiled
+TIFF/testimg/rgbatsep.tif Tiled/separated for testing RGBA codepath
+TIFF/testimg/scmyk.tif Simple CMYK TIFF image
+TIFF/testimg/scmyka.tif CMYK with one alpha channel
+TIFF/testimg/scmyka16.tif CMYK with one alpha channel (16-bit)
+TIFF/testimg/scmykaa.tif CMYK with 2 alpha channels
+TIFF/testimg/slab.tif Lab color image
+TIFF/testimg/srgb.tif Simple RGB image
+TIFF/testimg/srgba.tif RGB with one alpha
+TIFF/testimg/srgba16.tif
+TIFF/testimg/srgba32.tif
+TIFF/testimg/srgbaa.tif RGB with 2 alpha
+TIFF/testimg/tiffwarn.tif Generates a warning while being read
+TIFF/TIFF.pm
+TIFF/TIFF.xs