| Libtiff name | LibTiff.Net name / notes |
|---|
|
TIFFGetA
| GetA(Int32) |
|
TIFFGetB
| GetB(Int32) |
|
TIFFGetG
| GetG(Int32) |
|
TIFFGetR
| GetR(Int32) |
|
TIFF.tif_cleanup
| Cleanup()()()() |
|
TIFF.tif_close
| Close()()()() |
|
TIFF.tif_decoderow
| DecodeRow(array<Byte>[]()[][], Int32, Int32, Int16) |
|
TIFF.tif_decodestrip
| DecodeStrip(array<Byte>[]()[][], Int32, Int32, Int16) |
|
TIFF.tif_decodetile
| DecodeTile(array<Byte>[]()[][], Int32, Int32, Int16) |
|
TIFF.tif_defstripsize
| DefStripSize(Int32) |
|
TIFF.tif_deftilesize
| DefTileSize(Int32%, Int32%) |
|
TIFF.tif_encoderow
| EncodeRow(array<Byte>[]()[][], Int32, Int32, Int16) |
|
TIFF.tif_encodestrip
| EncodeStrip(array<Byte>[]()[][], Int32, Int32, Int16) |
|
TIFF.tif_encodetile
| EncodeTile(array<Byte>[]()[][], Int32, Int32, Int16) |
|
TIFF.tif_postencode
| PostEncode()()()() |
|
TIFF.tif_predecode
| PreDecode(Int16) |
|
TIFF.tif_preencode
| PreEncode(Int16) |
|
TIFF.tif_seek
| Seek(Int32) |
|
TIFF.tif_setupdecode
| SetupDecode()()()() |
|
TIFF.tif_setupencode
| SetupEncode()()()() |
|
TIFFTagMethods.printdir
| PrintDir(Tiff, Stream, TiffPrintFlags) |
|
TIFFTagMethods.vgetfield
| GetField(Tiff, TiffTag) |
|
TIFFTagMethods.vsetfield
| SetField(Tiff, TiffTag, array<FieldValue>[]()[][]) |
|
_TIFFmemcmp
| Compare(array<Int16>[]()[][], array<Int16>[]()[][], Int32)
(for some types, write us if you need another overload.)
|
| _TIFFmemcpy | no longer exists |
| _TIFFmemset | no longer exists |
|
_TIFFrealloc
| Realloc()()()()
(for some types, write us if you need another overload.)
|
|
TIFFAccessTagMethods
| GetTagMethods()()()()
(Also added SetTagMethods(TiffTagMethods)
in order to retain original abilities TIFFAccessTagMethods)
|
|
TIFFCheckTile
| CheckTile(Int32, Int32, Int32, Int16) |
|
TIFFCheckpointDirectory
| CheckpointDirectory()()()() |
| TIFFCleanup | no longer exists |
|
TIFFClientOpen
| ClientOpen(String, String, Object, TiffStream) |
|
TIFFClientdata
| Clientdata()()()() |
|
TIFFClose
| Close()()()() |
|
TIFFComputeStrip
| ComputeStrip(Int32, Int16) |
|
TIFFComputeTile
| ComputeTile(Int32, Int32, Int32, Int16) |
|
TIFFCreateDirectory
| CreateDirectory()()()() |
|
TIFFCurrentDirOffset
| CurrentDirOffset()()()() |
|
TIFFCurrentDirectory
| CurrentDirectory()()()() |
|
TIFFCurrentRow
| CurrentRow()()()() |
|
TIFFCurrentStrip
| CurrentStrip()()()() |
|
TIFFCurrentTile
| CurrentTile()()()() |
|
TIFFDataWidth
| DataWidth(TiffType) |
|
TIFFDefaultStripSize
| DefaultStripSize(Int32) |
|
TIFFDefaultTileSize
| DefaultTileSize(Int32%, Int32%) |
|
TIFFError
| Error(String, String, array<Object>[]()[][])
(also added overloaded method
Error(Tiff, String, String, array<Object>[]()[][])
that accepts Tiff
class instance as first parameter. Please use that overloaded method)
|
|
TIFFErrorExt
| ErrorExt(Object, String, String, array<Object>[]()[][])
(also added overloaded method
ErrorExt(Tiff, Object, String, String, array<Object>[]()[][])
that accepts Tiff
class instance as first parameter. Please use that overloaded method)
|
|
TIFFExtendProc
| Tiff..::..TiffExtendProc |
|
TIFFFdOpen
|
no longer exists (please use
Open(String, String))
|
|
TIFFFieldWithName
| FieldWithName(String) |
|
TIFFFieldWithTag
| FieldWithTag(TiffTag) |
|
TIFFFileName
| FileName()()()() |
| TIFFFileno | no longer exists |
|
TIFFFindCODEC
| FindCodec(Compression) |
|
TIFFFindFieldInfo
| FindFieldInfo(TiffTag, TiffType) |
|
TIFFFindFieldInfoByName
| FindFieldInfoByName(String, TiffType) |
|
TIFFFlush
| Flush()()()() |
|
TIFFFlushData
| FlushData()()()() |
|
TIFFFreeDirectory
| FreeDirectory()()()() |
|
TIFFGetBitRevTable
| GetBitRevTable(Boolean) |
|
TIFFGetClientInfo
| GetClientInfo(String) |
|
TIFFGetCloseProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFGetConfiguredCODECs
| GetConfiguredCodecs()()()() |
|
TIFFGetField
| GetField(TiffTag) |
|
TIFFGetFieldDefaulted
| GetFieldDefaulted(TiffTag) |
|
TIFFGetMapFileProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFGetMode
| GetMode()()()() |
|
TIFFGetReadProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFGetSeekProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFGetSizeProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFGetTagListCount
| GetTagListCount()()()() |
|
TIFFGetTagListEntry
| GetTagListEntry(Int32) |
|
TIFFGetUnmapFileProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFGetVersion
| GetVersion()()()() |
|
TIFFGetWriteProc
|
no longer exists (please use
GetStream()()()())
|
|
TIFFIsBigEndian
| IsBigEndian()()()() |
|
TIFFIsByteSwapped
| IsByteSwapped()()()() |
|
TIFFIsCODECConfigured
| IsCodecConfigured(Compression) |
|
TIFFIsMSB2LSB
| IsMSB2LSB()()()() |
|
TIFFIsTiled
| IsTiled()()()() |
|
TIFFIsUpSampled
| IsUpSampled()()()() |
|
TIFFLastDirectory
| LastDirectory()()()() |
|
TIFFMergeFieldInfo
| MergeFieldInfo(array<TiffFieldInfo>[]()[][], Int32) |
|
TIFFNumberOfDirectories
| NumberOfDirectories()()()() |
|
TIFFNumberOfStrips
| NumberOfStrips()()()() |
|
TIFFNumberOfTiles
| NumberOfTiles()()()() |
|
TIFFOpen
| Open(String, String) |
|
TIFFOpenW
|
no longer exists (please use
Open(String, String))
|
|
TIFFPrintDirectory
| PrintDirectory(Stream) |
|
TIFFRGBAImageOK
| RGBAImageOK(String%) |
|
TIFFRasterScanlineSize
| RasterScanlineSize()()()() |
|
TIFFRawStripSize
| RawStripSize(Int32) |
|
TIFFReadBufferSetup
| ReadBufferSetup(array<Byte>[]()[][], Int32) |
|
TIFFReadCustomDirectory
| ReadCustomDirectory(Int64, array<TiffFieldInfo>[]()[][], Int32) |
|
TIFFReadDirectory
| ReadDirectory()()()() |
|
TIFFReadEXIFDirectory
| ReadEXIFDirectory(Int64) |
|
TIFFReadEncodedStrip
| ReadEncodedStrip(Int32, array<Byte>[]()[][], Int32, Int32) |
|
TIFFReadEncodedTile
| ReadEncodedTile(Int32, array<Byte>[]()[][], Int32, Int32) |
|
TIFFReadRGBAImage
| ReadRGBAImage()()()() |
|
TIFFReadRGBAImageOriented
| ReadRGBAImageOriented()()()() |
|
TIFFReadRGBAStrip
| ReadRGBAStrip(Int32, array<Int32>[]()[][]) |
|
TIFFReadRGBATile
| ReadRGBATile(Int32, Int32, array<Int32>[]()[][]) |
|
TIFFReadRawStrip
| ReadRawStrip(Int32, array<Byte>[]()[][], Int32, Int32) |
|
TIFFReadRawTile
| ReadRawTile(Int32, array<Byte>[]()[][], Int32, Int32) |
|
TIFFReadScanline
| ReadScanline()()()() |
|
TIFFReadTile
| ReadTile(array<Byte>[]()[][], Int32, Int32, Int32, Int32, Int16) |
| TIFFReassignTagToIgnore | no longer exists |
|
TIFFRegisterCODEC
| RegisterCodec(TiffCodec) |
|
TIFFReverseBits
| ReverseBits(array<Byte>[]()[][], Int32) |
|
TIFFRewriteDirectory
| RewriteDirectory()()()() |
|
TIFFScanlineSize
| ScanlineSize()()()() |
|
TIFFSetClientInfo
| SetClientInfo(Object, String) |
|
TIFFSetClientdata
| SetClientdata(Object) |
|
TIFFSetDirectory
| SetDirectory(Int16) |
|
TIFFSetErrorHandler
|
no longer exists (use
SetErrorHandler(TiffErrorHandler)
with instance of class derived from
TiffErrorHandler)
|
|
TIFFSetErrorHandlerExt
|
no longer exists (use
SetErrorHandler(TiffErrorHandler)
with instance of class derived from
TiffErrorHandler)
|
|
TIFFSetField
| SetField(TiffTag, array<Object>[]()[][]) |
|
TIFFSetFileName
| SetFileName(String) |
| TIFFSetFileno | no longer exists |
|
TIFFSetMode
| SetMode(Int32) |
|
TIFFSetSubDirectory
| SetSubDirectory(Int64) |
|
TIFFSetTagExtender
| SetTagExtender(Tiff..::..TiffExtendProc) |
|
TIFFSetWarningHandler
|
no longer exists (use
SetErrorHandler(TiffErrorHandler)
with instance of class derived from
TiffErrorHandler)
|
|
TIFFSetWarningHandlerExt
|
no longer exists (use
SetErrorHandler(TiffErrorHandler)
with instance of class derived from
TiffErrorHandler)
|
|
TIFFSetWriteOffset
| SetWriteOffset(Int64) |
|
TIFFSetupStrips
| SetupStrips()()()() |
|
TIFFStripSize
| StripSize()()()() |
|
TIFFSwabArrayOfDouble
| SwabArrayOfDouble(array<Double>[]()[][], Int32) |
|
TIFFSwabArrayOfLong
| SwabArrayOfLong(array<Int32>[]()[][], Int32) |
|
TIFFSwabArrayOfShort
| SwabArrayOfShort(array<Int16>[]()[][], Int32) |
|
TIFFSwabArrayOfTriples
| SwabArrayOfTriples()()()() |
|
TIFFSwabDouble
| SwabDouble(Double%) |
|
TIFFSwabLong
| SwabLong(Int32%) |
|
TIFFSwabShort
| SwabShort(Int16%) |
|
TIFFTileRowSize
| TileRowSize()()()() |
|
TIFFTileSize
| TileSize()()()() |
|
TIFFUnRegisterCODEC
| UnRegisterCodec(TiffCodec) |
|
TIFFUnlinkDirectory
| UnlinkDirectory(Int16) |
|
TIFFVGetField
|
no longer exists (please use
GetField(TiffTag))
|
|
TIFFVGetFieldDefaulted
|
no longer exists (please use
GetFieldDefaulted(TiffTag))
|
|
TIFFVSetField
|
no longer exists (please use
SetField(TiffTag, array<Object>[]()[][]))
|
|
TIFFVStripSize
| VStripSize(Int32) |
|
TIFFVTileSize
| VTileSize(Int32) |
|
TIFFWarning
| Warning(String, String, array<Object>[]()[][])
(also added overloaded method
Warning(Tiff, String, String, array<Object>[]()[][])
that accepts Tiff
class instance as first parameter. Please use that overloaded method)
|
|
TIFFWarningExt
| WarningExt(Object, String, String, array<Object>[]()[][])
(also added overloaded method
WarningExt(Tiff, Object, String, String, array<Object>[]()[][])
that accepts Tiff
class instance as first parameter. Please use that overloaded method)
|
|
TIFFWriteBufferSetup
| WriteBufferSetup(array<Byte>[]()[][], Int32) |
|
TIFFWriteCheck
| WriteCheck(Boolean, String) |
|
TIFFWriteDirectory
| WriteDirectory()()()() |
|
TIFFWriteEncodedStrip
| WriteEncodedStrip()()()() |
|
TIFFWriteEncodedTile
| WriteEncodedTile()()()() |
|
TIFFWriteRawStrip
| WriteRawStrip()()()() |
|
TIFFWriteRawTile
| WriteRawTile()()()() |
|
TIFFWriteScanline
| WriteScanline()()()() |
|
TIFFWriteTile
| WriteTile()()()() |