C# (CSharp) BitMiracle.LibTiff.Classic.Internal Namespace

Classes

Name Description
CCITTCodec
CCITTCodec.faxTableEntry
CCITTCodec.tableEntry
CCITTCodecTagMethods
CodecWithPredictor Codecs that want to support the Predictor tag should inherit from this class instead of TiffCodec. Such codecs should not override default TiffCodec's methods for decode|encode setup and encoding|decoding of row|tile|strip. Codecs with predictor support should override equivalent methods provided by this class. If codec wants to provide custom tag get|set|print methods, then it should pass pointer to a object derived from TiffTagMethods as parameter to TIFFPredictorInit
CodecWithPredictorTagMethods
DeflateCodec
DeflateCodecTagMethods
DumpModeCodec
JpegCodec
JpegCodecTagMethods
JpegErrorManager LibJpeg.Net interface layer. We handle fatal errors when they are encountered within the JPEG library. We also direct LibJpeg.Net error and warning messages through the appropriate LibTiff.Net handlers.
JpegStdDestination JPEG library destination data manager. These routines direct compressed data from LibJpeg.Net into the LibTiff.Net output buffer.
JpegStdSource JPEG library source data manager. These routines supply compressed data to LibJpeg.Net
JpegTablesDestination Alternate destination manager for outputting to JPEGTables field.
JpegTablesSource Alternate source manager for reading from JPEGTables. We can share all the code except for the init routine.
LZWCodec
LZWCodec.code_t
LZWCodec.hash_t
OJpegCodec
OJpegCodec.SosEnd
OJpegCodecTagMethods
OJpegErrorManager
OJpegSrcManager
PackBitsCodec
TagCompare
TiffCIELabToRGB CIE Lab 1976->RGB support
TiffDirEntry TIFF Image File Directories are comprised of a table of field descriptors of the form shown below. The table is sorted in ascending order by tag. The values associated with each entry are disjoint and may appear anywhere in the file (so long as they are placed on a word boundary). If the value is 4 bytes or less, then it is placed in the offset field to save space. If the value is less than 4 bytes, it is left-justified in the offset field.
TiffDirectory Internal format of a TIFF directory entry.
TiffDisplay Structure for holding information about a display device.
TiffHeader
TiffTagValue
TiffYCbCrToRGB Convert color value from the YCbCr space to CIE XYZ. The colorspace conversion algorithm comes from the IJG v5a code; see below for more information on how it works.