net.sourceforge.jiu.codecs.tiff

Interface TIFFConstants

Known Implementing Classes:
TIFFCodec, TIFFImageFileDirectory, TIFFTag

public interface TIFFConstants

This class provides a lot of constant values for a TIFF encoder or decoder.
Author:
Marco Schmidt

Field Summary

static int
COMPRESSION_CCITT_GROUP3_1D_MODIFIED_HUFFMAN
static int
COMPRESSION_CCITT_T4
static int
COMPRESSION_CCITT_T6
static int
COMPRESSION_DEFLATED_INOFFICIAL
static int
COMPRESSION_DEFLATED_OFFICIAL
static int
COMPRESSION_JBIG
static int
COMPRESSION_JBIG2
static int
COMPRESSION_JPEG_6_0
static int
COMPRESSION_JPEG_POST_6_0
static int
COMPRESSION_LZW
static int
COMPRESSION_NEXT
static int
COMPRESSION_NONE
static int
COMPRESSION_NONE_WORD_ALIGNED
static int
COMPRESSION_PACKBITS
static int
COMPRESSION_SGI_LOG_24_PACKED
static int
COMPRESSION_SGI_LOG_RLE
static int
COMPRESSION_THUNDERSCAN
static int
PHOTOMETRIC_BLACK_IS_ZERO
static int
PHOTOMETRIC_LOGL
static int
PHOTOMETRIC_PALETTED
static int
PHOTOMETRIC_TRUECOLOR_CMYK
static int
PHOTOMETRIC_TRUECOLOR_LOGLUV
static int
PHOTOMETRIC_TRUECOLOR_RGB
static int
PHOTOMETRIC_WHITE_IS_ZERO
static int
PLANAR_CONFIGURATION_CHUNKY
static int
PLANAR_CONFIGURATION_PLANAR
static int
TAG_ARTIST
static int
TAG_BAD_FAX_LINES
static int
TAG_BITS_PER_SAMPLE
static int
TAG_CELL_LENGTH
static int
TAG_CELL_WIDTH
static int
TAG_CLEAN_FAX_DATA
static int
TAG_COLOR_MAP
static int
TAG_COMPRESSION
static int
TAG_CONSECUTIVE_BAD_FAX_LINES
static int
TAG_COPYRIGHT
static int
TAG_DATE_TIME
static int
TAG_DOCUMENT_NAME
static int
TAG_EXTRA_SAMPLES
static int
TAG_FILL_ORDER
static int
TAG_FREE_BYTE_COUNTS
static int
TAG_FREE_OFFSETS
static int
TAG_GRAY_RESPONSE_CURVE
static int
TAG_GRAY_RESPONSE_UNIT
static int
TAG_HOST_COMPUTER
static int
TAG_IMAGE_DESCRIPTION
static int
TAG_IMAGE_LENGTH
static int
TAG_IMAGE_WIDTH
static int
TAG_LENGTH
Length of a tag (an image file directory entry) in bytes (12).
static int
TAG_MAKE
static int
TAG_MAX_SAMPLE_VALUE
static int
TAG_MIN_SAMPLE_VALUE
static int
TAG_MODEL
static int
TAG_NEW_SUBFILE_TYPE
static int
TAG_ORIENTATION
static int
TAG_PHOTOMETRIC_INTERPRETATION
static int
TAG_PHOTOSHOP_IMAGE_RESOURCES
static int
TAG_PLANAR_CONFIGURATION
static int
TAG_PREDICTOR
static int
TAG_RESOLUTION_UNIT
static int
TAG_RESOLUTION_X
static int
TAG_RESOLUTION_Y
static int
TAG_ROWS_PER_STRIP
static int
TAG_SAMPLES_PER_PIXEL
static int
TAG_SOFTWARE
static int
TAG_STRIP_BYTE_COUNTS
static int
TAG_STRIP_OFFSETS
static int
TAG_T4_OPTIONS
static int
TAG_T6_OPTIONS
static int
TAG_TILE_BYTE_COUNTS
static int
TAG_TILE_HEIGHT
static int
TAG_TILE_OFFSETS
static int
TAG_TILE_WIDTH
static int
TAG_TYPE_ASCII
static int
TAG_TYPE_BYTE
static int
TAG_TYPE_DOUBLE
static int
TAG_TYPE_FLOAT
static int
TAG_TYPE_LONG
static int
TAG_TYPE_RATIONAL
static int
TAG_TYPE_SBYTE
static int
TAG_TYPE_SHORT
static int
TAG_TYPE_SLONG
static int
TAG_TYPE_SRATIONAL
static int
TAG_TYPE_SSHORT
static int
TAG_TYPE_UNDEFINED

Field Details

COMPRESSION_CCITT_GROUP3_1D_MODIFIED_HUFFMAN

public static final int COMPRESSION_CCITT_GROUP3_1D_MODIFIED_HUFFMAN
Field Value:
2

COMPRESSION_CCITT_T4

public static final int COMPRESSION_CCITT_T4
Field Value:
3

COMPRESSION_CCITT_T6

public static final int COMPRESSION_CCITT_T6
Field Value:
4

COMPRESSION_DEFLATED_INOFFICIAL

public static final int COMPRESSION_DEFLATED_INOFFICIAL
Field Value:
32946

COMPRESSION_DEFLATED_OFFICIAL

public static final int COMPRESSION_DEFLATED_OFFICIAL
Field Value:
8

COMPRESSION_JBIG

public static final int COMPRESSION_JBIG
Field Value:
34661

COMPRESSION_JBIG2

public static final int COMPRESSION_JBIG2
Field Value:
34715

COMPRESSION_JPEG_6_0

public static final int COMPRESSION_JPEG_6_0
Field Value:
6

COMPRESSION_JPEG_POST_6_0

public static final int COMPRESSION_JPEG_POST_6_0
Field Value:
7

COMPRESSION_LZW

public static final int COMPRESSION_LZW
Field Value:
5

COMPRESSION_NEXT

public static final int COMPRESSION_NEXT
Field Value:
32766

COMPRESSION_NONE

public static final int COMPRESSION_NONE
Field Value:
1

COMPRESSION_NONE_WORD_ALIGNED

public static final int COMPRESSION_NONE_WORD_ALIGNED
Field Value:
32771

COMPRESSION_PACKBITS

public static final int COMPRESSION_PACKBITS
Field Value:
32773

COMPRESSION_SGI_LOG_24_PACKED

public static final int COMPRESSION_SGI_LOG_24_PACKED
Field Value:
34677

COMPRESSION_SGI_LOG_RLE

public static final int COMPRESSION_SGI_LOG_RLE
Field Value:
34676

COMPRESSION_THUNDERSCAN

public static final int COMPRESSION_THUNDERSCAN
Field Value:
32809

PHOTOMETRIC_BLACK_IS_ZERO

public static final int PHOTOMETRIC_BLACK_IS_ZERO
Field Value:
1

PHOTOMETRIC_LOGL

public static final int PHOTOMETRIC_LOGL
Field Value:
32844

PHOTOMETRIC_PALETTED

public static final int PHOTOMETRIC_PALETTED
Field Value:
3

PHOTOMETRIC_TRUECOLOR_CMYK

public static final int PHOTOMETRIC_TRUECOLOR_CMYK
Field Value:
5

PHOTOMETRIC_TRUECOLOR_LOGLUV

public static final int PHOTOMETRIC_TRUECOLOR_LOGLUV
Field Value:
32845

PHOTOMETRIC_TRUECOLOR_RGB

public static final int PHOTOMETRIC_TRUECOLOR_RGB
Field Value:
2

PHOTOMETRIC_WHITE_IS_ZERO

public static final int PHOTOMETRIC_WHITE_IS_ZERO
Field Value:
0

PLANAR_CONFIGURATION_CHUNKY

public static final int PLANAR_CONFIGURATION_CHUNKY
Field Value:
1

PLANAR_CONFIGURATION_PLANAR

public static final int PLANAR_CONFIGURATION_PLANAR
Field Value:
2

TAG_ARTIST

public static final int TAG_ARTIST
Field Value:
315

TAG_BAD_FAX_LINES

public static final int TAG_BAD_FAX_LINES
Field Value:
326

TAG_BITS_PER_SAMPLE

public static final int TAG_BITS_PER_SAMPLE
Field Value:
258

TAG_CELL_LENGTH

public static final int TAG_CELL_LENGTH
Field Value:
265

TAG_CELL_WIDTH

public static final int TAG_CELL_WIDTH
Field Value:
264

TAG_CLEAN_FAX_DATA

public static final int TAG_CLEAN_FAX_DATA
Field Value:
327

TAG_COLOR_MAP

public static final int TAG_COLOR_MAP
Field Value:
320

TAG_COMPRESSION

public static final int TAG_COMPRESSION
Field Value:
259

TAG_CONSECUTIVE_BAD_FAX_LINES

public static final int TAG_CONSECUTIVE_BAD_FAX_LINES
Field Value:
328

TAG_COPYRIGHT

public static final int TAG_COPYRIGHT
Field Value:
33432

TAG_DATE_TIME

public static final int TAG_DATE_TIME
Field Value:
306

TAG_DOCUMENT_NAME

public static final int TAG_DOCUMENT_NAME
Field Value:
269

TAG_EXTRA_SAMPLES

public static final int TAG_EXTRA_SAMPLES
Field Value:
338

TAG_FILL_ORDER

public static final int TAG_FILL_ORDER
Field Value:
266

TAG_FREE_BYTE_COUNTS

public static final int TAG_FREE_BYTE_COUNTS
Field Value:
289

TAG_FREE_OFFSETS

public static final int TAG_FREE_OFFSETS
Field Value:
288

TAG_GRAY_RESPONSE_CURVE

public static final int TAG_GRAY_RESPONSE_CURVE
Field Value:
291

TAG_GRAY_RESPONSE_UNIT

public static final int TAG_GRAY_RESPONSE_UNIT
Field Value:
290

TAG_HOST_COMPUTER

public static final int TAG_HOST_COMPUTER
Field Value:
316

TAG_IMAGE_DESCRIPTION

public static final int TAG_IMAGE_DESCRIPTION
Field Value:
270

TAG_IMAGE_LENGTH

public static final int TAG_IMAGE_LENGTH
Field Value:
257

TAG_IMAGE_WIDTH

public static final int TAG_IMAGE_WIDTH
Field Value:
256

TAG_LENGTH

public static final int TAG_LENGTH
Length of a tag (an image file directory entry) in bytes (12).
Field Value:
12

TAG_MAKE

public static final int TAG_MAKE
Field Value:
271

TAG_MAX_SAMPLE_VALUE

public static final int TAG_MAX_SAMPLE_VALUE
Field Value:
281

TAG_MIN_SAMPLE_VALUE

public static final int TAG_MIN_SAMPLE_VALUE
Field Value:
280

TAG_MODEL

public static final int TAG_MODEL
Field Value:
272

TAG_NEW_SUBFILE_TYPE

public static final int TAG_NEW_SUBFILE_TYPE
Field Value:
254

TAG_ORIENTATION

public static final int TAG_ORIENTATION
Field Value:
274

TAG_PHOTOMETRIC_INTERPRETATION

public static final int TAG_PHOTOMETRIC_INTERPRETATION
Field Value:
262

TAG_PHOTOSHOP_IMAGE_RESOURCES

public static final int TAG_PHOTOSHOP_IMAGE_RESOURCES
Field Value:
34377

TAG_PLANAR_CONFIGURATION

public static final int TAG_PLANAR_CONFIGURATION
Field Value:
284

TAG_PREDICTOR

public static final int TAG_PREDICTOR
Field Value:
317

TAG_RESOLUTION_UNIT

public static final int TAG_RESOLUTION_UNIT
Field Value:
296

TAG_RESOLUTION_X

public static final int TAG_RESOLUTION_X
Field Value:
282

TAG_RESOLUTION_Y

public static final int TAG_RESOLUTION_Y
Field Value:
283

TAG_ROWS_PER_STRIP

public static final int TAG_ROWS_PER_STRIP
Field Value:
278

TAG_SAMPLES_PER_PIXEL

public static final int TAG_SAMPLES_PER_PIXEL
Field Value:
277

TAG_SOFTWARE

public static final int TAG_SOFTWARE
Field Value:
305

TAG_STRIP_BYTE_COUNTS

public static final int TAG_STRIP_BYTE_COUNTS
Field Value:
279

TAG_STRIP_OFFSETS

public static final int TAG_STRIP_OFFSETS
Field Value:
273

TAG_T4_OPTIONS

public static final int TAG_T4_OPTIONS
Field Value:
292

TAG_T6_OPTIONS

public static final int TAG_T6_OPTIONS
Field Value:
293

TAG_TILE_BYTE_COUNTS

public static final int TAG_TILE_BYTE_COUNTS
Field Value:
325

TAG_TILE_HEIGHT

public static final int TAG_TILE_HEIGHT
Field Value:
323

TAG_TILE_OFFSETS

public static final int TAG_TILE_OFFSETS
Field Value:
324

TAG_TILE_WIDTH

public static final int TAG_TILE_WIDTH
Field Value:
322

TAG_TYPE_ASCII

public static final int TAG_TYPE_ASCII
Field Value:
2

TAG_TYPE_BYTE

public static final int TAG_TYPE_BYTE
Field Value:
1

TAG_TYPE_DOUBLE

public static final int TAG_TYPE_DOUBLE
Field Value:
12

TAG_TYPE_FLOAT

public static final int TAG_TYPE_FLOAT
Field Value:
11

TAG_TYPE_LONG

public static final int TAG_TYPE_LONG
Field Value:
4

TAG_TYPE_RATIONAL

public static final int TAG_TYPE_RATIONAL
Field Value:
5

TAG_TYPE_SBYTE

public static final int TAG_TYPE_SBYTE
Field Value:
6

TAG_TYPE_SHORT

public static final int TAG_TYPE_SHORT
Field Value:
3

TAG_TYPE_SLONG

public static final int TAG_TYPE_SLONG
Field Value:
9

TAG_TYPE_SRATIONAL

public static final int TAG_TYPE_SRATIONAL
Field Value:
10

TAG_TYPE_SSHORT

public static final int TAG_TYPE_SSHORT
Field Value:
8

TAG_TYPE_UNDEFINED

public static final int TAG_TYPE_UNDEFINED
Field Value:
7