Namespace BitMiracle.LibTiff.Classic
Classes
FieldBit
Field bits (flags) for tags.
Tiff
Tag Image File Format (TIFF)
TiffCodec
Base class for all codecs within the library.
TiffErrorHandler
Default error handler implementation.
TiffFieldInfo
Represents a TIFF field information.
TiffRgbaImage
RGBA-style image support. Provides methods for decoding images into RGBA (or other) format.
TiffStream
A stream used by the library for TIFF reading and writing.
TiffTagMethods
Tiff tag methods.
Structs
FieldValue
Holds a value of a Tiff tag.
Enums
CleanFaxData
Regenerated line info.
Possible values for TiffTag.CLEANFAXDATA tag.
ColorResponseUnit
Color curve accuracy.
Possible values for TiffTag.COLORRESPONSEUNIT tag.
Compression
Compression scheme.
Possible values for TiffTag.COMPRESSION tag.
ExtraSample
Information about extra samples.
Possible values for TiffTag.EXTRASAMPLES tag.
FaxMode
Group 3/4 format control.
Possible values for TiffTag.FAXMODE tag.
FileType
Subfile data descriptor.
Possible values for TiffTag.SUBFILETYPE tag.
FillOrder
Data order within a byte.
Possible values for TiffTag.FILLORDER tag.
GrayResponseUnit
Gray scale curve accuracy.
Possible values for TiffTag.GRAYRESPONSEUNIT tag.
Group3Opt
Options for CCITT Group 3/4 fax encoding.
Possible values for TiffTag.GROUP3OPTIONS / TiffTag.T4OPTIONS and
TiffTag.GROUP4OPTIONS / TiffTag.T6OPTIONS tags.
InkSet
Inks in separated image.
Possible values for TiffTag.INKSET tag.
JpegColorMode
Auto RGB<=>YCbCr convert.
Possible values for TiffTag.JPEGCOLORMODE tag.
JpegProc
JPEG processing algorithm.
Possible values for TiffTag.JPEGPROC tag.
JpegTablesMode
Jpeg Tables Mode.
Possible values for TiffTag.JPEGTABLESMODE tag.
OFileType
Kind of data in subfile.
Possible values for TiffTag.OSUBFILETYPE tag.
Orientation
Image orientation.
Possible values for TiffTag.ORIENTATION tag.
Photometric
Photometric interpretation.
Possible values for TiffTag.PHOTOMETRIC tag.
PlanarConfig
Storage organization.
Possible values for TiffTag.PLANARCONFIG tag.
Predictor
Prediction scheme w/ LZW.
Possible values for TiffTag.PREDICTOR tag.
ResUnit
Units of resolutions.
Possible values for TiffTag.RESOLUTIONUNIT tag.
SampleFormat
Data sample format.
Possible values for TiffTag.SAMPLEFORMAT tag.
Threshold
Thresholding used on data.
Possible values for TiffTag.THRESHHOLDING tag.
TiffPrintFlags
Flags that can be passed to
TiffTag
TIFF tag definitions.
TiffType
Tag data type.
YCbCrPosition
Subsample positioning.
Possible values for TiffTag.YCBCRPOSITIONING tag.
Delegates
Tiff.FaxFillFunc
Delegate for a method used to image decoded spans.
Tiff.TiffExtendProc
Delegate for LibTiff.Net extender method
TiffRgbaImage.GetDelegate
Delegate for "get" method (the method that is called to produce RGBA raster).
TiffRgbaImage.PutContigDelegate
Delegate for "put" method (the method that is called to pack pixel data in the raster) used when converting contiguously packed samples.
TiffRgbaImage.PutSeparateDelegate
Delegate for "put" method (the method that is called to pack pixel data in the raster) used when converting separated samples.