📄 libtiff.3t
字号:
CleanFaxData 327 R/WColorMap 320 R/WColorResponseUnit 300 parsed but ignoredCompression 259 R/W choosing codecConsecutiveBadFaxLines 328 R/WCopyright 33432 R/WDataType 32996 R obsoleted by SampleFormat tagDateTime 306 R/WDocumentName 269 R/WDotRange 336 R/WExtraSamples 338 R/W lotsFaxRecvParams 34908 R/WFaxSubAddress 34909 R/WFaxRecvTime 34910 R/WFillOrder 266 R/W control bit orderFreeByteCounts 289 parsed but ignoredFreeOffsets 288 parsed but ignoredGrayResponseCurve 291 parsed but ignoredGrayResponseUnit 290 parsed but ignoredGroup3Options 292 R/W used by Group 3 codecGroup4Options 293 R/WHostComputer 316 R/WImageDepth 32997 R/W tile/strip calculationsImageDescription 270 R/WImageLength 257 R/W lotsImageWidth 256 R/W lotsInkNames 333 R/WInkSet 332 R/WJPEGTables 347 R/W used by JPEG codecMake 271 R/WMatteing 32995 R obsoleted by ExtraSamples tagMaxSampleValue 281 R/WMinSampleValue 280 R/WModel 272 R/WNewSubFileType 254 R/W called SubFileType in specNumberOfInks 334 R/WOrientation 274 R/WPageName 285 R/WPageNumber 297 R/WPhotometricInterpretation 262 R/W used by Group 3 and JPEG codecsPlanarConfiguration 284 R/W data i/oPredictor 317 R/W used by LZW and Deflate codecsPrimaryChromacities 319 R/WReferenceBlackWhite 532 R/WResolutionUnit 296 R/W used by Group 3 codecRowsPerStrip 278 R/W data i/oSampleFormat 339 R/WSamplesPerPixel 277 R/W lotsSMinSampleValue 340 R/WSMaxSampleValue 341 R/WSoftware 305 R/WStoNits 37439 R/WStripByteCounts 279 R/W data i/oStripOffsets 273 R/W data i/oSubFileType 255 R/W called OSubFileType in specTargetPrinter 337 R/WThresholding 263 R/W TileByteCounts 324 R/W data i/oTileDepth 32998 R/W tile/strip calculationsTileLength 323 R/W data i/oTileOffsets 324 R/W data i/oTileWidth 322 R/W data i/oTransferFunction 301 R/WWhitePoint 318 R/WXPosition 286 R/WXResolution 282 R/WYCbCrCoefficients 529 R/W used by TIFFRGBAImage supportYCbCrPositioning 531 R/W tile/strip size calulcationsYCbCrSubsampling 530 R/WYPosition 286 R/WYResolution 283 R/W used by Group 3 codec.SH "PSEUDO TAGS"In addition to the normal.SM TIFFtags the library supports a collection of tags whose values lie in a range outside the valid range of .SM TIFFtags.These tags are termed.I pseud-tagsand are used to control various codec-specific functions within the library.The table below summarizes the defined pseudo-tags..sp 5p.nf.ta \w'TIFFTAG_JPEGTABLESMODE'u+2n +\w'Codec'u+2n +\w'R/W'u+2n\fITag Name\fP \fICodec\fP \fIR/W\fP \fILibrary Use/Notes\fP.sp 5p.nfTIFFTAG_FAXMODE G3 R/W general codec operationTIFFTAG_FAXFILLFUNC G3/G4 R/W bitmap fill functionTIFFTAG_JPEGQUALITY JPEG R/W compression quality controlTIFFTAG_JPEGCOLORMODE JPEG R/W control colorspace conversionsTIFFTAG_JPEGTABLESMODE JPEG R/W control contents of \fIJPEGTables\fP tagTIFFTAG_ZIPQUALITY Deflate R/W compression quality levelTIFFTAG_PIXARLOGDATAFMT PixarLog R/W user data formatTIFFTAG_PIXARLOGQUALITY PixarLog R/W compression quality levelTIFFTAG_SGILOGDATAFMT SGILog R/W user data format.fi.TP.B TIFFTAG_FAXMODEControl the operation of the Group 3 codec.Possible values (independent bits that can be combined byor'ing them together) are:FAXMODE_CLASSIC(enable old-style format in which the.SM RTCis written at the end of the last strip),FAXMODE_NORTC(opposite of FAXMODE_CLASSIC;also calledFAXMODE_CLASSF),FAXMODE_NOEOL(do not write .SM EOLcodes at the start of each row of data),FAXMODE_BYTEALIGN(align each encoded row to an 8-bit boundary),FAXMODE_WORDALIGN(align each encoded row to an 16-bit boundary),The default value is dependent on the compression scheme; thispseudo-tag is used by the various G3 and G4 codecs to share code..TP.B TIFFTAG_FAXFILLFUNCControl the function used to convert arrays of black and whiteruns to packed bit arrays.This hook can be used to image decoded scanlines in multi-bitdepth rasters (e.g. for display in colormap mode)or for other purposes.The default value is a pointer to a builtin function that imagespacked bilevel data..TP.B TIFFTAG_IPTCNEWSPHOTOTag contaings image metadata per the IPTC newsphoto spec: Headline, captioning, credit, etc... Used by most wire services. .TP.B TIFFTAG_PHOTOSHOPTag contains Photoshop captioning information and metadata. Photoshop uses in parallel and redundantly alongside IPTCNEWSPHOTO information. .TP.B TIFFTAG_JPEGQUALITYControl the compression quality level used in the baseline algorithm.Note that quality levels are in the range 0-100 with a default value of 75..TP.B TIFFTAG_JPEGCOLORMODEControl whether or not conversion is done betweenRGB and YCbCr colorspaces.Possible values are:JPEGCOLORMODE_RAW(do not convert), andJPEGCOLORMODE_RGB(convert to/from RGB)The default value is JPEGCOLORMODE_RAW..TP.B TIFFTAG_JPEGTABLESMODEControl the information written in the .I JPEGTablestag.Possible values (independent bits that can be combined byor'ing them together) are:JPEGTABLESMODE_QUANT(include quantization tables),andJPEGTABLESMODE_HUFF(include Huffman encoding tables).The default value is JPEGTABLESMODE_QUANT|JPEGTABLESMODE_HUFF..TP.B TIFFTAG_ZIPQUALITYControl the compression technique used by the Deflate codec.Quality levels are in the range 1-9 with larger numbers yielding bettercompression at the cost of more computation.The default quality level is 6 which yields a good time-space tradeoff..TP.B TIFFTAG_PIXARLOGDATAFMTControl the format of user data passed.I into the PixarLog codec when encoding and passed.I outfrom when decoding.Possible values are:PIXARLOGDATAFMT_8BITfor 8-bit unsigned pixels,PIXARLOGDATAFMT_8BITABGRfor 8-bit unsigned ABGR-ordered pixels,PIXARLOGDATAFMT_11BITLOGfor 11-bit log-encoded raw data,PIXARLOGDATAFMT_12BITPICIOfor 12-bit PICIO-compatible data,PIXARLOGDATAFMT_16BITfor 16-bit signed samples,andPIXARLOGDATAFMT_FLOATfor 32-bit IEEE floating point samples..TP.B TIFFTAG_PIXARLOGQUALITYControl the compression technique used by the PixarLog codec.This value is treated identically to TIFFTAG_ZIPQUALITY; see theabove description..TP.B TIFFTAG_SGILOGDATAFMTControl the format of client data passed .I into the SGILog codec when encoding and passed.I outfrom when decoding.Possible values are:SGILOGDATAFMT_FLTXYZfor converting between LogLuv and 32-bit IEEE floating valued XYZ pixels,SGILOGDATAFMT_16BITLUVfor 16-bit encoded Luv pixels,SGILOGDATAFMT_32BITRAW and SGILOGDATAFMT_24BITRAWfor no conversion of data,SGILOGDATAFMT_8BITRGBfor returning 8-bit RGB data (valid only when decoding LogLuv-encoded data),SGILOGDATAFMT_FLTYfor converting between LogL and 32-bit IEEE floating valued Y pixels,SGILOGDATAFMT_16BITLfor 16-bit encoded L pixels,andSGILOGDATAFMT_8BITGRYfor returning 8-bit greyscale data(valid only when decoding LogL-encoded data)..SH DIAGNOSTICSAll error messages are directed through the.IR TIFFErrorroutine.By default messages are directed to.B stderrin the form:.IR "module: message\en."Warning messages are likewise directed through the.IR TIFFWarningroutine..SH "SEE ALSO".IR fax2tiff (1),.IR gif2tiff (1),.IR pal2rgb (1),.IR ppm2tiff (1),.IR rgb2ycbcr (1),.IR ras2tiff (1),.IR raw2tiff (1),.IR sgi2tiff (1),.IR tiff2bw (1),.IR tiffdither (1),.IR tiffdump (1),.IR tiffcp (1),.IR tiffcmp (1),.IR tiffgt (1),.IR tiffinfo (1),.IR tiffmedian (1),.IR tiffsplit (1),.IR tiffsv (1),.PP.IR "Tag Image File Format Specification \(em Revision 6.0" ,an Aldus Technical Memorandum..PP.IR "The Spirit of TIFF Class F" ,an appendix to the TIFF 5.0 specification prepared by Cygnet Technologies..SH BUGSThe library does not support multi-sample imageswhere some samples have different bits/sample..PPThe library does not support random access to compressed datathat is organized with more than one row per tile or strip.The library discards unknown tags.The library should do more validity checking of a directory's contents.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -