|
| const int |
TIFFTAG_SUBFILETYPE = 254 |
| |
subfile data descriptor More...
|
| |
| const int |
FILETYPE_REDUCEDIMAGE = 0x1 |
| |
reduced resolution version More...
|
| |
| const int |
FILETYPE_PAGE = 0x2 |
| |
one page of many More...
|
| |
| const int |
FILETYPE_MASK = 0x4 |
| |
transparency mask More...
|
| |
| const int |
TIFFTAG_OSUBFILETYPE = 255 |
| |
+kind of data in subfile More...
|
| |
| const int |
OFILETYPE_IMAGE = 1 |
| |
full resolution image data More...
|
| |
| const int |
OFILETYPE_REDUCEDIMAGE = 2 |
| |
reduced size image data More...
|
| |
| const int |
OFILETYPE_PAGE = 3 |
| |
one page of many More...
|
| |
| const int |
TIFFTAG_IMAGEWIDTH = 256 |
| |
image width in pixels More...
|
| |
| const int |
TIFFTAG_IMAGELENGTH = 257 |
| |
image height in pixels More...
|
| |
| const int |
TIFFTAG_BITSPERSAMPLE = 258 |
| |
bits per channel (sample) More...
|
| |
| const int |
TIFFTAG_COMPRESSION = 259 |
| |
data compression technique More...
|
| |
| const int |
COMPRESSION_NONE = 1 |
| |
dump mode More...
|
| |
| const int |
COMPRESSION_CCITTRLE = 2 |
| |
CCITT modified Huffman RLE More...
|
| |
| const int |
COMPRESSION_CCITTFAX3 = 3 |
| |
CCITT Group 3 fax encoding More...
|
| |
| const int |
COMPRESSION_CCITTFAX4 = 4 |
| |
CCITT Group 4 fax encoding More...
|
| |
| const int |
COMPRESSION_LZW = 5 |
| |
Lempel-Ziv & Welch More...
|
| |
| const int |
COMPRESSION_OJPEG = 6 |
| |
!6.0 JPEG More...
|
| |
| const int |
COMPRESSION_JPEG = 7 |
| |
JPEG DCT compression More...
|
| |
| const int |
COMPRESSION_NEXT = 32766 |
| |
NeXT 2-bit RLE More...
|
| |
| const int |
COMPRESSION_CCITTRLEW = 32771 |
| |
#1 w/ word alignment More...
|
| |
| const int |
COMPRESSION_PACKBITS = 32773 |
| |
Macintosh RLE More...
|
| |
| const int |
COMPRESSION_THUNDERSCAN = 32809 |
| |
ThunderScan RLE More...
|
| |
| const int |
COMPRESSION_IT8CTPAD = 32895 |
| |
IT8 CT w/padding More...
|
| |
| const int |
COMPRESSION_IT8LW = 32896 |
| |
IT8 Linework RLE More...
|
| |
| const int |
COMPRESSION_IT8MP = 32897 |
| |
IT8 Monochrome picture More...
|
| |
| const int |
COMPRESSION_IT8BL = 32898 |
| |
IT8 Binary line art More...
|
| |
| const int |
COMPRESSION_PIXARFILM = 32908 |
| |
Pixar companded 10bit LZW More...
|
| |
| const int |
COMPRESSION_PIXARLOG = 32909 |
| |
Pixar companded 11bit ZIP More...
|
| |
| const int |
COMPRESSION_DEFLATE = 32946 |
| |
Deflate compression More...
|
| |
| const int |
COMPRESSION_ADOBE_DEFLATE = 8 |
| |
Deflate compression, as recognized by Adobe More...
|
| |
| const int |
COMPRESSION_DCS = 32947 |
| |
Kodak DCS encoding More...
|
| |
| const int |
COMPRESSION_JBIG = 34661 |
| |
ISO JBIG More...
|
| |
| const int |
COMPRESSION_SGILOG = 34676 |
| |
SGI Log Luminance RLE More...
|
| |
| const int |
COMPRESSION_SGILOG24 = 34677 |
| |
SGI Log 24-bit packed More...
|
| |
| const int |
TIFFTAG_PHOTOMETRIC = 262 |
| |
photometric interpretation More...
|
| |
| const int |
PHOTOMETRIC_MINISWHITE = 0 |
| |
min value is white More...
|
| |
| const int |
PHOTOMETRIC_MINISBLACK = 1 |
| |
min value is black More...
|
| |
| const int |
PHOTOMETRIC_RGB = 2 |
| |
RGB color model More...
|
| |
| const int |
PHOTOMETRIC_PALETTE = 3 |
| |
color map indexed More...
|
| |
| const int |
PHOTOMETRIC_MASK = 4 |
| |
$holdout mask More...
|
| |
| const int |
PHOTOMETRIC_SEPARATED = 5 |
| |
!color separations More...
|
| |
| const int |
PHOTOMETRIC_YCBCR = 6 |
| |
!CCIR 601 More...
|
| |
| const int |
PHOTOMETRIC_CIELAB = 8 |
| |
!1976 CIE L*a*b More...
|
| |
| const int |
PHOTOMETRIC_LOGL = 32844 |
| |
CIE Log2(L) More...
|
| |
| const int |
PHOTOMETRIC_LOGLUV = 32845 |
| |
CIE Log2(L) (u',v') More...
|
| |
| const int |
TIFFTAG_THRESHHOLDING = 263 |
| |
+thresholding used on data More...
|
| |
| const int |
THRESHHOLD_BILEVEL = 1 |
| |
b&w art scan More...
|
| |
| const int |
THRESHHOLD_HALFTONE = 2 |
| |
or dithered scan More...
|
| |
| const int |
THRESHHOLD_ERRORDIFFUSE = 3 |
| |
usually floyd-steinberg More...
|
| |
| const int |
TIFFTAG_CELLWIDTH = 264 |
| |
+dithering matrix width More...
|
| |
| const int |
TIFFTAG_CELLLENGTH = 265 |
| |
+dithering matrix height More...
|
| |
| const int |
TIFFTAG_FILLORDER = 266 |
| |
data order within a byte More...
|
| |
| const int |
FILLORDER_MSB2LSB = 1 |
| |
most significant -> least More...
|
| |
| const int |
FILLORDER_LSB2MSB = 2 |
| |
least significant -> most More...
|
| |
| const int |
TIFFTAG_DOCUMENTNAME = 269 |
| |
name of doc. More...
|
| |
| const int |
TIFFTAG_IMAGEDESCRIPTION = 270 |
| |
info about image More...
|
| |
| const int |
TIFFTAG_MAKE = 271 |
| |
scanner manufacturer name More...
|
| |
| const int |
TIFFTAG_MODEL = 272 |
| |
scanner model name/number More...
|
| |
| const int |
TIFFTAG_STRIPOFFSETS = 273 |
| |
offsets to data strips More...
|
| |
| const int |
TIFFTAG_ORIENTATION = 274 |
| |
+image orientation More...
|
| |
| const int |
ORIENTATION_TOPLEFT = 1 |
| |
row 0 top, col 0 lhs More...
|
| |
| const int |
ORIENTATION_TOPRIGHT = 2 |
| |
row 0 top, col 0 rhs More...
|
| |
| const int |
ORIENTATION_BOTRIGHT = 3 |
| |
row 0 bottom, col 0 rhs More...
|
| |
| const int |
ORIENTATION_BOTLEFT = 4 |
| |
row 0 bottom, col 0 lhs More...
|
| |
| const int |
ORIENTATION_LEFTTOP = 5 |
| |
row 0 lhs, col 0 top More...
|
| |
| const int |
ORIENTATION_RIGHTTOP = 6 |
| |
row 0 rhs, col 0 top More...
|
| |
| const int |
ORIENTATION_RIGHTBOT = 7 |
| |
row 0 rhs, col 0 bottom More...
|
| |
| const int |
ORIENTATION_LEFTBOT = 8 |
| |
row 0 lhs, col 0 bottom More...
|
| |
| const int |
TIFFTAG_SAMPLESPERPIXEL = 277 |
| |
samples per pixel More...
|
| |
| const int |
TIFFTAG_ROWSPERSTRIP = 278 |
| |
rows per strip of data More...
|
| |
| const int |
TIFFTAG_STRIPBYTECOUNTS = 279 |
| |
bytes counts for strips More...
|
| |
| const int |
TIFFTAG_MINSAMPLEVALUE = 280 |
| |
+minimum sample value More...
|
| |
| const int |
TIFFTAG_MAXSAMPLEVALUE = 281 |
| |
+maximum sample value More...
|
| |
| const int |
TIFFTAG_XRESOLUTION = 282 |
| |
pixels/resolution in x More...
|
| |
| const int |
TIFFTAG_YRESOLUTION = 283 |
| |
pixels/resolution in y More...
|
| |
| const int |
TIFFTAG_PLANARCONFIG = 284 |
| |
storage organization More...
|
| |
| const int |
PLANARCONFIG_CONTIG = 1 |
| |
single image plane More...
|
| |
| const int |
PLANARCONFIG_SEPARATE = 2 |
| |
separate planes of data More...
|
| |
| const int |
TIFFTAG_PAGENAME = 285 |
| |
page name image is from More...
|
| |
| const int |
TIFFTAG_XPOSITION = 286 |
| |
x page offset of image lhs More...
|
| |
| const int |
TIFFTAG_YPOSITION = 287 |
| |
y page offset of image lhs More...
|
| |
| const int |
TIFFTAG_FREEOFFSETS = 288 |
| |
+byte offset to free block More...
|
| |
| const int |
TIFFTAG_FREEBYTECOUNTS = 289 |
| |
+sizes of free blocks More...
|
| |
| const int |
TIFFTAG_GRAYRESPONSEUNIT = 290 |
| |
$gray scale curve accuracy More...
|
| |
| const int |
GRAYRESPONSEUNIT_10S = 1 |
| |
tenths of a unit More...
|
| |
| const int |
GRAYRESPONSEUNIT_100S = 2 |
| |
hundredths of a unit More...
|
| |
| const int |
GRAYRESPONSEUNIT_1000S = 3 |
| |
thousandths of a unit More...
|
| |
| const int |
GRAYRESPONSEUNIT_10000S = 4 |
| |
ten-thousandths of a unit More...
|
| |
| const int |
GRAYRESPONSEUNIT_100000S = 5 |
| |
hundred-thousandths More...
|
| |
| const int |
TIFFTAG_GRAYRESPONSECURVE = 291 |
| |
$gray scale response curve More...
|
| |
| const int |
TIFFTAG_GROUP3OPTIONS = 292 |
| |
32 flag bits More...
|
| |
| const int |
GROUP3OPT_2DENCODING = 0x1 |
| |
2-dimensional coding More...
|
| |
| const int |
GROUP3OPT_UNCOMPRESSED = 0x2 |
| |
data not compressed More...
|
| |
| const int |
GROUP3OPT_FILLBITS = 0x4 |
| |
fill to byte boundary More...
|
| |
| const int |
TIFFTAG_GROUP4OPTIONS = 293 |
| |
32 flag bits More...
|
| |
| const int |
GROUP4OPT_UNCOMPRESSED = 0x2 |
| |
data not compressed More...
|
| |
| const int |
GROUP4OPT_FILLBITS = 0x4 |
| |
fill to byte boundary More...
|
| |
| const int |
TIFFTAG_RESOLUTIONUNIT = 296 |
| |
units of resolutions More...
|
| |
| const int |
RESUNIT_NONE = 1 |
| |
no meaningful units More...
|
| |
| const int |
RESUNIT_INCH = 2 |
| |
english More...
|
| |
| const int |
RESUNIT_CENTIMETER = 3 |
| |
metric More...
|
| |
| const int |
TIFFTAG_PAGENUMBER = 297 |
| |
page numbers of multi-page More...
|
| |
| const int |
TIFFTAG_COLORRESPONSEUNIT = 300 |
| |
$color curve accuracy More...
|
| |
| const int |
COLORRESPONSEUNIT_10S = 1 |
| |
tenths of a unit More...
|
| |
| const int |
COLORRESPONSEUNIT_100S = 2 |
| |
hundredths of a unit More...
|
| |
| const int |
COLORRESPONSEUNIT_1000S = 3 |
| |
thousandths of a unit More...
|
| |
| const int |
COLORRESPONSEUNIT_10000S = 4 |
| |
ten-thousandths of a unit More...
|
| |
| const int |
COLORRESPONSEUNIT_100000S = 5 |
| |
hundred-thousandths More...
|
| |
| const int |
TIFFTAG_TRANSFERFUNCTION = 301 |
| |
!colorimetry info More...
|
| |
| const int |
TIFFTAG_SOFTWARE = 305 |
| |
name and release More...
|
| |
| const int |
TIFFTAG_DATETIME = 306 |
| |
creation date and time More...
|
| |
| const int |
TIFFTAG_ARTIST = 315 |
| |
creator of image More...
|
| |
| const int |
TIFFTAG_HOSTCOMPUTER = 316 |
| |
machine where created More...
|
| |
| const int |
TIFFTAG_PREDICTOR = 317 |
| |
prediction scheme w/ LZW More...
|
| |
| const int |
PREDICTOR_NONE = 1 |
| |
no predictor More...
|
| |
| const int |
PREDICTOR_HORIZONTAL_DIFFERENCING = 2 |
| |
horizontal differencing More...
|
| |
| const int |
TIFFTAG_WHITEPOINT = 318 |
| |
image white point More...
|
| |
| const int |
TIFFTAG_PRIMARYCHROMATICITIES = 319 |
| |
!primary chromaticities More...
|
| |
| const int |
TIFFTAG_COLORMAP = 320 |
| |
RGB map for pallette image More...
|
| |
| const int |
TIFFTAG_HALFTONEHINTS = 321 |
| |
!highlight+shadow info More...
|
| |
| const int |
TIFFTAG_TILEWIDTH = 322 |
| |
!rows/data tile More...
|
| |
| const int |
TIFFTAG_TILELENGTH = 323 |
| |
!cols/data tile More...
|
| |
| const int |
TIFFTAG_TILEOFFSETS = 324 |
| |
!offsets to data tiles More...
|
| |
| const int |
TIFFTAG_TILEBYTECOUNTS = 325 |
| |
!byte counts for tiles More...
|
| |
| const int |
TIFFTAG_BADFAXLINES = 326 |
| |
lines w/ wrong pixel count More...
|
| |
| const int |
TIFFTAG_CLEANFAXDATA = 327 |
| |
regenerated line info More...
|
| |
| const int |
CLEANFAXDATA_CLEAN = 0 |
| |
no errors detected More...
|
| |
| const int |
CLEANFAXDATA_REGENERATED = 1 |
| |
receiver regenerated lines More...
|
| |
| const int |
CLEANFAXDATA_UNCLEAN = 2 |
| |
uncorrected errors exist More...
|
| |
| const int |
TIFFTAG_CONSECUTIVEBADFAXLINES = 328 |
| |
max consecutive bad lines More...
|
| |
| const int |
TIFFTAG_SUBIFD = 330 |
| |
subimage descriptors More...
|
| |
| const int |
TIFFTAG_INKSET = 332 |
| |
!inks in separated image More...
|
| |
| const int |
INKSET_CMYK = 1 |
| |
!cyan-magenta-yellow-black More...
|
| |
| const int |
TIFFTAG_INKNAMES = 333 |
| |
!ascii names of inks More...
|
| |
| const int |
TIFFTAG_NUMBEROFINKS = 334 |
| |
!number of inks More...
|
| |
| const int |
TIFFTAG_DOTRANGE = 336 |
| |
!0% and 100% dot codes More...
|
| |
| const int |
TIFFTAG_TARGETPRINTER = 337 |
| |
!separation target More...
|
| |
| const int |
TIFFTAG_EXTRASAMPLES = 338 |
| |
!info about extra samples More...
|
| |
| const int |
EXTRASAMPLE_UNSPECIFIED = 0 |
| |
!unspecified data More...
|
| |
| const int |
EXTRASAMPLE_ASSOCALPHA = 1 |
| |
!associated alpha data More...
|
| |
| const int |
EXTRASAMPLE_UNASSALPHA = 2 |
| |
!unassociated alpha data More...
|
| |
| const int |
TIFFTAG_SAMPLEFORMAT = 339 |
| |
!data sample format More...
|
| |
| const int |
SAMPLEFORMAT_UINT = 1 |
| |
!unsigned integer data More...
|
| |
| const int |
SAMPLEFORMAT_INT = 2 |
| |
!signed integer data More...
|
| |
| const int |
SAMPLEFORMAT_IEEEFP = 3 |
| |
!IEEE floating point data More...
|
| |
| const int |
SAMPLEFORMAT_VOID = 4 |
| |
!untyped data More...
|
| |
| const int |
SAMPLEFORMAT_COMPLEXINT = 5 |
| |
!complex signed int More...
|
| |
| const int |
SAMPLEFORMAT_COMPLEXIEEEFP = 6 |
| |
!complex ieee floating More...
|
| |
| const int |
TIFFTAG_SMINSAMPLEVALUE = 340 |
| |
!variable MinSampleValue More...
|
| |
| const int |
TIFFTAG_SMAXSAMPLEVALUE = 341 |
| |
!variable MaxSampleValue More...
|
| |
| const int |
TIFFTAG_JPEGTABLES = 347 |
| |
JPEG table stream More...
|
| |
| const int |
TIFFTAG_JPEGPROC = 512 |
| |
!JPEG processing algorithm More...
|
| |
| const int |
JPEGPROC_BASELINE = 1 |
| |
!baseline sequential More...
|
| |
| const int |
JPEGPROC_LOSSLESS = 14 |
| |
!Huffman coded lossless More...
|
| |
| const int |
TIFFTAG_JPEGIFOFFSET = 513 |
| |
!pointer to SOI marker More...
|
| |
| const int |
TIFFTAG_JPEGIFBYTECOUNT = 514 |
| |
!JFIF stream length More...
|
| |
| const int |
TIFFTAG_JPEGRESTARTINTERVAL = 515 |
| |
!restart interval length More...
|
| |
| const int |
TIFFTAG_JPEGLOSSLESSPREDICTORS = 517 |
| |
!lossless proc predictor More...
|
| |
| const int |
TIFFTAG_JPEGPOINTTRANSFORM = 518 |
| |
!lossless point transform More...
|
| |
| const int |
TIFFTAG_JPEGQTABLES = 519 |
| |
!Q matrice offsets More...
|
| |
| const int |
TIFFTAG_JPEGDCTABLES = 520 |
| |
!DCT table offsets More...
|
| |
| const int |
TIFFTAG_JPEGACTABLES = 521 |
| |
!AC coefficient offsets More...
|
| |
| const int |
TIFFTAG_YCBCRCOEFFICIENTS = 529 |
| |
!RGB -> YCbCr transform More...
|
| |
| const int |
TIFFTAG_YCBCRSUBSAMPLING = 530 |
| |
!YCbCr subsampling factors More...
|
| |
| const int |
TIFFTAG_YCBCRPOSITIONING = 531 |
| |
!subsample positioning More...
|
| |
| const int |
YCBCRPOSITION_CENTERED = 1 |
| |
!as in PostScript Level 2 More...
|
| |
| const int |
YCBCRPOSITION_COSITED = 2 |
| |
!as in CCIR 601-1 More...
|
| |
| const int |
TIFFTAG_REFERENCEBLACKWHITE = 532 |
| |
!colorimetry info More...
|
| |
| const int |
TIFFTAG_REFPTS = 32953 |
| |
image reference points More...
|
| |
| const int |
TIFFTAG_REGIONTACKPOINT = 32954 |
| |
region-xform tack point More...
|
| |
| const int |
TIFFTAG_REGIONWARPCORNERS = 32955 |
| |
warp quadrilateral More...
|
| |
| const int |
TIFFTAG_REGIONAFFINE = 32956 |
| |
affine transformation mat More...
|
| |
| const int |
TIFFTAG_MATTEING = 32995 |
| |
$use ExtraSamples More...
|
| |
| const int |
TIFFTAG_DATATYPE = 32996 |
| |
$use SampleFormat More...
|
| |
| const int |
TIFFTAG_IMAGEDEPTH = 32997 |
| |
z depth of image More...
|
| |
| const int |
TIFFTAG_TILEDEPTH = 32998 |
| |
z depth/data tile More...
|
| |
| const int |
TIFFTAG_PIXAR_IMAGEFULLWIDTH = 33300 |
| |
full image size in x More...
|
| |
| const int |
TIFFTAG_PIXAR_IMAGEFULLLENGTH = 33301 |
| |
full image size in y More...
|
| |
| const int |
TIFFTAG_PIXAR_TEXTUREFORMAT = 33302 |
| |
texture map format More...
|
| |
| const int |
TIFFTAG_PIXAR_WRAPMODES = 33303 |
| |
s & t wrap modes More...
|
| |
| const int |
TIFFTAG_PIXAR_FOVCOT = 33304 |
| |
cotan(fov) for env. More...
|
| |
| const int |
TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN = 33305 |
| |
W2S More...
|
| |
| const int |
TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA = 33306 |
| |
W2C More...
|
| |
| const int |
TIFFTAG_WRITERSERIALNUMBER = 33405 |
| |
device serial number tag 33405 is a private tag registered to Eastman Kodak More...
|
| |
| const int |
TIFFTAG_COPYRIGHT = 33432 |
| |
tag 33432 is listed in the 6.0 spec w/ unknown ownership More...
|
| |
| const int |
TIFFTAG_RICHTIFFIPTC = 33723 |
| |
IPTC TAG from RichTIFF specifications More...
|
| |
| const int |
TIFFTAG_IT8SITE = 34016 |
| |
site name More...
|
| |
| const int |
TIFFTAG_IT8COLORSEQUENCE = 34017 |
| |
color seq. More...
|
| |
| const int |
TIFFTAG_IT8HEADER = 34018 |
| |
DDES Header More...
|
| |
| const int |
TIFFTAG_IT8RASTERPADDING = 34019 |
| |
raster scanline padding More...
|
| |
| const int |
TIFFTAG_IT8BITSPERRUNLENGTH = 34020 |
| |
# of bits in short run More...
|
| |
| const int |
TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH = 34021 |
| |
# of bits in long run More...
|
| |
| const int |
TIFFTAG_IT8COLORTABLE = 34022 |
| |
LW colortable More...
|
| |
| const int |
TIFFTAG_IT8IMAGECOLORINDICATOR = 34023 |
| |
BP/BL image color switch More...
|
| |
| const int |
TIFFTAG_IT8BKGCOLORINDICATOR = 34024 |
| |
BP/BL bg color switch More...
|
| |
| const int |
TIFFTAG_IT8IMAGECOLORVALUE = 34025 |
| |
BP/BL image color value More...
|
| |
| const int |
TIFFTAG_IT8BKGCOLORVALUE = 34026 |
| |
BP/BL bg color value More...
|
| |
| const int |
TIFFTAG_IT8PIXELINTENSITYRANGE = 34027 |
| |
MP pixel intensity value More...
|
| |
| const int |
TIFFTAG_IT8TRANSPARENCYINDICATOR = 34028 |
| |
HC transparency switch More...
|
| |
| const int |
TIFFTAG_IT8COLORCHARACTERIZATION = 34029 |
| |
color character. More...
|
| |
| const int |
TIFFTAG_FRAMECOUNT = 34232 |
| |
Sequence Frame Count More...
|
| |
| const int |
TIFFTAG_ICCPROFILE = 34675 |
| |
ICC profile data tag 34750 is a private tag registered to Adobe? More...
|
| |
| const int |
TIFFTAG_PHOTOSHOP = 34377 |
| |
tag 34377 is private tag registered to Adobe for PhotoShop More...
|
| |
| const int |
TIFFTAG_JBIGOPTIONS = 34750 |
| |
JBIG options tag 34750 is a private tag registered to Pixel Magic More...
|
| |
| const int |
TIFFTAG_FAXRECVPARAMS = 34908 |
| |
encoded Class 2 ses. More...
|
| |
| const int |
TIFFTAG_FAXSUBADDRESS = 34909 |
| |
received SubAddr string More...
|
| |
| const int |
TIFFTAG_FAXRECVTIME = 34910 |
| |
receive time (secs) More...
|
| |
| const int |
TIFFTAG_STONITS = 37439 |
| |
Sample value to Nits More...
|
| |
| const int |
TIFFTAG_FEDEX_EDR = 34929 |
| |
unknown use tag 34929 is a private tag registered to FedEx More...
|
| |
| const int |
TIFFTAG_DCSHUESHIFTVALUES = 65535 |
| |
hue shift correction data tag 65535 is an undefined tag used by Eastman Kodak More...
|
| |