TiffImage class
Constructors
Properties
- bitsPerSample ↔ int
-
getter/setter pair
- chromaSubH ↔ int
-
getter/setter pair
- chromaSubV ↔ int
-
getter/setter pair
-
colorMap
↔ List<
int> ? -
getter/setter pair
- colorMapBlue ↔ int
-
getter/setter pair
- colorMapGreen ↔ int
-
getter/setter pair
- colorMapRed ↔ int
-
getter/setter pair
- compression ↔ int
-
getter/setter pair
- extraSamples ↔ int?
-
getter/setter pair
- fillOrder ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hdrImage ↔ HdrImage?
-
getter/setter pair
- height ↔ int
-
getter/setter pair
- image ↔ Image?
-
getter/setter pair
- imageType ↔ int
-
getter/setter pair
- isValid → bool
-
no setter
- isWhiteZero ↔ bool
-
getter/setter pair
- photometricType ↔ int?
-
getter/setter pair
- predictor ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleFormat ↔ int
-
getter/setter pair
- samplesPerPixel ↔ int
-
getter/setter pair
- t4Options ↔ int?
-
getter/setter pair
- t6Options ↔ int?
-
getter/setter pair
-
getter/setter pair
-
tileByteCounts
↔ List<
int> ? -
getter/setter pair
- tiled ↔ bool
-
getter/setter pair
- tileHeight ↔ int
-
getter/setter pair
-
tileOffsets
↔ List<
int> ? -
getter/setter pair
- tileSize ↔ int?
-
getter/setter pair
- tilesX ↔ int
-
getter/setter pair
- tilesY ↔ int
-
getter/setter pair
- tileWidth ↔ int
-
getter/setter pair
- width ↔ int
-
getter/setter pair
Methods
-
decode(
InputBuffer p) → Image -
decodeHdr(
InputBuffer p) → HdrImage -
hasTag(
int tag) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- COMPRESSION_CCITT_FAX3 → const int
- COMPRESSION_CCITT_FAX4 → const int
- COMPRESSION_CCITT_RLE → const int
- COMPRESSION_CCITT_RLEW → const int
- COMPRESSION_DCS → const int
- COMPRESSION_DEFLATE → const int
- COMPRESSION_IT8BL → const int
- COMPRESSION_IT8CTPAD → const int
- COMPRESSION_IT8LW → const int
- COMPRESSION_IT8MP → const int
- COMPRESSION_JBIG → const int
- COMPRESSION_JP2000 → const int
- COMPRESSION_JPEG → const int
- COMPRESSION_LZW → const int
- COMPRESSION_NEXT → const int
- COMPRESSION_NONE → const int
- COMPRESSION_OLD_JPEG → const int
- COMPRESSION_PACKBITS → const int
- COMPRESSION_PIXARFILM → const int
- COMPRESSION_PIXARLOG → const int
- COMPRESSION_SGILOG → const int
- COMPRESSION_SGILOG24 → const int
- COMPRESSION_THUNDERSCAN → const int
- COMPRESSION_ZIP → const int
- FORMAT_FLOAT → const int
- FORMAT_INT → const int
- FORMAT_UINT → const int
- PHOTOMETRIC_BLACKISZERO → const int
- PHOTOMETRIC_RGB → const int
- TAG_ARTIST → const int
- TAG_BITS_PER_SAMPLE → const int
- TAG_CELL_LENGTH → const int
- TAG_CELL_WIDTH → const int
- TAG_COLOR_MAP → const int
- TAG_COMPRESSION → const int
- TAG_DATE_TIME → const int
- TAG_EXIF_IFD → const int
- TAG_EXTRA_SAMPLES → const int
- TAG_FILL_ORDER → const int
- TAG_FREE_BYTE_COUNTS → const int
- TAG_FREE_OFFSETS → const int
- TAG_GRAY_RESPONSE_CURVE → const int
- TAG_GRAY_RESPONSE_UNIT → const int
- TAG_HOST_COMPUTER → const int
- TAG_ICC_PROFILE → const int
- TAG_IMAGE_DESCRIPTION → const int
- TAG_IMAGE_LENGTH → const int
- TAG_IMAGE_WIDTH → const int
- TAG_IPTC → const int
- TAG_MAKE → const int
- TAG_MAX_SAMPLE_VALUE → const int
- TAG_MIN_SAMPLE_VALUE → const int
- TAG_MODEL → const int
-
TAG_NAME
→ const Map<
int, String> - TAG_NEW_SUBFILE_TYPE → const int
- TAG_ORIENTATION → const int
- TAG_PHOTOMETRIC_INTERPRETATION → const int
- TAG_PHOTOSHOP → const int
- TAG_PLANAR_CONFIGURATION → const int
- TAG_PREDICTOR → const int
- TAG_RESOLUTION_UNIT → const int
- TAG_ROWS_PER_STRIP → const int
- TAG_SAMPLE_FORMAT → const int
- TAG_SAMPLES_PER_PIXEL → const int
- TAG_SOFTWARE → const int
- TAG_STRIP_BYTE_COUNTS → const int
- TAG_STRIP_OFFSETS → const int
- TAG_SUBFILE_TYPE → const int
- TAG_T4_OPTIONS → const int
- TAG_T6_OPTIONS → const int
- TAG_THRESHOLDING → const int
- TAG_TILE_BYTE_COUNTS → const int
- TAG_TILE_LENGTH → const int
- TAG_TILE_OFFSETS → const int
- TAG_TILE_WIDTH → const int
- TAG_X_RESOLUTION → const int
- TAG_XMP → const int
- TAG_Y_RESOLUTION → const int
- TAG_YCBCR_COEFFICIENTS → const int
- TAG_YCBCR_POSITIONING → const int
- TAG_YCBCR_SUBSAMPLING → const int
- TYPE_BILEVEL → const int
- TYPE_GENERIC → const int
- TYPE_GRAY → const int
- TYPE_GRAY_4BIT → const int
- TYPE_GRAY_ALPHA → const int
- TYPE_PALETTE → const int
- TYPE_RGB → const int
- TYPE_RGB_ALPHA → const int
- TYPE_UNSUPPORTED → const int
- TYPE_YCBCR_SUB → const int