iText 9.1.0 API
iText.IO.Codec.TIFFConstants Class Reference

A list of constants used in class TIFFImage. More...

Static Public Attributes

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...
 

Detailed Description

A list of constants used in class TIFFImage.

Member Data Documentation

◆ CLEANFAXDATA_CLEAN

const int iText.IO.Codec.TIFFConstants.CLEANFAXDATA_CLEAN = 0
static

no errors detected

◆ CLEANFAXDATA_REGENERATED

const int iText.IO.Codec.TIFFConstants.CLEANFAXDATA_REGENERATED = 1
static

receiver regenerated lines

◆ CLEANFAXDATA_UNCLEAN

const int iText.IO.Codec.TIFFConstants.CLEANFAXDATA_UNCLEAN = 2
static

uncorrected errors exist

◆ COLORRESPONSEUNIT_100000S

const int iText.IO.Codec.TIFFConstants.COLORRESPONSEUNIT_100000S = 5
static

hundred-thousandths

◆ COLORRESPONSEUNIT_10000S

const int iText.IO.Codec.TIFFConstants.COLORRESPONSEUNIT_10000S = 4
static

ten-thousandths of a unit

◆ COLORRESPONSEUNIT_1000S

const int iText.IO.Codec.TIFFConstants.COLORRESPONSEUNIT_1000S = 3
static

thousandths of a unit

◆ COLORRESPONSEUNIT_100S

const int iText.IO.Codec.TIFFConstants.COLORRESPONSEUNIT_100S = 2
static

hundredths of a unit

◆ COLORRESPONSEUNIT_10S

const int iText.IO.Codec.TIFFConstants.COLORRESPONSEUNIT_10S = 1
static

tenths of a unit

◆ COMPRESSION_ADOBE_DEFLATE

const int iText.IO.Codec.TIFFConstants.COMPRESSION_ADOBE_DEFLATE = 8
static

Deflate compression, as recognized by Adobe

◆ COMPRESSION_CCITTFAX3

const int iText.IO.Codec.TIFFConstants.COMPRESSION_CCITTFAX3 = 3
static

CCITT Group 3 fax encoding

◆ COMPRESSION_CCITTFAX4

const int iText.IO.Codec.TIFFConstants.COMPRESSION_CCITTFAX4 = 4
static

CCITT Group 4 fax encoding

◆ COMPRESSION_CCITTRLE

const int iText.IO.Codec.TIFFConstants.COMPRESSION_CCITTRLE = 2
static

CCITT modified Huffman RLE

◆ COMPRESSION_CCITTRLEW

const int iText.IO.Codec.TIFFConstants.COMPRESSION_CCITTRLEW = 32771
static

#1 w/ word alignment

◆ COMPRESSION_DCS

const int iText.IO.Codec.TIFFConstants.COMPRESSION_DCS = 32947
static

Kodak DCS encoding

◆ COMPRESSION_DEFLATE

const int iText.IO.Codec.TIFFConstants.COMPRESSION_DEFLATE = 32946
static

Deflate compression

◆ COMPRESSION_IT8BL

const int iText.IO.Codec.TIFFConstants.COMPRESSION_IT8BL = 32898
static

IT8 Binary line art

◆ COMPRESSION_IT8CTPAD

const int iText.IO.Codec.TIFFConstants.COMPRESSION_IT8CTPAD = 32895
static

IT8 CT w/padding

◆ COMPRESSION_IT8LW

const int iText.IO.Codec.TIFFConstants.COMPRESSION_IT8LW = 32896
static

IT8 Linework RLE

◆ COMPRESSION_IT8MP

const int iText.IO.Codec.TIFFConstants.COMPRESSION_IT8MP = 32897
static

IT8 Monochrome picture

◆ COMPRESSION_JBIG

const int iText.IO.Codec.TIFFConstants.COMPRESSION_JBIG = 34661
static

ISO JBIG

◆ COMPRESSION_JPEG

const int iText.IO.Codec.TIFFConstants.COMPRESSION_JPEG = 7
static

JPEG DCT compression

◆ COMPRESSION_LZW

const int iText.IO.Codec.TIFFConstants.COMPRESSION_LZW = 5
static

Lempel-Ziv & Welch

◆ COMPRESSION_NEXT

const int iText.IO.Codec.TIFFConstants.COMPRESSION_NEXT = 32766
static

NeXT 2-bit RLE

◆ COMPRESSION_NONE

const int iText.IO.Codec.TIFFConstants.COMPRESSION_NONE = 1
static

dump mode

◆ COMPRESSION_OJPEG

const int iText.IO.Codec.TIFFConstants.COMPRESSION_OJPEG = 6
static

!6.0 JPEG

◆ COMPRESSION_PACKBITS

const int iText.IO.Codec.TIFFConstants.COMPRESSION_PACKBITS = 32773
static

Macintosh RLE

◆ COMPRESSION_PIXARFILM

const int iText.IO.Codec.TIFFConstants.COMPRESSION_PIXARFILM = 32908
static

Pixar companded 10bit LZW

◆ COMPRESSION_PIXARLOG

const int iText.IO.Codec.TIFFConstants.COMPRESSION_PIXARLOG = 32909
static

Pixar companded 11bit ZIP

◆ COMPRESSION_SGILOG

const int iText.IO.Codec.TIFFConstants.COMPRESSION_SGILOG = 34676
static

SGI Log Luminance RLE

◆ COMPRESSION_SGILOG24

const int iText.IO.Codec.TIFFConstants.COMPRESSION_SGILOG24 = 34677
static

SGI Log 24-bit packed

◆ COMPRESSION_THUNDERSCAN

const int iText.IO.Codec.TIFFConstants.COMPRESSION_THUNDERSCAN = 32809
static

ThunderScan RLE

◆ EXTRASAMPLE_ASSOCALPHA

const int iText.IO.Codec.TIFFConstants.EXTRASAMPLE_ASSOCALPHA = 1
static

!associated alpha data

◆ EXTRASAMPLE_UNASSALPHA

const int iText.IO.Codec.TIFFConstants.EXTRASAMPLE_UNASSALPHA = 2
static

!unassociated alpha data

◆ EXTRASAMPLE_UNSPECIFIED

const int iText.IO.Codec.TIFFConstants.EXTRASAMPLE_UNSPECIFIED = 0
static

!unspecified data

◆ FILETYPE_MASK

const int iText.IO.Codec.TIFFConstants.FILETYPE_MASK = 0x4
static

transparency mask

◆ FILETYPE_PAGE

const int iText.IO.Codec.TIFFConstants.FILETYPE_PAGE = 0x2
static

one page of many

◆ FILETYPE_REDUCEDIMAGE

const int iText.IO.Codec.TIFFConstants.FILETYPE_REDUCEDIMAGE = 0x1
static

reduced resolution version

◆ FILLORDER_LSB2MSB

const int iText.IO.Codec.TIFFConstants.FILLORDER_LSB2MSB = 2
static

least significant -> most

◆ FILLORDER_MSB2LSB

const int iText.IO.Codec.TIFFConstants.FILLORDER_MSB2LSB = 1
static

most significant -> least

◆ GRAYRESPONSEUNIT_100000S

const int iText.IO.Codec.TIFFConstants.GRAYRESPONSEUNIT_100000S = 5
static

hundred-thousandths

◆ GRAYRESPONSEUNIT_10000S

const int iText.IO.Codec.TIFFConstants.GRAYRESPONSEUNIT_10000S = 4
static

ten-thousandths of a unit

◆ GRAYRESPONSEUNIT_1000S

const int iText.IO.Codec.TIFFConstants.GRAYRESPONSEUNIT_1000S = 3
static

thousandths of a unit

◆ GRAYRESPONSEUNIT_100S

const int iText.IO.Codec.TIFFConstants.GRAYRESPONSEUNIT_100S = 2
static

hundredths of a unit

◆ GRAYRESPONSEUNIT_10S

const int iText.IO.Codec.TIFFConstants.GRAYRESPONSEUNIT_10S = 1
static

tenths of a unit

◆ GROUP3OPT_2DENCODING

const int iText.IO.Codec.TIFFConstants.GROUP3OPT_2DENCODING = 0x1
static

2-dimensional coding

◆ GROUP3OPT_FILLBITS

const int iText.IO.Codec.TIFFConstants.GROUP3OPT_FILLBITS = 0x4
static

fill to byte boundary

◆ GROUP3OPT_UNCOMPRESSED

const int iText.IO.Codec.TIFFConstants.GROUP3OPT_UNCOMPRESSED = 0x2
static

data not compressed

◆ GROUP4OPT_FILLBITS

const int iText.IO.Codec.TIFFConstants.GROUP4OPT_FILLBITS = 0x4
static

fill to byte boundary

◆ GROUP4OPT_UNCOMPRESSED

const int iText.IO.Codec.TIFFConstants.GROUP4OPT_UNCOMPRESSED = 0x2
static

data not compressed

◆ INKSET_CMYK

const int iText.IO.Codec.TIFFConstants.INKSET_CMYK = 1
static

!cyan-magenta-yellow-black

◆ JPEGPROC_BASELINE

const int iText.IO.Codec.TIFFConstants.JPEGPROC_BASELINE = 1
static

!baseline sequential

◆ JPEGPROC_LOSSLESS

const int iText.IO.Codec.TIFFConstants.JPEGPROC_LOSSLESS = 14
static

!Huffman coded lossless

◆ OFILETYPE_IMAGE

const int iText.IO.Codec.TIFFConstants.OFILETYPE_IMAGE = 1
static

full resolution image data

◆ OFILETYPE_PAGE

const int iText.IO.Codec.TIFFConstants.OFILETYPE_PAGE = 3
static

one page of many

◆ OFILETYPE_REDUCEDIMAGE

const int iText.IO.Codec.TIFFConstants.OFILETYPE_REDUCEDIMAGE = 2
static

reduced size image data

◆ ORIENTATION_BOTLEFT

const int iText.IO.Codec.TIFFConstants.ORIENTATION_BOTLEFT = 4
static

row 0 bottom, col 0 lhs

◆ ORIENTATION_BOTRIGHT

const int iText.IO.Codec.TIFFConstants.ORIENTATION_BOTRIGHT = 3
static

row 0 bottom, col 0 rhs

◆ ORIENTATION_LEFTBOT

const int iText.IO.Codec.TIFFConstants.ORIENTATION_LEFTBOT = 8
static

row 0 lhs, col 0 bottom

◆ ORIENTATION_LEFTTOP

const int iText.IO.Codec.TIFFConstants.ORIENTATION_LEFTTOP = 5
static

row 0 lhs, col 0 top

◆ ORIENTATION_RIGHTBOT

const int iText.IO.Codec.TIFFConstants.ORIENTATION_RIGHTBOT = 7
static

row 0 rhs, col 0 bottom

◆ ORIENTATION_RIGHTTOP

const int iText.IO.Codec.TIFFConstants.ORIENTATION_RIGHTTOP = 6
static

row 0 rhs, col 0 top

◆ ORIENTATION_TOPLEFT

const int iText.IO.Codec.TIFFConstants.ORIENTATION_TOPLEFT = 1
static

row 0 top, col 0 lhs

◆ ORIENTATION_TOPRIGHT

const int iText.IO.Codec.TIFFConstants.ORIENTATION_TOPRIGHT = 2
static

row 0 top, col 0 rhs

◆ PHOTOMETRIC_CIELAB

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_CIELAB = 8
static

!1976 CIE L*a*b

◆ PHOTOMETRIC_LOGL

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_LOGL = 32844
static

CIE Log2(L)

◆ PHOTOMETRIC_LOGLUV

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_LOGLUV = 32845
static

CIE Log2(L) (u',v')

◆ PHOTOMETRIC_MASK

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_MASK = 4
static

$holdout mask

◆ PHOTOMETRIC_MINISBLACK

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_MINISBLACK = 1
static

min value is black

◆ PHOTOMETRIC_MINISWHITE

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_MINISWHITE = 0
static

min value is white

◆ PHOTOMETRIC_PALETTE

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_PALETTE = 3
static

color map indexed

◆ PHOTOMETRIC_RGB

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_RGB = 2
static

RGB color model

◆ PHOTOMETRIC_SEPARATED

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_SEPARATED = 5
static

!color separations

◆ PHOTOMETRIC_YCBCR

const int iText.IO.Codec.TIFFConstants.PHOTOMETRIC_YCBCR = 6
static

!CCIR 601

◆ PLANARCONFIG_CONTIG

const int iText.IO.Codec.TIFFConstants.PLANARCONFIG_CONTIG = 1
static

single image plane

◆ PLANARCONFIG_SEPARATE

const int iText.IO.Codec.TIFFConstants.PLANARCONFIG_SEPARATE = 2
static

separate planes of data

◆ PREDICTOR_HORIZONTAL_DIFFERENCING

const int iText.IO.Codec.TIFFConstants.PREDICTOR_HORIZONTAL_DIFFERENCING = 2
static

horizontal differencing

◆ PREDICTOR_NONE

const int iText.IO.Codec.TIFFConstants.PREDICTOR_NONE = 1
static

no predictor

◆ RESUNIT_CENTIMETER

const int iText.IO.Codec.TIFFConstants.RESUNIT_CENTIMETER = 3
static

metric

◆ RESUNIT_INCH

const int iText.IO.Codec.TIFFConstants.RESUNIT_INCH = 2
static

english

◆ RESUNIT_NONE

const int iText.IO.Codec.TIFFConstants.RESUNIT_NONE = 1
static

no meaningful units

◆ SAMPLEFORMAT_COMPLEXIEEEFP

const int iText.IO.Codec.TIFFConstants.SAMPLEFORMAT_COMPLEXIEEEFP = 6
static

!complex ieee floating

◆ SAMPLEFORMAT_COMPLEXINT

const int iText.IO.Codec.TIFFConstants.SAMPLEFORMAT_COMPLEXINT = 5
static

!complex signed int

◆ SAMPLEFORMAT_IEEEFP

const int iText.IO.Codec.TIFFConstants.SAMPLEFORMAT_IEEEFP = 3
static

!IEEE floating point data

◆ SAMPLEFORMAT_INT

const int iText.IO.Codec.TIFFConstants.SAMPLEFORMAT_INT = 2
static

!signed integer data

◆ SAMPLEFORMAT_UINT

const int iText.IO.Codec.TIFFConstants.SAMPLEFORMAT_UINT = 1
static

!unsigned integer data

◆ SAMPLEFORMAT_VOID

const int iText.IO.Codec.TIFFConstants.SAMPLEFORMAT_VOID = 4
static

!untyped data

◆ THRESHHOLD_BILEVEL

const int iText.IO.Codec.TIFFConstants.THRESHHOLD_BILEVEL = 1
static

b&w art scan

◆ THRESHHOLD_ERRORDIFFUSE

const int iText.IO.Codec.TIFFConstants.THRESHHOLD_ERRORDIFFUSE = 3
static

usually floyd-steinberg

◆ THRESHHOLD_HALFTONE

const int iText.IO.Codec.TIFFConstants.THRESHHOLD_HALFTONE = 2
static

or dithered scan

◆ TIFFTAG_ARTIST

const int iText.IO.Codec.TIFFConstants.TIFFTAG_ARTIST = 315
static

creator of image

◆ TIFFTAG_BADFAXLINES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_BADFAXLINES = 326
static

lines w/ wrong pixel count

◆ TIFFTAG_BITSPERSAMPLE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_BITSPERSAMPLE = 258
static

bits per channel (sample)

◆ TIFFTAG_CELLLENGTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_CELLLENGTH = 265
static

+dithering matrix height

◆ TIFFTAG_CELLWIDTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_CELLWIDTH = 264
static

+dithering matrix width

◆ TIFFTAG_CLEANFAXDATA

const int iText.IO.Codec.TIFFConstants.TIFFTAG_CLEANFAXDATA = 327
static

regenerated line info

◆ TIFFTAG_COLORMAP

const int iText.IO.Codec.TIFFConstants.TIFFTAG_COLORMAP = 320
static

RGB map for pallette image

◆ TIFFTAG_COLORRESPONSEUNIT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_COLORRESPONSEUNIT = 300
static

$color curve accuracy

◆ TIFFTAG_COMPRESSION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_COMPRESSION = 259
static

data compression technique

◆ TIFFTAG_CONSECUTIVEBADFAXLINES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_CONSECUTIVEBADFAXLINES = 328
static

max consecutive bad lines

◆ TIFFTAG_COPYRIGHT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_COPYRIGHT = 33432
static

tag 33432 is listed in the 6.0 spec w/ unknown ownership

◆ TIFFTAG_DATATYPE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_DATATYPE = 32996
static

$use SampleFormat

◆ TIFFTAG_DATETIME

const int iText.IO.Codec.TIFFConstants.TIFFTAG_DATETIME = 306
static

creation date and time

◆ TIFFTAG_DCSHUESHIFTVALUES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_DCSHUESHIFTVALUES = 65535
static

hue shift correction data tag 65535 is an undefined tag used by Eastman Kodak

◆ TIFFTAG_DOCUMENTNAME

const int iText.IO.Codec.TIFFConstants.TIFFTAG_DOCUMENTNAME = 269
static

name of doc.

name of doc. image is from

◆ TIFFTAG_DOTRANGE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_DOTRANGE = 336
static

!0% and 100% dot codes

◆ TIFFTAG_EXTRASAMPLES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_EXTRASAMPLES = 338
static

!info about extra samples

◆ TIFFTAG_FAXRECVPARAMS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FAXRECVPARAMS = 34908
static

encoded Class 2 ses.

encoded Class 2 ses. parms

◆ TIFFTAG_FAXRECVTIME

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FAXRECVTIME = 34910
static

receive time (secs)

◆ TIFFTAG_FAXSUBADDRESS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FAXSUBADDRESS = 34909
static

received SubAddr string

◆ TIFFTAG_FEDEX_EDR

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FEDEX_EDR = 34929
static

unknown use tag 34929 is a private tag registered to FedEx

◆ TIFFTAG_FILLORDER

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FILLORDER = 266
static

data order within a byte

◆ TIFFTAG_FRAMECOUNT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FRAMECOUNT = 34232
static

Sequence Frame Count

◆ TIFFTAG_FREEBYTECOUNTS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FREEBYTECOUNTS = 289
static

+sizes of free blocks

◆ TIFFTAG_FREEOFFSETS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_FREEOFFSETS = 288
static

+byte offset to free block

◆ TIFFTAG_GRAYRESPONSECURVE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_GRAYRESPONSECURVE = 291
static

$gray scale response curve

◆ TIFFTAG_GRAYRESPONSEUNIT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_GRAYRESPONSEUNIT = 290
static

$gray scale curve accuracy

◆ TIFFTAG_GROUP3OPTIONS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_GROUP3OPTIONS = 292
static

32 flag bits

◆ TIFFTAG_GROUP4OPTIONS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_GROUP4OPTIONS = 293
static

32 flag bits

◆ TIFFTAG_HALFTONEHINTS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_HALFTONEHINTS = 321
static

!highlight+shadow info

◆ TIFFTAG_HOSTCOMPUTER

const int iText.IO.Codec.TIFFConstants.TIFFTAG_HOSTCOMPUTER = 316
static

machine where created

◆ TIFFTAG_ICCPROFILE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_ICCPROFILE = 34675
static

ICC profile data tag 34750 is a private tag registered to Adobe?

◆ TIFFTAG_IMAGEDEPTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IMAGEDEPTH = 32997
static

z depth of image

◆ TIFFTAG_IMAGEDESCRIPTION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IMAGEDESCRIPTION = 270
static

info about image

◆ TIFFTAG_IMAGELENGTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IMAGELENGTH = 257
static

image height in pixels

◆ TIFFTAG_IMAGEWIDTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IMAGEWIDTH = 256
static

image width in pixels

◆ TIFFTAG_INKNAMES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_INKNAMES = 333
static

!ascii names of inks

◆ TIFFTAG_INKSET

const int iText.IO.Codec.TIFFConstants.TIFFTAG_INKSET = 332
static

!inks in separated image

◆ TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH = 34021
static

# of bits in long run

◆ TIFFTAG_IT8BITSPERRUNLENGTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8BITSPERRUNLENGTH = 34020
static

# of bits in short run

◆ TIFFTAG_IT8BKGCOLORINDICATOR

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8BKGCOLORINDICATOR = 34024
static

BP/BL bg color switch

◆ TIFFTAG_IT8BKGCOLORVALUE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8BKGCOLORVALUE = 34026
static

BP/BL bg color value

◆ TIFFTAG_IT8COLORCHARACTERIZATION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8COLORCHARACTERIZATION = 34029
static

color character.

color character. table

◆ TIFFTAG_IT8COLORSEQUENCE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8COLORSEQUENCE = 34017
static

color seq.

color seq. [RGB,CMYK,etc]

◆ TIFFTAG_IT8COLORTABLE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8COLORTABLE = 34022
static

LW colortable

◆ TIFFTAG_IT8HEADER

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8HEADER = 34018
static

DDES Header

◆ TIFFTAG_IT8IMAGECOLORINDICATOR

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8IMAGECOLORINDICATOR = 34023
static

BP/BL image color switch

◆ TIFFTAG_IT8IMAGECOLORVALUE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8IMAGECOLORVALUE = 34025
static

BP/BL image color value

◆ TIFFTAG_IT8PIXELINTENSITYRANGE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8PIXELINTENSITYRANGE = 34027
static

MP pixel intensity value

◆ TIFFTAG_IT8RASTERPADDING

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8RASTERPADDING = 34019
static

raster scanline padding

◆ TIFFTAG_IT8SITE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8SITE = 34016
static

site name

◆ TIFFTAG_IT8TRANSPARENCYINDICATOR

const int iText.IO.Codec.TIFFConstants.TIFFTAG_IT8TRANSPARENCYINDICATOR = 34028
static

HC transparency switch

◆ TIFFTAG_JBIGOPTIONS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JBIGOPTIONS = 34750
static

JBIG options tag 34750 is a private tag registered to Pixel Magic

◆ TIFFTAG_JPEGACTABLES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGACTABLES = 521
static

!AC coefficient offsets

◆ TIFFTAG_JPEGDCTABLES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGDCTABLES = 520
static

!DCT table offsets

◆ TIFFTAG_JPEGIFBYTECOUNT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGIFBYTECOUNT = 514
static

!JFIF stream length

◆ TIFFTAG_JPEGIFOFFSET

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGIFOFFSET = 513
static

!pointer to SOI marker

◆ TIFFTAG_JPEGLOSSLESSPREDICTORS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGLOSSLESSPREDICTORS = 517
static

!lossless proc predictor

◆ TIFFTAG_JPEGPOINTTRANSFORM

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGPOINTTRANSFORM = 518
static

!lossless point transform

◆ TIFFTAG_JPEGPROC

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGPROC = 512
static

!JPEG processing algorithm

◆ TIFFTAG_JPEGQTABLES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGQTABLES = 519
static

!Q matrice offsets

◆ TIFFTAG_JPEGRESTARTINTERVAL

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGRESTARTINTERVAL = 515
static

!restart interval length

◆ TIFFTAG_JPEGTABLES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_JPEGTABLES = 347
static

JPEG table stream

◆ TIFFTAG_MAKE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_MAKE = 271
static

scanner manufacturer name

◆ TIFFTAG_MATTEING

const int iText.IO.Codec.TIFFConstants.TIFFTAG_MATTEING = 32995
static

$use ExtraSamples

◆ TIFFTAG_MAXSAMPLEVALUE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_MAXSAMPLEVALUE = 281
static

+maximum sample value

◆ TIFFTAG_MINSAMPLEVALUE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_MINSAMPLEVALUE = 280
static

+minimum sample value

◆ TIFFTAG_MODEL

const int iText.IO.Codec.TIFFConstants.TIFFTAG_MODEL = 272
static

scanner model name/number

◆ TIFFTAG_NUMBEROFINKS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_NUMBEROFINKS = 334
static

!number of inks

◆ TIFFTAG_ORIENTATION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_ORIENTATION = 274
static

+image orientation

◆ TIFFTAG_OSUBFILETYPE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_OSUBFILETYPE = 255
static

+kind of data in subfile

◆ TIFFTAG_PAGENAME

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PAGENAME = 285
static

page name image is from

◆ TIFFTAG_PAGENUMBER

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PAGENUMBER = 297
static

page numbers of multi-page

◆ TIFFTAG_PHOTOMETRIC

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PHOTOMETRIC = 262
static

photometric interpretation

◆ TIFFTAG_PHOTOSHOP

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PHOTOSHOP = 34377
static

tag 34377 is private tag registered to Adobe for PhotoShop

◆ TIFFTAG_PIXAR_FOVCOT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_FOVCOT = 33304
static

cotan(fov) for env.

cotan(fov) for env. maps

◆ TIFFTAG_PIXAR_IMAGEFULLLENGTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_IMAGEFULLLENGTH = 33301
static

full image size in y

◆ TIFFTAG_PIXAR_IMAGEFULLWIDTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_IMAGEFULLWIDTH = 33300
static

full image size in x

◆ TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA = 33306
static

W2C

◆ TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN = 33305
static

W2S

◆ TIFFTAG_PIXAR_TEXTUREFORMAT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_TEXTUREFORMAT = 33302
static

texture map format

◆ TIFFTAG_PIXAR_WRAPMODES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PIXAR_WRAPMODES = 33303
static

s & t wrap modes

◆ TIFFTAG_PLANARCONFIG

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PLANARCONFIG = 284
static

storage organization

◆ TIFFTAG_PREDICTOR

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PREDICTOR = 317
static

prediction scheme w/ LZW

◆ TIFFTAG_PRIMARYCHROMATICITIES

const int iText.IO.Codec.TIFFConstants.TIFFTAG_PRIMARYCHROMATICITIES = 319
static

!primary chromaticities

◆ TIFFTAG_REFERENCEBLACKWHITE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_REFERENCEBLACKWHITE = 532
static

!colorimetry info

◆ TIFFTAG_REFPTS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_REFPTS = 32953
static

image reference points

◆ TIFFTAG_REGIONAFFINE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_REGIONAFFINE = 32956
static

affine transformation mat

◆ TIFFTAG_REGIONTACKPOINT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_REGIONTACKPOINT = 32954
static

region-xform tack point

◆ TIFFTAG_REGIONWARPCORNERS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_REGIONWARPCORNERS = 32955
static

warp quadrilateral

◆ TIFFTAG_RESOLUTIONUNIT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_RESOLUTIONUNIT = 296
static

units of resolutions

◆ TIFFTAG_RICHTIFFIPTC

const int iText.IO.Codec.TIFFConstants.TIFFTAG_RICHTIFFIPTC = 33723
static

IPTC TAG from RichTIFF specifications

◆ TIFFTAG_ROWSPERSTRIP

const int iText.IO.Codec.TIFFConstants.TIFFTAG_ROWSPERSTRIP = 278
static

rows per strip of data

◆ TIFFTAG_SAMPLEFORMAT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SAMPLEFORMAT = 339
static

!data sample format

◆ TIFFTAG_SAMPLESPERPIXEL

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SAMPLESPERPIXEL = 277
static

samples per pixel

◆ TIFFTAG_SMAXSAMPLEVALUE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SMAXSAMPLEVALUE = 341
static

!variable MaxSampleValue

◆ TIFFTAG_SMINSAMPLEVALUE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SMINSAMPLEVALUE = 340
static

!variable MinSampleValue

◆ TIFFTAG_SOFTWARE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SOFTWARE = 305
static

name and release

◆ TIFFTAG_STONITS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_STONITS = 37439
static

Sample value to Nits

◆ TIFFTAG_STRIPBYTECOUNTS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_STRIPBYTECOUNTS = 279
static

bytes counts for strips

◆ TIFFTAG_STRIPOFFSETS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_STRIPOFFSETS = 273
static

offsets to data strips

◆ TIFFTAG_SUBFILETYPE

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SUBFILETYPE = 254
static

subfile data descriptor

◆ TIFFTAG_SUBIFD

const int iText.IO.Codec.TIFFConstants.TIFFTAG_SUBIFD = 330
static

subimage descriptors

◆ TIFFTAG_TARGETPRINTER

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TARGETPRINTER = 337
static

!separation target

◆ TIFFTAG_THRESHHOLDING

const int iText.IO.Codec.TIFFConstants.TIFFTAG_THRESHHOLDING = 263
static

+thresholding used on data

◆ TIFFTAG_TILEBYTECOUNTS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TILEBYTECOUNTS = 325
static

!byte counts for tiles

◆ TIFFTAG_TILEDEPTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TILEDEPTH = 32998
static

z depth/data tile

◆ TIFFTAG_TILELENGTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TILELENGTH = 323
static

!cols/data tile

◆ TIFFTAG_TILEOFFSETS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TILEOFFSETS = 324
static

!offsets to data tiles

◆ TIFFTAG_TILEWIDTH

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TILEWIDTH = 322
static

!rows/data tile

◆ TIFFTAG_TRANSFERFUNCTION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_TRANSFERFUNCTION = 301
static

!colorimetry info

◆ TIFFTAG_WHITEPOINT

const int iText.IO.Codec.TIFFConstants.TIFFTAG_WHITEPOINT = 318
static

image white point

◆ TIFFTAG_WRITERSERIALNUMBER

const int iText.IO.Codec.TIFFConstants.TIFFTAG_WRITERSERIALNUMBER = 33405
static

device serial number tag 33405 is a private tag registered to Eastman Kodak

◆ TIFFTAG_XPOSITION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_XPOSITION = 286
static

x page offset of image lhs

◆ TIFFTAG_XRESOLUTION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_XRESOLUTION = 282
static

pixels/resolution in x

◆ TIFFTAG_YCBCRCOEFFICIENTS

const int iText.IO.Codec.TIFFConstants.TIFFTAG_YCBCRCOEFFICIENTS = 529
static

!RGB -> YCbCr transform

◆ TIFFTAG_YCBCRPOSITIONING

const int iText.IO.Codec.TIFFConstants.TIFFTAG_YCBCRPOSITIONING = 531
static

!subsample positioning

◆ TIFFTAG_YCBCRSUBSAMPLING

const int iText.IO.Codec.TIFFConstants.TIFFTAG_YCBCRSUBSAMPLING = 530
static

!YCbCr subsampling factors

◆ TIFFTAG_YPOSITION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_YPOSITION = 287
static

y page offset of image lhs

◆ TIFFTAG_YRESOLUTION

const int iText.IO.Codec.TIFFConstants.TIFFTAG_YRESOLUTION = 283
static

pixels/resolution in y

◆ YCBCRPOSITION_CENTERED

const int iText.IO.Codec.TIFFConstants.YCBCRPOSITION_CENTERED = 1
static

!as in PostScript Level 2

◆ YCBCRPOSITION_COSITED

const int iText.IO.Codec.TIFFConstants.YCBCRPOSITION_COSITED = 2
static

!as in CCIR 601-1