Added testing for 1-D Group 3 Fax compressed image
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3177 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
83b8537ccb
commit
4b9f28b545
@ -169,6 +169,7 @@ TIFFTranslatorTest::IdentifyTest()
|
||||
"/boot/home/resources/tiff/hills_cmyk_nocomp_big.tif",
|
||||
"/boot/home/resources/tiff/hills_rgb_nocomp.tif",
|
||||
"/boot/home/resources/tiff/hills_rgb_packbits.tif",
|
||||
"/boot/home/resources/tiff/homes_bw_fax.tif",
|
||||
"/boot/home/resources/tiff/homes_bw_huffman.tif",
|
||||
"/boot/home/resources/tiff/homes_bw_nocomp.tif",
|
||||
"/boot/home/resources/tiff/homes_bw_nocomp_big.tif",
|
||||
@ -198,6 +199,7 @@ TIFFTranslatorTest::IdentifyTest()
|
||||
"TIFF Image (Big, CMYK, None)",
|
||||
"TIFF Image (Little, RGB, None)",
|
||||
"TIFF Image (Little, RGB, PackBits)",
|
||||
"TIFF Image (Little, Mono, Group 3)",
|
||||
"TIFF Image (Little, Mono, Huffman)",
|
||||
"TIFF Image (Little, Mono, None)",
|
||||
"TIFF Image (Big, Mono, None)",
|
||||
@ -370,6 +372,8 @@ TIFFTranslatorTest::TranslateTest()
|
||||
"/boot/home/resources/tiff/hills_rgb.bits" },
|
||||
{ "/boot/home/resources/tiff/hills_rgb_packbits.tif",
|
||||
"/boot/home/resources/tiff/hills_rgb.bits" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_fax.tif",
|
||||
"/boot/home/resources/tiff/homes_bw.bits" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_huffman.tif",
|
||||
"/boot/home/resources/tiff/homes_bw.bits" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_nocomp.tif",
|
||||
|
Loading…
Reference in New Issue
Block a user