TiffTag

object TiffTag

Standard Tiff Tags

http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val COMPRESSION_VALUE_CCIRLEW: Int = 32771
Link copied to clipboard
Link copied to clipboard
const val COMPRESSION_VALUE_DCS: Int = 32947
Link copied to clipboard
const val COMPRESSION_VALUE_DEFLATE: Int = 32946
Link copied to clipboard
const val COMPRESSION_VALUE_IT8BL: Int = 32898
Link copied to clipboard
const val COMPRESSION_VALUE_IT8CTPAD: Int = 32895
Link copied to clipboard
const val COMPRESSION_VALUE_IT8LW: Int = 32896
Link copied to clipboard
const val COMPRESSION_VALUE_IT8MP: Int = 32897
Link copied to clipboard
const val COMPRESSION_VALUE_JBIG: Int = 34661
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val COMPRESSION_VALUE_JPEG_2000: Int = 34712
Link copied to clipboard
const val COMPRESSION_VALUE_LZW: Int = 5
Link copied to clipboard
const val COMPRESSION_VALUE_NEXT: Int = 32766
Link copied to clipboard
const val COMPRESSION_VALUE_PACK_BITS: Int = 32773
Link copied to clipboard
Link copied to clipboard
const val COMPRESSION_VALUE_PIXAR_LOG: Int = 32909
Link copied to clipboard
const val COMPRESSION_VALUE_SGILOG: Int = 34676
Link copied to clipboard
const val COMPRESSION_VALUE_SGILOG_24: Int = 34677
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val INK_SET_VALUE_CMYK: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val PREDICTOR_VALUE_NONE: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Required field for all DNGs. Can be used to detect if TIFF is a DNG.

Link copied to clipboard

The component values that correspond to a 0% dot and 100% dot.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

This marks where the thumbnail starts. It's called "JPEGInterchangeFormat" in the specficiation, but depending on the manufacturer it is also named "ThumbnailOffset", "PreviewImageStart", "JpgFromRawStart" and "OtherImageStart".

Link copied to clipboard
Link copied to clipboard

Panasonic RW2 special tag.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted. See also and .

Link copied to clipboard

This field specifies the maximum sample value.

Link copied to clipboard

This field specifies the minimum sample value.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The tile length (height) in pixels. This is the number of rows in each tile.

Link copied to clipboard

The tile width in pixels. This is the number of columns in each tile.

Link copied to clipboard