TMI-71: Now ignores ICC color profile if type/component count does not match image data.

This commit is contained in:
Harald Kuhr
2014-10-28 10:08:24 +01:00
parent 73eaef3347
commit 8669a986c5
3 changed files with 32 additions and 2 deletions

View File

@@ -143,6 +143,9 @@ public interface TIFF {
int TAG_WHITE_POINT = 318;
int TAG_PRIMARY_CHROMATICITIES = 319;
int TAG_COLOR_MAP = 320;
int TAG_INK_SET = 332;
int TAG_INK_NAMES = 333;
int TAG_NUMBER_OF_INKS = 334;
int TAG_EXTRA_SAMPLES = 338;
int TAG_TRANSFER_RANGE = 342;
int TAG_YCBCR_COEFFICIENTS = 529;