⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tiffconstants.java

📁 iText是一个能够快速产生PDF文件的java类库。iText的java类对于那些要产生包含文本
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    public static final int     GROUP3OPT_2DENCODING = 0x1;	/* 2-dimensional coding */
    public static final int     GROUP3OPT_UNCOMPRESSED = 0x2;	/* data not compressed */
    public static final int     GROUP3OPT_FILLBITS = 0x4;	/* fill to byte boundary */
    public static final int TIFFTAG_GROUP4OPTIONS = 293; /* 32 flag bits */
    public static final int     GROUP4OPT_UNCOMPRESSED = 0x2;	/* data not compressed */
    public static final int TIFFTAG_RESOLUTIONUNIT = 296; /* units of resolutions */
    public static final int     RESUNIT_NONE = 1; /* no meaningful units */
    public static final int     RESUNIT_INCH = 2; /* english */
    public static final int     RESUNIT_CENTIMETER = 3;	/* metric */
    public static final int TIFFTAG_PAGENUMBER = 297;	/* page numbers of multi-page */
    public static final int TIFFTAG_COLORRESPONSEUNIT = 300;	/* $color curve accuracy */
    public static final int     COLORRESPONSEUNIT_10S = 1;	/* tenths of a unit */
    public static final int     COLORRESPONSEUNIT_100S = 2;	/* hundredths of a unit */
    public static final int     COLORRESPONSEUNIT_1000S = 3;	/* thousandths of a unit */
    public static final int     COLORRESPONSEUNIT_10000S = 4;	/* ten-thousandths of a unit */
    public static final int     COLORRESPONSEUNIT_100000S = 5;	/* hundred-thousandths */
    public static final int TIFFTAG_TRANSFERFUNCTION = 301;	/* !colorimetry info */
    public static final int TIFFTAG_SOFTWARE = 305;	/* name & release */
    public static final int TIFFTAG_DATETIME = 306;	/* creation date and time */
    public static final int TIFFTAG_ARTIST = 315;	/* creator of image */
    public static final int TIFFTAG_HOSTCOMPUTER = 316;	/* machine where created */
    public static final int TIFFTAG_PREDICTOR = 317;	/* prediction scheme w/ LZW */
    public static final int TIFFTAG_WHITEPOINT = 318;	/* image white point */
    public static final int TIFFTAG_PRIMARYCHROMATICITIES = 319;	/* !primary chromaticities */
    public static final int TIFFTAG_COLORMAP = 320;	/* RGB map for pallette image */
    public static final int TIFFTAG_HALFTONEHINTS = 321;	/* !highlight+shadow info */
    public static final int TIFFTAG_TILEWIDTH = 322;	/* !rows/data tile */
    public static final int TIFFTAG_TILELENGTH = 323;	/* !cols/data tile */
    public static final int TIFFTAG_TILEOFFSETS = 324;	/* !offsets to data tiles */
    public static final int TIFFTAG_TILEBYTECOUNTS = 325;	/* !byte counts for tiles */
    public static final int TIFFTAG_BADFAXLINES = 326;	/* lines w/ wrong pixel count */
    public static final int TIFFTAG_CLEANFAXDATA = 327;	/* regenerated line info */
    public static final int     CLEANFAXDATA_CLEAN = 0;	/* no errors detected */
    public static final int     CLEANFAXDATA_REGENERATED = 1;	/* receiver regenerated lines */
    public static final int     CLEANFAXDATA_UNCLEAN = 2;	/* uncorrected errors exist */
    public static final int TIFFTAG_CONSECUTIVEBADFAXLINES = 328;	/* max consecutive bad lines */
    public static final int TIFFTAG_SUBIFD = 330;	/* subimage descriptors */
    public static final int TIFFTAG_INKSET = 332;	/* !inks in separated image */
    public static final int     INKSET_CMYK = 1;	/* !cyan-magenta-yellow-black */
    public static final int TIFFTAG_INKNAMES = 333;	/* !ascii names of inks */
    public static final int TIFFTAG_NUMBEROFINKS = 334;	/* !number of inks */
    public static final int TIFFTAG_DOTRANGE = 336;	/* !0% and 100% dot codes */
    public static final int TIFFTAG_TARGETPRINTER = 337;	/* !separation target */
    public static final int TIFFTAG_EXTRASAMPLES = 338;	/* !info about extra samples */
    public static final int     EXTRASAMPLE_UNSPECIFIED = 0;	/* !unspecified data */
    public static final int     EXTRASAMPLE_ASSOCALPHA = 1;	/* !associated alpha data */
    public static final int     EXTRASAMPLE_UNASSALPHA = 2;	/* !unassociated alpha data */
    public static final int TIFFTAG_SAMPLEFORMAT = 339;	/* !data sample format */
    public static final int     SAMPLEFORMAT_UINT = 1;	/* !unsigned integer data */
    public static final int     SAMPLEFORMAT_INT = 2;	/* !signed integer data */
    public static final int     SAMPLEFORMAT_IEEEFP = 3;	/* !IEEE floating point data */
    public static final int     SAMPLEFORMAT_VOID = 4;	/* !untyped data */
    public static final int     SAMPLEFORMAT_COMPLEXINT = 5;	/* !complex signed int */
    public static final int     SAMPLEFORMAT_COMPLEXIEEEFP = 6;	/* !complex ieee floating */
    public static final int TIFFTAG_SMINSAMPLEVALUE = 340;	/* !variable MinSampleValue */
    public static final int TIFFTAG_SMAXSAMPLEVALUE = 341;	/* !variable MaxSampleValue */
    public static final int TIFFTAG_JPEGTABLES = 347;	/* %JPEG table stream */
/*
 * Tags 512-521 are obsoleted by Technical Note #2
 * which specifies a revised JPEG-in-TIFF scheme.
 */
    public static final int TIFFTAG_JPEGPROC = 512;	/* !JPEG processing algorithm */
    public static final int     JPEGPROC_BASELINE = 1;	/* !baseline sequential */
    public static final int     JPEGPROC_LOSSLESS = 14;	/* !Huffman coded lossless */
    public static final int TIFFTAG_JPEGIFOFFSET = 513;	/* !pointer to SOI marker */
    public static final int TIFFTAG_JPEGIFBYTECOUNT = 514;	/* !JFIF stream length */
    public static final int TIFFTAG_JPEGRESTARTINTERVAL = 515;	/* !restart interval length */
    public static final int TIFFTAG_JPEGLOSSLESSPREDICTORS = 517;	/* !lossless proc predictor */
    public static final int TIFFTAG_JPEGPOINTTRANSFORM = 518;	/* !lossless point transform */
    public static final int TIFFTAG_JPEGQTABLES = 519;	/* !Q matrice offsets */
    public static final int TIFFTAG_JPEGDCTABLES = 520;	/* !DCT table offsets */
    public static final int TIFFTAG_JPEGACTABLES = 521;	/* !AC coefficient offsets */
    public static final int TIFFTAG_YCBCRCOEFFICIENTS = 529;	/* !RGB -> YCbCr transform */
    public static final int TIFFTAG_YCBCRSUBSAMPLING = 530;	/* !YCbCr subsampling factors */
    public static final int TIFFTAG_YCBCRPOSITIONING = 531;	/* !subsample positioning */
    public static final int     YCBCRPOSITION_CENTERED = 1;	/* !as in PostScript Level 2 */
    public static final int     YCBCRPOSITION_COSITED = 2;	/* !as in CCIR 601-1 */
    public static final int TIFFTAG_REFERENCEBLACKWHITE = 532;	/* !colorimetry info */
    /* tags 32952-32956 are private tags registered to Island Graphics */
    public static final int TIFFTAG_REFPTS = 32953;	/* image reference points */
    public static final int TIFFTAG_REGIONTACKPOINT = 32954;	/* region-xform tack point */
    public static final int TIFFTAG_REGIONWARPCORNERS = 32955;	/* warp quadrilateral */
    public static final int TIFFTAG_REGIONAFFINE = 32956;	/* affine transformation mat */
    /* tags 32995-32999 are private tags registered to SGI */
    public static final int TIFFTAG_MATTEING = 32995;	/* $use ExtraSamples */
    public static final int TIFFTAG_DATATYPE = 32996;	/* $use SampleFormat */
    public static final int TIFFTAG_IMAGEDEPTH = 32997;	/* z depth of image */
    public static final int TIFFTAG_TILEDEPTH = 32998;	/* z depth/data tile */
    /* tags 33300-33309 are private tags registered to Pixar */
/*
 * TIFFTAG_PIXAR_IMAGEFULLWIDTH and TIFFTAG_PIXAR_IMAGEFULLLENGTH
 * are set when an image has been cropped out of a larger image.
 * They reflect the size of the original uncropped image.
 * The TIFFTAG_XPOSITION and TIFFTAG_YPOSITION can be used
 * to determine the position of the smaller image in the larger one.
 */
    public static final int TIFFTAG_PIXAR_IMAGEFULLWIDTH = 33300;   /* full image size in x */
    public static final int TIFFTAG_PIXAR_IMAGEFULLLENGTH = 33301;   /* full image size in y */
 /* Tags 33302-33306 are used to identify special image modes and data
  * used by Pixar's texture formats.
  */
    public static final int TIFFTAG_PIXAR_TEXTUREFORMAT = 33302;	/* texture map format */
    public static final int TIFFTAG_PIXAR_WRAPMODES = 33303;	/* s & t wrap modes */
    public static final int TIFFTAG_PIXAR_FOVCOT = 33304;	/* cotan(fov) for env. maps */
    public static final int TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN = 33305;
    public static final int TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA = 33306;
    /* tag 33405 is a private tag registered to Eastman Kodak */
    public static final int TIFFTAG_WRITERSERIALNUMBER = 33405;   /* device serial number */
    /* tag 33432 is listed in the 6.0 spec w/ unknown ownership */
    public static final int TIFFTAG_COPYRIGHT = 33432;	/* copyright string */
    /* IPTC TAG from RichTIFF specifications */
    public static final int TIFFTAG_RICHTIFFIPTC = 33723;
    /* 34016-34029 are reserved for ANSI IT8 TIFF/IT <dkelly@etsinc.com) */
    public static final int TIFFTAG_IT8SITE = 34016;	/* site name */
    public static final int TIFFTAG_IT8COLORSEQUENCE = 34017;	/* color seq. [RGB,CMYK,etc] */
    public static final int TIFFTAG_IT8HEADER = 34018;	/* DDES Header */
    public static final int TIFFTAG_IT8RASTERPADDING = 34019;	/* raster scanline padding */
    public static final int TIFFTAG_IT8BITSPERRUNLENGTH = 34020;	/* # of bits in short run */
    public static final int TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH = 34021;/* # of bits in long run */
    public static final int TIFFTAG_IT8COLORTABLE = 34022;	/* LW colortable */
    public static final int TIFFTAG_IT8IMAGECOLORINDICATOR = 34023;	/* BP/BL image color switch */
    public static final int TIFFTAG_IT8BKGCOLORINDICATOR = 34024;	/* BP/BL bg color switch */
    public static final int TIFFTAG_IT8IMAGECOLORVALUE = 34025;	/* BP/BL image color value */
    public static final int TIFFTAG_IT8BKGCOLORVALUE = 34026;	/* BP/BL bg color value */
    public static final int TIFFTAG_IT8PIXELINTENSITYRANGE = 34027;	/* MP pixel intensity value */
    public static final int TIFFTAG_IT8TRANSPARENCYINDICATOR = 34028;	/* HC transparency switch */
    public static final int TIFFTAG_IT8COLORCHARACTERIZATION = 34029;	/* color character. table */
    /* tags 34232-34236 are private tags registered to Texas Instruments */
    public static final int TIFFTAG_FRAMECOUNT = 34232;   /* Sequence Frame Count */
    /* tag 34750 is a private tag registered to Adobe? */
    public static final int TIFFTAG_ICCPROFILE = 34675;	/* ICC profile data */
    /* tag 34377 is private tag registered to Adobe for PhotoShop */
    public static final int TIFFTAG_PHOTOSHOP = 34377;
    /* tag 34750 is a private tag registered to Pixel Magic */
    public static final int TIFFTAG_JBIGOPTIONS = 34750;	/* JBIG options */
    /* tags 34908-34914 are private tags registered to SGI */
    public static final int TIFFTAG_FAXRECVPARAMS = 34908;	/* encoded Class 2 ses. parms */
    public static final int TIFFTAG_FAXSUBADDRESS = 34909;	/* received SubAddr string */
    public static final int TIFFTAG_FAXRECVTIME = 34910;	/* receive time (secs) */
    /* tags 37439-37443 are registered to SGI <gregl@sgi.com> */
    public static final int TIFFTAG_STONITS = 37439;	/* Sample value to Nits */
    /* tag 34929 is a private tag registered to FedEx */
    public static final int TIFFTAG_FEDEX_EDR = 34929;	/* unknown use */
    /* tag 65535 is an undefined tag used by Eastman Kodak */
    public static final int TIFFTAG_DCSHUESHIFTVALUES = 65535;   /* hue shift correction data */
    
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -