GraphicsMagick: genimages: Add support for writing uncompressed ...

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.408.1684687643.20881.graphicsmagick-commit@lists.sourceforge.net>
changeset b2b57fb3167b in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=b2b57fb3167b
summary: genimages: Add support for writing uncompressed ("none"), rle, lzw, zip, zstd, and lzma compressed variants

diffstat:

 ChangeLog                                  |     5 +
 utilities/tests/gen-tiff-images/README.txt |  6502 +++++++++++++++++++++++----
 utilities/tests/gen-tiff-images/genimages  |   365 +-
 www/Changelog.html                         |     4 +
 4 files changed, 5765 insertions(+), 1111 deletions(-)

diffs (truncated from 6940 to 500 lines):

diff -r 97d6b55f1b76 -r b2b57fb3167b ChangeLog
--- a/ChangeLog	Sun May 21 09:48:02 2023 -0500
+++ b/ChangeLog	Sun May 21 11:47:06 2023 -0500
@@ -1,5 +1,10 @@
 2023-05-21  Bob Friesenhahn  <[email protected]>
 
+	* utilities/tests/gen-tiff-images/genimages: Add support for
+	writing uncompressed ("none"), rle, lzw, zip, zstd, and lzma
+	compressed variants since these compressors do not have peculiar
+	requirements.  With this change 5568 files are generated!
+
 	* coders/png.c (ReadMNGImage): Can not use interpolation for first
 	pixel in MNG X_method 5.  Fixes oss-fuzz issue 31109
 	"graphicsmagick:coder_MNG_fuzzer: Heap-buffer-overflow in
diff -r 97d6b55f1b76 -r b2b57fb3167b utilities/tests/gen-tiff-images/README.txt
--- a/utilities/tests/gen-tiff-images/README.txt	Sun May 21 09:48:02 2023 -0500
+++ b/utilities/tests/gen-tiff-images/README.txt	Sun May 21 11:47:06 2023 -0500
@@ -1,9 +1,9 @@
 The genimages script in this directory uses GraphicsMagick to produce
-a large collection of TIFF files (928 files!) based on a sample input
+a large collection of TIFF files (5568 files!) based on a sample input
 file.  The TIFF files include the common varieties as well as many
 esoteric varieties.  The TIFF files vary based on data organization
-and bit/sample sizes.  File compression is not a factor in these
-samples, since they are not compressed.
+and bit/sample sizes.  For the moment, we produce uncompressed
+('none'), rle, lzw, zip, zstd, and lzma compressed variants by default.
 
 A "Q32" build of GraphicsMagick (e.g. --with-quantum-depth=32) is
 recommended in order to write true 32-bit deep images, although a
@@ -33,931 +33,5571 @@
 These files are currently generated (as shown in the summary.txt file
 generated by the script):
 
-tiff:img-u-minisblack-strip-o32-lsb-fm-01.tif            983x887 int 1-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-02.tif            983x887 int 2-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-04.tif            983x887 int 4-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-06.tif            983x887 int 6-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-08.tif            983x887 int 8-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-10.tif            983x887 int 10-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-12.tif            983x887 int 12-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-14.tif            983x887 int 14-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-16.tif            983x887 int 16-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-24.tif            983x887 int 24-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fm-32.tif            983x887 int 32-bit minisblack strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-01.tif            983x887 int 1-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-02.tif            983x887 int 2-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-04.tif            983x887 int 4-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-06.tif            983x887 int 6-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-08.tif            983x887 int 8-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-10.tif            983x887 int 10-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-12.tif            983x887 int 12-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-14.tif            983x887 int 14-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-16.tif            983x887 int 16-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-24.tif            983x887 int 24-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-lsb-fm-32.tif            983x887 int 32-bit miniswhite strip tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-01.tif             983x887 int 1-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-02.tif             983x887 int 2-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-04.tif             983x887 int 4-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-06.tif             983x887 int 6-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-08.tif             983x887 int 8-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-10.tif             983x887 int 10-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-12.tif             983x887 int 12-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-14.tif             983x887 int 14-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-16.tif             983x887 int 16-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-24.tif             983x887 int 24-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-lsb-fm-32.tif             983x887 int 32-bit minisblack tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-01.tif             983x887 int 1-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-02.tif             983x887 int 2-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-04.tif             983x887 int 4-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-06.tif             983x887 int 6-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-08.tif             983x887 int 8-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-10.tif             983x887 int 10-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-12.tif             983x887 int 12-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-14.tif             983x887 int 14-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-16.tif             983x887 int 16-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-24.tif             983x887 int 24-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-lsb-fm-32.tif             983x887 int 32-bit miniswhite tiled tiff lsb msb2lsb gray image
-tiff:img-u-palette-strip-o32-lsb-fm-02.tif               983x887 int 4-entry colormapped strip tiff lsb msb2lsb image
-tiff:img-u-palette-strip-o32-lsb-fm-03.tif               983x887 int 8-entry colormapped strip tiff lsb msb2lsb image
-tiff:img-u-palette-strip-o32-lsb-fm-04.tif               983x887 int 16-entry colormapped strip tiff lsb msb2lsb image
-tiff:img-u-palette-strip-o32-lsb-fm-08.tif               983x887 int 256-entry colormapped strip tiff lsb msb2lsb image
-tiff:img-u-palette-strip-o32-lsb-fm-12.tif               983x887 int 4096-entry colormapped strip tiff lsb msb2lsb image
-tiff:img-u-palette-strip-o32-lsb-fm-16.tif               983x887 int 65536-entry colormapped strip tiff lsb msb2lsb image
-tiff:img-u-palette-tile-o32-lsb-fm-02.tif                983x887 int 4-entry colormapped tiled tiff lsb msb2lsb image
-tiff:img-u-palette-tile-o32-lsb-fm-03.tif                983x887 int 8-entry colormapped tiled tiff lsb msb2lsb image
-tiff:img-u-palette-tile-o32-lsb-fm-04.tif                983x887 int 16-entry colormapped tiled tiff lsb msb2lsb image
-tiff:img-u-palette-tile-o32-lsb-fm-08.tif                983x887 int 256-entry colormapped tiled tiff lsb msb2lsb image
-tiff:img-u-palette-tile-o32-lsb-fm-12.tif                983x887 int 4096-entry colormapped tiled tiff lsb msb2lsb image
-tiff:img-u-palette-tile-o32-lsb-fm-16.tif                983x887 int 65536-entry colormapped tiled tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-02.tif            983x887 int 2-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-04.tif            983x887 int 4-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-08.tif            983x887 int 8-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-10.tif            983x887 int 10-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-12.tif            983x887 int 12-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-14.tif            983x887 int 14-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-16.tif            983x887 int 16-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-24.tif            983x887 int 24-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-lsb-fm-32.tif            983x887 int 32-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-02.tif            983x887 int 2-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-04.tif            983x887 int 4-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-08.tif            983x887 int 8-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-10.tif            983x887 int 10-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-12.tif            983x887 int 12-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-14.tif            983x887 int 14-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-16.tif            983x887 int 16-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-24.tif            983x887 int 24-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-lsb-fm-32.tif            983x887 int 32-bit separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-02.tif             983x887 int 2-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-04.tif             983x887 int 4-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-08.tif             983x887 int 8-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-10.tif             983x887 int 10-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-12.tif             983x887 int 12-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-14.tif             983x887 int 14-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-16.tif             983x887 int 16-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-24.tif             983x887 int 24-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-lsb-fm-32.tif             983x887 int 32-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-02.tif             983x887 int 2-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-04.tif             983x887 int 4-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-08.tif             983x887 int 8-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-10.tif             983x887 int 10-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-12.tif             983x887 int 12-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-14.tif             983x887 int 14-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-16.tif             983x887 int 16-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-24.tif             983x887 int 24-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-lsb-fm-32.tif             983x887 int 32-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-u-separated-strip-contig-o32-lsb-fm-08.tif      983x887 int 8-bit strip contiguous CMYK image
-tiff:img-u-separated-strip-contig-o32-lsb-fm-16.tif      983x887 int 16-bit strip contiguous CMYK image
-tiff:img-u-separated-strip-planar-o32-lsb-fm-08.tif      983x887 int 8-bit strip separated CMYK tiff lsb msb2lsb image
-tiff:img-u-separated-strip-planar-o32-lsb-fm-16.tif      983x887 int 16-bit strip separated CMYK tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-lsb-fm-16.tif            983x887 float 16-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-lsb-fm-24.tif            983x887 float 24-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-lsb-fm-32.tif            983x887 float 32-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-lsb-fm-64.tif            983x887 float 64-bit contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-lsb-fm-16.tif            983x887 float 16-bit separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-lsb-fm-24.tif            983x887 float 24-bit separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-lsb-fm-32.tif            983x887 float 32-bit separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-lsb-fm-64.tif            983x887 float 64-bit separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-lsb-fm-16.tif             983x887 float 16-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-lsb-fm-24.tif             983x887 float 24-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-lsb-fm-32.tif             983x887 float 32-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-lsb-fm-64.tif             983x887 float 64-bit tiled contiguous RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-lsb-fm-16.tif             983x887 float 16-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-lsb-fm-24.tif             983x887 float 24-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-lsb-fm-32.tif             983x887 float 32-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-lsb-fm-64.tif             983x887 float 64-bit tiled separated RGB tiff lsb msb2lsb image
-tiff:img-f-separated-strip-contig-o32-lsb-fm-08.tif      983x887 float 8-bit strip contiguous CMYK image
-tiff:img-f-separated-strip-contig-o32-lsb-fm-16.tif      983x887 float 16-bit strip contiguous CMYK image
-tiff:img-f-separated-strip-planar-o32-lsb-fm-08.tif      983x887 float 8-bit strip separated CMYK tiff lsb msb2lsb image
-tiff:img-f-separated-strip-planar-o32-lsb-fm-16.tif      983x887 float 16-bit strip separated CMYK tiff lsb msb2lsb image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-01.tif         983x887 int 1-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-02.tif         983x887 int 2-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-04.tif         983x887 int 4-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-06.tif         983x887 int 6-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-08.tif         983x887 int 8-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-10.tif         983x887 int 10-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-12.tif         983x887 int 12-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-14.tif         983x887 int 14-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-16.tif         983x887 int 16-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-24.tif         983x887 int 24-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-lsb-fm-32.tif         983x887 int 32-bit minisblack strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-01.tif         983x887 int 1-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-02.tif         983x887 int 2-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-04.tif         983x887 int 4-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-06.tif         983x887 int 6-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-08.tif         983x887 int 8-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-10.tif         983x887 int 10-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-12.tif         983x887 int 12-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-14.tif         983x887 int 14-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-16.tif         983x887 int 16-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-24.tif         983x887 int 24-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-lsb-fm-32.tif         983x887 int 32-bit miniswhite strip bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-01.tif          983x887 int 1-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-02.tif          983x887 int 2-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-04.tif          983x887 int 4-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-06.tif          983x887 int 6-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-08.tif          983x887 int 8-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-10.tif          983x887 int 10-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-12.tif          983x887 int 12-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-14.tif          983x887 int 14-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-16.tif          983x887 int 16-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-24.tif          983x887 int 24-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-lsb-fm-32.tif          983x887 int 32-bit minisblack tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-01.tif          983x887 int 1-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-02.tif          983x887 int 2-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-04.tif          983x887 int 4-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-06.tif          983x887 int 6-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-08.tif          983x887 int 8-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-10.tif          983x887 int 10-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-12.tif          983x887 int 12-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-14.tif          983x887 int 14-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-16.tif          983x887 int 16-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-24.tif          983x887 int 24-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-lsb-fm-32.tif          983x887 int 32-bit miniswhite tiled bigtiff lsb msb2lsb gray image
-bigtiff:img-u-palette-strip-o64-lsb-fm-02.tif            983x887 int 4-entry colormapped strip bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-strip-o64-lsb-fm-03.tif            983x887 int 8-entry colormapped strip bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-strip-o64-lsb-fm-04.tif            983x887 int 16-entry colormapped strip bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-strip-o64-lsb-fm-08.tif            983x887 int 256-entry colormapped strip bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-strip-o64-lsb-fm-12.tif            983x887 int 4096-entry colormapped strip bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-strip-o64-lsb-fm-16.tif            983x887 int 65536-entry colormapped strip bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-tile-o64-lsb-fm-02.tif             983x887 int 4-entry colormapped tiled bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-tile-o64-lsb-fm-03.tif             983x887 int 8-entry colormapped tiled bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-tile-o64-lsb-fm-04.tif             983x887 int 16-entry colormapped tiled bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-tile-o64-lsb-fm-08.tif             983x887 int 256-entry colormapped tiled bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-tile-o64-lsb-fm-12.tif             983x887 int 4096-entry colormapped tiled bigtiff lsb msb2lsb image
-bigtiff:img-u-palette-tile-o64-lsb-fm-16.tif             983x887 int 65536-entry colormapped tiled bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-02.tif         983x887 int 2-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-04.tif         983x887 int 4-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-08.tif         983x887 int 8-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-10.tif         983x887 int 10-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-12.tif         983x887 int 12-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-14.tif         983x887 int 14-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-16.tif         983x887 int 16-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-24.tif         983x887 int 24-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-lsb-fm-32.tif         983x887 int 32-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-02.tif         983x887 int 2-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-04.tif         983x887 int 4-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-08.tif         983x887 int 8-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-10.tif         983x887 int 10-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-12.tif         983x887 int 12-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-14.tif         983x887 int 14-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-16.tif         983x887 int 16-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-24.tif         983x887 int 24-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-lsb-fm-32.tif         983x887 int 32-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-02.tif          983x887 int 2-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-04.tif          983x887 int 4-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-08.tif          983x887 int 8-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-10.tif          983x887 int 10-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-12.tif          983x887 int 12-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-14.tif          983x887 int 14-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-16.tif          983x887 int 16-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-24.tif          983x887 int 24-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-lsb-fm-32.tif          983x887 int 32-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-02.tif          983x887 int 2-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-04.tif          983x887 int 4-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-08.tif          983x887 int 8-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-10.tif          983x887 int 10-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-12.tif          983x887 int 12-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-14.tif          983x887 int 14-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-16.tif          983x887 int 16-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-24.tif          983x887 int 24-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-lsb-fm-32.tif          983x887 int 32-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-u-separated-strip-contig-o64-lsb-fm-08.tif   983x887 int 8-bit strip contiguous CMYK image
-bigtiff:img-u-separated-strip-contig-o64-lsb-fm-16.tif   983x887 int 16-bit strip contiguous CMYK image
-bigtiff:img-u-separated-strip-planar-o64-lsb-fm-08.tif   983x887 int 8-bit strip separated CMYK bigtiff lsb msb2lsb image
-bigtiff:img-u-separated-strip-planar-o64-lsb-fm-16.tif   983x887 int 16-bit strip separated CMYK bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-lsb-fm-16.tif         983x887 float 16-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-lsb-fm-24.tif         983x887 float 24-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-lsb-fm-32.tif         983x887 float 32-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-lsb-fm-64.tif         983x887 float 64-bit contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-lsb-fm-16.tif         983x887 float 16-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-lsb-fm-24.tif         983x887 float 24-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-lsb-fm-32.tif         983x887 float 32-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-lsb-fm-64.tif         983x887 float 64-bit separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-lsb-fm-16.tif          983x887 float 16-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-lsb-fm-24.tif          983x887 float 24-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-lsb-fm-32.tif          983x887 float 32-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-lsb-fm-64.tif          983x887 float 64-bit tiled contiguous RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-lsb-fm-16.tif          983x887 float 16-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-lsb-fm-24.tif          983x887 float 24-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-lsb-fm-32.tif          983x887 float 32-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-lsb-fm-64.tif          983x887 float 64-bit tiled separated RGB bigtiff lsb msb2lsb image
-bigtiff:img-f-separated-strip-contig-o64-lsb-fm-08.tif   983x887 float 8-bit strip contiguous CMYK image
-bigtiff:img-f-separated-strip-contig-o64-lsb-fm-16.tif   983x887 float 16-bit strip contiguous CMYK image
-bigtiff:img-f-separated-strip-planar-o64-lsb-fm-08.tif   983x887 float 8-bit strip separated CMYK bigtiff lsb msb2lsb image
-bigtiff:img-f-separated-strip-planar-o64-lsb-fm-16.tif   983x887 float 16-bit strip separated CMYK bigtiff lsb msb2lsb image
-tiff:img-u-minisblack-strip-o32-msb-fm-01.tif            983x887 int 1-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-02.tif            983x887 int 2-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-04.tif            983x887 int 4-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-06.tif            983x887 int 6-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-08.tif            983x887 int 8-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-10.tif            983x887 int 10-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-12.tif            983x887 int 12-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-14.tif            983x887 int 14-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-16.tif            983x887 int 16-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-24.tif            983x887 int 24-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-strip-o32-msb-fm-32.tif            983x887 int 32-bit minisblack strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-01.tif            983x887 int 1-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-02.tif            983x887 int 2-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-04.tif            983x887 int 4-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-06.tif            983x887 int 6-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-08.tif            983x887 int 8-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-10.tif            983x887 int 10-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-12.tif            983x887 int 12-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-14.tif            983x887 int 14-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-16.tif            983x887 int 16-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-24.tif            983x887 int 24-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-strip-o32-msb-fm-32.tif            983x887 int 32-bit miniswhite strip tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-01.tif             983x887 int 1-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-02.tif             983x887 int 2-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-04.tif             983x887 int 4-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-06.tif             983x887 int 6-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-08.tif             983x887 int 8-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-10.tif             983x887 int 10-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-12.tif             983x887 int 12-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-14.tif             983x887 int 14-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-16.tif             983x887 int 16-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-24.tif             983x887 int 24-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-minisblack-tile-o32-msb-fm-32.tif             983x887 int 32-bit minisblack tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-01.tif             983x887 int 1-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-02.tif             983x887 int 2-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-04.tif             983x887 int 4-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-06.tif             983x887 int 6-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-08.tif             983x887 int 8-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-10.tif             983x887 int 10-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-12.tif             983x887 int 12-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-14.tif             983x887 int 14-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-16.tif             983x887 int 16-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-24.tif             983x887 int 24-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-miniswhite-tile-o32-msb-fm-32.tif             983x887 int 32-bit miniswhite tiled tiff msb msb2lsb gray image
-tiff:img-u-palette-strip-o32-msb-fm-02.tif               983x887 int 4-entry colormapped strip tiff msb msb2lsb image
-tiff:img-u-palette-strip-o32-msb-fm-03.tif               983x887 int 8-entry colormapped strip tiff msb msb2lsb image
-tiff:img-u-palette-strip-o32-msb-fm-04.tif               983x887 int 16-entry colormapped strip tiff msb msb2lsb image
-tiff:img-u-palette-strip-o32-msb-fm-08.tif               983x887 int 256-entry colormapped strip tiff msb msb2lsb image
-tiff:img-u-palette-strip-o32-msb-fm-12.tif               983x887 int 4096-entry colormapped strip tiff msb msb2lsb image
-tiff:img-u-palette-strip-o32-msb-fm-16.tif               983x887 int 65536-entry colormapped strip tiff msb msb2lsb image
-tiff:img-u-palette-tile-o32-msb-fm-02.tif                983x887 int 4-entry colormapped tiled tiff msb msb2lsb image
-tiff:img-u-palette-tile-o32-msb-fm-03.tif                983x887 int 8-entry colormapped tiled tiff msb msb2lsb image
-tiff:img-u-palette-tile-o32-msb-fm-04.tif                983x887 int 16-entry colormapped tiled tiff msb msb2lsb image
-tiff:img-u-palette-tile-o32-msb-fm-08.tif                983x887 int 256-entry colormapped tiled tiff msb msb2lsb image
-tiff:img-u-palette-tile-o32-msb-fm-12.tif                983x887 int 4096-entry colormapped tiled tiff msb msb2lsb image
-tiff:img-u-palette-tile-o32-msb-fm-16.tif                983x887 int 65536-entry colormapped tiled tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-02.tif            983x887 int 2-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-04.tif            983x887 int 4-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-08.tif            983x887 int 8-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-10.tif            983x887 int 10-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-12.tif            983x887 int 12-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-14.tif            983x887 int 14-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-16.tif            983x887 int 16-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-24.tif            983x887 int 24-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-contig-o32-msb-fm-32.tif            983x887 int 32-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-02.tif            983x887 int 2-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-04.tif            983x887 int 4-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-08.tif            983x887 int 8-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-10.tif            983x887 int 10-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-12.tif            983x887 int 12-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-14.tif            983x887 int 14-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-16.tif            983x887 int 16-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-24.tif            983x887 int 24-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-strip-planar-o32-msb-fm-32.tif            983x887 int 32-bit separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-02.tif             983x887 int 2-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-04.tif             983x887 int 4-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-08.tif             983x887 int 8-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-10.tif             983x887 int 10-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-12.tif             983x887 int 12-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-14.tif             983x887 int 14-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-16.tif             983x887 int 16-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-24.tif             983x887 int 24-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-contig-o32-msb-fm-32.tif             983x887 int 32-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-02.tif             983x887 int 2-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-04.tif             983x887 int 4-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-08.tif             983x887 int 8-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-10.tif             983x887 int 10-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-12.tif             983x887 int 12-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-14.tif             983x887 int 14-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-16.tif             983x887 int 16-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-24.tif             983x887 int 24-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-rgb-tile-planar-o32-msb-fm-32.tif             983x887 int 32-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-u-separated-strip-contig-o32-msb-fm-08.tif      983x887 int 8-bit strip contiguous CMYK image
-tiff:img-u-separated-strip-contig-o32-msb-fm-16.tif      983x887 int 16-bit strip contiguous CMYK image
-tiff:img-u-separated-strip-planar-o32-msb-fm-08.tif      983x887 int 8-bit strip separated CMYK tiff msb msb2lsb image
-tiff:img-u-separated-strip-planar-o32-msb-fm-16.tif      983x887 int 16-bit strip separated CMYK tiff msb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-msb-fm-16.tif            983x887 float 16-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-msb-fm-24.tif            983x887 float 24-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-msb-fm-32.tif            983x887 float 32-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-contig-o32-msb-fm-64.tif            983x887 float 64-bit contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-msb-fm-16.tif            983x887 float 16-bit separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-msb-fm-24.tif            983x887 float 24-bit separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-msb-fm-32.tif            983x887 float 32-bit separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-strip-planar-o32-msb-fm-64.tif            983x887 float 64-bit separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-msb-fm-16.tif             983x887 float 16-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-msb-fm-24.tif             983x887 float 24-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-msb-fm-32.tif             983x887 float 32-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-contig-o32-msb-fm-64.tif             983x887 float 64-bit tiled contiguous RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-msb-fm-16.tif             983x887 float 16-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-msb-fm-24.tif             983x887 float 24-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-msb-fm-32.tif             983x887 float 32-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-f-rgb-tile-planar-o32-msb-fm-64.tif             983x887 float 64-bit tiled separated RGB tiff msb msb2lsb image
-tiff:img-f-separated-strip-contig-o32-msb-fm-08.tif      983x887 float 8-bit strip contiguous CMYK image
-tiff:img-f-separated-strip-contig-o32-msb-fm-16.tif      983x887 float 16-bit strip contiguous CMYK image
-tiff:img-f-separated-strip-planar-o32-msb-fm-08.tif      983x887 float 8-bit strip separated CMYK tiff msb msb2lsb image
-tiff:img-f-separated-strip-planar-o32-msb-fm-16.tif      983x887 float 16-bit strip separated CMYK tiff msb msb2lsb image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-01.tif         983x887 int 1-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-02.tif         983x887 int 2-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-04.tif         983x887 int 4-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-06.tif         983x887 int 6-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-08.tif         983x887 int 8-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-10.tif         983x887 int 10-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-12.tif         983x887 int 12-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-14.tif         983x887 int 14-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-16.tif         983x887 int 16-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-24.tif         983x887 int 24-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-strip-o64-msb-fm-32.tif         983x887 int 32-bit minisblack strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-01.tif         983x887 int 1-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-02.tif         983x887 int 2-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-04.tif         983x887 int 4-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-06.tif         983x887 int 6-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-08.tif         983x887 int 8-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-10.tif         983x887 int 10-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-12.tif         983x887 int 12-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-14.tif         983x887 int 14-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-16.tif         983x887 int 16-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-24.tif         983x887 int 24-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-strip-o64-msb-fm-32.tif         983x887 int 32-bit miniswhite strip bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-01.tif          983x887 int 1-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-02.tif          983x887 int 2-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-04.tif          983x887 int 4-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-06.tif          983x887 int 6-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-08.tif          983x887 int 8-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-10.tif          983x887 int 10-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-12.tif          983x887 int 12-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-14.tif          983x887 int 14-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-16.tif          983x887 int 16-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-24.tif          983x887 int 24-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-minisblack-tile-o64-msb-fm-32.tif          983x887 int 32-bit minisblack tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-01.tif          983x887 int 1-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-02.tif          983x887 int 2-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-04.tif          983x887 int 4-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-06.tif          983x887 int 6-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-08.tif          983x887 int 8-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-10.tif          983x887 int 10-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-12.tif          983x887 int 12-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-14.tif          983x887 int 14-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-16.tif          983x887 int 16-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-24.tif          983x887 int 24-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-miniswhite-tile-o64-msb-fm-32.tif          983x887 int 32-bit miniswhite tiled bigtiff msb msb2lsb gray image
-bigtiff:img-u-palette-strip-o64-msb-fm-02.tif            983x887 int 4-entry colormapped strip bigtiff msb msb2lsb image
-bigtiff:img-u-palette-strip-o64-msb-fm-03.tif            983x887 int 8-entry colormapped strip bigtiff msb msb2lsb image
-bigtiff:img-u-palette-strip-o64-msb-fm-04.tif            983x887 int 16-entry colormapped strip bigtiff msb msb2lsb image
-bigtiff:img-u-palette-strip-o64-msb-fm-08.tif            983x887 int 256-entry colormapped strip bigtiff msb msb2lsb image
-bigtiff:img-u-palette-strip-o64-msb-fm-12.tif            983x887 int 4096-entry colormapped strip bigtiff msb msb2lsb image
-bigtiff:img-u-palette-strip-o64-msb-fm-16.tif            983x887 int 65536-entry colormapped strip bigtiff msb msb2lsb image
-bigtiff:img-u-palette-tile-o64-msb-fm-02.tif             983x887 int 4-entry colormapped tiled bigtiff msb msb2lsb image
-bigtiff:img-u-palette-tile-o64-msb-fm-03.tif             983x887 int 8-entry colormapped tiled bigtiff msb msb2lsb image
-bigtiff:img-u-palette-tile-o64-msb-fm-04.tif             983x887 int 16-entry colormapped tiled bigtiff msb msb2lsb image
-bigtiff:img-u-palette-tile-o64-msb-fm-08.tif             983x887 int 256-entry colormapped tiled bigtiff msb msb2lsb image
-bigtiff:img-u-palette-tile-o64-msb-fm-12.tif             983x887 int 4096-entry colormapped tiled bigtiff msb msb2lsb image
-bigtiff:img-u-palette-tile-o64-msb-fm-16.tif             983x887 int 65536-entry colormapped tiled bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-02.tif         983x887 int 2-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-04.tif         983x887 int 4-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-08.tif         983x887 int 8-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-10.tif         983x887 int 10-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-12.tif         983x887 int 12-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-14.tif         983x887 int 14-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-16.tif         983x887 int 16-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-24.tif         983x887 int 24-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-contig-o64-msb-fm-32.tif         983x887 int 32-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-02.tif         983x887 int 2-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-04.tif         983x887 int 4-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-08.tif         983x887 int 8-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-10.tif         983x887 int 10-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-12.tif         983x887 int 12-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-14.tif         983x887 int 14-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-16.tif         983x887 int 16-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-24.tif         983x887 int 24-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-strip-planar-o64-msb-fm-32.tif         983x887 int 32-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-02.tif          983x887 int 2-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-04.tif          983x887 int 4-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-08.tif          983x887 int 8-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-10.tif          983x887 int 10-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-12.tif          983x887 int 12-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-14.tif          983x887 int 14-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-16.tif          983x887 int 16-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-24.tif          983x887 int 24-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-contig-o64-msb-fm-32.tif          983x887 int 32-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-02.tif          983x887 int 2-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-04.tif          983x887 int 4-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-08.tif          983x887 int 8-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-10.tif          983x887 int 10-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-12.tif          983x887 int 12-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-14.tif          983x887 int 14-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-16.tif          983x887 int 16-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-24.tif          983x887 int 24-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-rgb-tile-planar-o64-msb-fm-32.tif          983x887 int 32-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-u-separated-strip-contig-o64-msb-fm-08.tif   983x887 int 8-bit strip contiguous CMYK image
-bigtiff:img-u-separated-strip-contig-o64-msb-fm-16.tif   983x887 int 16-bit strip contiguous CMYK image
-bigtiff:img-u-separated-strip-planar-o64-msb-fm-08.tif   983x887 int 8-bit strip separated CMYK bigtiff msb msb2lsb image
-bigtiff:img-u-separated-strip-planar-o64-msb-fm-16.tif   983x887 int 16-bit strip separated CMYK bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-msb-fm-16.tif         983x887 float 16-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-msb-fm-24.tif         983x887 float 24-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-msb-fm-32.tif         983x887 float 32-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-contig-o64-msb-fm-64.tif         983x887 float 64-bit contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-msb-fm-16.tif         983x887 float 16-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-msb-fm-24.tif         983x887 float 24-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-msb-fm-32.tif         983x887 float 32-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-strip-planar-o64-msb-fm-64.tif         983x887 float 64-bit separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-msb-fm-16.tif          983x887 float 16-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-msb-fm-24.tif          983x887 float 24-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-msb-fm-32.tif          983x887 float 32-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-contig-o64-msb-fm-64.tif          983x887 float 64-bit tiled contiguous RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-msb-fm-16.tif          983x887 float 16-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-msb-fm-24.tif          983x887 float 24-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-msb-fm-32.tif          983x887 float 32-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-rgb-tile-planar-o64-msb-fm-64.tif          983x887 float 64-bit tiled separated RGB bigtiff msb msb2lsb image
-bigtiff:img-f-separated-strip-contig-o64-msb-fm-08.tif   983x887 float 8-bit strip contiguous CMYK image
-bigtiff:img-f-separated-strip-contig-o64-msb-fm-16.tif   983x887 float 16-bit strip contiguous CMYK image
-bigtiff:img-f-separated-strip-planar-o64-msb-fm-08.tif   983x887 float 8-bit strip separated CMYK bigtiff msb msb2lsb image
-bigtiff:img-f-separated-strip-planar-o64-msb-fm-16.tif   983x887 float 16-bit strip separated CMYK bigtiff msb msb2lsb image
-tiff:img-u-minisblack-strip-o32-lsb-fl-01.tif            983x887 int 1-bit minisblack strip tiff lsb lsb2msb gray image
-tiff:img-u-minisblack-strip-o32-lsb-fl-02.tif            983x887 int 2-bit minisblack strip tiff lsb lsb2msb gray image
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.