changed identify string from "TIFF Image*" to "TIFF image*" so that it is more like Be's
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3524 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -160,63 +160,63 @@ TIFFTranslatorTest::IdentifyTest()
|
||||
};
|
||||
const IdentifyInfo aTiffPaths[] = {
|
||||
{ "/boot/home/resources/tiff/beer_rgb_nocomp.tif",
|
||||
"TIFF Image (Little, RGB, None)" },
|
||||
"TIFF image (Little, RGB, None)" },
|
||||
{ "/boot/home/resources/tiff/beer_rgb_nocomp_big.tif",
|
||||
"TIFF Image (Big, RGB, None)" },
|
||||
"TIFF image (Big, RGB, None)" },
|
||||
{ "/boot/home/resources/tiff/blocks_rgb_nocomp.tif",
|
||||
"TIFF Image (Little, RGB, None)" },
|
||||
"TIFF image (Little, RGB, None)" },
|
||||
{ "/boot/home/resources/tiff/hills_bw_huffman.tif",
|
||||
"TIFF Image (Little, Mono, Huffman)" },
|
||||
"TIFF image (Little, Mono, Huffman)" },
|
||||
{ "/boot/home/resources/tiff/hills_cmyk_nocomp.tif",
|
||||
"TIFF Image (Little, CMYK, None)" },
|
||||
"TIFF image (Little, CMYK, None)" },
|
||||
{ "/boot/home/resources/tiff/hills_cmyk_nocomp_big.tif",
|
||||
"TIFF Image (Big, CMYK, None)" },
|
||||
"TIFF image (Big, CMYK, None)" },
|
||||
{ "/boot/home/resources/tiff/hills_rgb_nocomp.tif",
|
||||
"TIFF Image (Little, RGB, None)" },
|
||||
"TIFF image (Little, RGB, None)" },
|
||||
{ "/boot/home/resources/tiff/hills_rgb_packbits.tif",
|
||||
"TIFF Image (Little, RGB, PackBits)" },
|
||||
"TIFF image (Little, RGB, PackBits)" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_fax.tif",
|
||||
"TIFF Image (Little, Mono, Group 3)" },
|
||||
"TIFF image (Little, Mono, Group 3)" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_huffman.tif",
|
||||
"TIFF Image (Little, Mono, Huffman)" },
|
||||
"TIFF image (Little, Mono, Huffman)" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_nocomp.tif",
|
||||
"TIFF Image (Little, Mono, None)" },
|
||||
"TIFF image (Little, Mono, None)" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_nocomp_big.tif",
|
||||
"TIFF Image (Big, Mono, None)" },
|
||||
"TIFF image (Big, Mono, None)" },
|
||||
{ "/boot/home/resources/tiff/homes_bw_packbits.tif",
|
||||
"TIFF Image (Little, Mono, PackBits)" },
|
||||
"TIFF image (Little, Mono, PackBits)" },
|
||||
{ "/boot/home/resources/tiff/homes_cmap4_nocomp.tif",
|
||||
"TIFF Image (Little, Palette, None)" },
|
||||
"TIFF image (Little, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/homes_cmap4_nocomp_big.tif",
|
||||
"TIFF Image (Big, Palette, None)" },
|
||||
"TIFF image (Big, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/homes_cmap4_packbits.tif",
|
||||
"TIFF Image (Little, Palette, PackBits)" },
|
||||
"TIFF image (Little, Palette, PackBits)" },
|
||||
{ "/boot/home/resources/tiff/homes_gray8_nocomp.tif",
|
||||
"TIFF Image (Little, Gray, None)" },
|
||||
"TIFF image (Little, Gray, None)" },
|
||||
{ "/boot/home/resources/tiff/homes_gray8_nocomp_big.tif",
|
||||
"TIFF Image (Big, Gray, None)" },
|
||||
"TIFF image (Big, Gray, None)" },
|
||||
{ "/boot/home/resources/tiff/homes_gray8_packbits.tif",
|
||||
"TIFF Image (Little, Gray, PackBits)" },
|
||||
"TIFF image (Little, Gray, PackBits)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmap4_nocomp.tif",
|
||||
"TIFF Image (Little, Palette, None)" },
|
||||
"TIFF image (Little, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmap4_nocomp_big.tif",
|
||||
"TIFF Image (Big, Palette, None)" },
|
||||
"TIFF image (Big, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmap4_packbits.tif",
|
||||
"TIFF Image (Little, Palette, PackBits)" },
|
||||
"TIFF image (Little, Palette, PackBits)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmap8_nocomp.tif",
|
||||
"TIFF Image (Little, Palette, None)" },
|
||||
"TIFF image (Little, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmap8_nocomp_big.tif",
|
||||
"TIFF Image (Big, Palette, None)" },
|
||||
"TIFF image (Big, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmap8_packbits.tif",
|
||||
"TIFF Image (Little, Palette, PackBits)" },
|
||||
"TIFF image (Little, Palette, PackBits)" },
|
||||
{ "/boot/home/resources/tiff/logo_cmyk_nocomp.tif",
|
||||
"TIFF Image (Little, CMYK, None)" },
|
||||
"TIFF image (Little, CMYK, None)" },
|
||||
{ "/boot/home/resources/tiff/vsmall_cmap4_nocomp.tif",
|
||||
"TIFF Image (Little, Palette, None)" },
|
||||
"TIFF image (Little, Palette, None)" },
|
||||
{ "/boot/home/resources/tiff/vsmall_rgb_nocomp.tif",
|
||||
"TIFF Image (Little, RGB, None)" },
|
||||
"TIFF image (Little, RGB, None)" },
|
||||
{ "/boot/home/resources/tiff/backup_help.tif",
|
||||
"TIFF Image (Big, Mono, Group 3)" }
|
||||
"TIFF image (Big, Mono, Group 3)" }
|
||||
};
|
||||
|
||||
IdentifyTests(this, proster, aTiffPaths,
|
||||
@@ -437,7 +437,7 @@ translation_format gTIFFInputFormats[] = {
|
||||
0.1f,
|
||||
0.1f,
|
||||
"image/tiff",
|
||||
"TIFF Image"
|
||||
"TIFF image"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -457,7 +457,7 @@ translation_format gTIFFOutputFormats[] = {
|
||||
0.6f,
|
||||
0.2f,
|
||||
"image/tiff",
|
||||
"TIFF Image"
|
||||
"TIFF image"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user