TiffImage class Null safety
Constructors
Properties
- bitsPerSample ↔ int
-
read / write
- chromaSubH ↔ int
-
read / write
- chromaSubV ↔ int
-
read / write
-
colorMap
↔ List<
int> ? -
read / write
- colorMapBlue ↔ int
-
read / write
- colorMapGreen ↔ int
-
read / write
- colorMapRed ↔ int
-
read / write
- compression ↔ int
-
read / write
- extraSamples ↔ int?
-
read / write
- fillOrder ↔ int?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hdrImage ↔ HdrImage?
-
read / write
- height ↔ int?
-
read / write
- image ↔ Image?
-
read / write
- imageType ↔ int
-
read / write
- isValid → bool
-
read-only
- isWhiteZero ↔ bool
-
read / write
- photometricType ↔ int?
-
read / write
- predictor ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sampleFormat ↔ int
-
read / write
- samplesPerPixel ↔ int
-
read / write
- t4Options ↔ int?
-
read / write
- t6Options ↔ int?
-
read / write
-
read / write
-
tileByteCounts
↔ List<
int> ? -
read / write
- tiled ↔ bool
-
read / write
- tileHeight ↔ int?
-
read / write
-
tileOffsets
↔ List<
int> ? -
read / write
- tileSize ↔ int?
-
read / write
- tilesX ↔ int
-
read / write
- tilesY ↔ int
-
read / write
- tileWidth ↔ int?
-
read / write
- width ↔ int?
-
read / write
Methods
-
decode(
InputBuffer p) → Image -
decodeHdr(
InputBuffer p) → HdrImage -
hasTag(
int tag) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
3
- COMPRESSION_CCITT_FAX4 → const int
-
4
- COMPRESSION_CCITT_RLE → const int
-
2
- COMPRESSION_CCITT_RLEW → const int
-
32771
- COMPRESSION_DCS → const int
-
32947
- COMPRESSION_DEFLATE → const int
-
32946
- COMPRESSION_IT8BL → const int
-
32898
- COMPRESSION_IT8CTPAD → const int
-
32895
- COMPRESSION_IT8LW → const int
-
32896
- COMPRESSION_IT8MP → const int
-
32897
- COMPRESSION_JBIG → const int
-
34661
- COMPRESSION_JP2000 → const int
-
34712
- COMPRESSION_JPEG → const int
-
7
- COMPRESSION_LZW → const int
-
5
- COMPRESSION_NEXT → const int
-
32766
- COMPRESSION_NONE → const int
-
1
- COMPRESSION_OLD_JPEG → const int
-
6
- COMPRESSION_PACKBITS → const int
-
32773
- COMPRESSION_PIXARFILM → const int
-
32908
- COMPRESSION_PIXARLOG → const int
-
32909
- COMPRESSION_SGILOG → const int
-
34676
- COMPRESSION_SGILOG24 → const int
-
34677
- COMPRESSION_THUNDERSCAN → const int
-
32809
- COMPRESSION_ZIP → const int
-
8
- FORMAT_FLOAT → const int
-
3
- FORMAT_INT → const int
-
2
- FORMAT_UINT → const int
-
1
- PHOTOMETRIC_BLACKISZERO → const int
-
1
- PHOTOMETRIC_RGB → const int
-
2
- TAG_ARTIST → const int
-
315
- TAG_BITS_PER_SAMPLE → const int
-
258
- TAG_CELL_LENGTH → const int
-
265
- TAG_CELL_WIDTH → const int
-
264
- TAG_COLOR_MAP → const int
-
320
- TAG_COMPRESSION → const int
-
259
- TAG_DATE_TIME → const int
-
306
- TAG_EXIF_IFD → const int
-
34665
- TAG_EXTRA_SAMPLES → const int
-
338
- TAG_FILL_ORDER → const int
-
266
- TAG_FREE_BYTE_COUNTS → const int
-
289
- TAG_FREE_OFFSETS → const int
-
288
- TAG_GRAY_RESPONSE_CURVE → const int
-
291
- TAG_GRAY_RESPONSE_UNIT → const int
-
290
- TAG_HOST_COMPUTER → const int
-
316
- TAG_ICC_PROFILE → const int
-
34675
- TAG_IMAGE_DESCRIPTION → const int
-
270
- TAG_IMAGE_LENGTH → const int
-
257
- TAG_IMAGE_WIDTH → const int
-
256
- TAG_IPTC → const int
-
33723
- TAG_MAKE → const int
-
271
- TAG_MAX_SAMPLE_VALUE → const int
-
281
- TAG_MIN_SAMPLE_VALUE → const int
-
280
- TAG_MODEL → const int
-
272
-
TAG_NAME
→ const Map<
int, String> -
{TAG_ARTIST : 'artist', TAG_BITS_PER_SAMPLE : 'bitsPerSample', TAG_CELL_LENGTH : 'cellLength', TAG_CELL_WIDTH : 'cellWidth', TAG_COLOR_MAP : 'colorMap', TAG_COM…
- TAG_NEW_SUBFILE_TYPE → const int
-
254
- TAG_ORIENTATION → const int
-
274
- TAG_PHOTOMETRIC_INTERPRETATION → const int
-
262
- TAG_PHOTOSHOP → const int
-
34377
- TAG_PLANAR_CONFIGURATION → const int
-
284
- TAG_PREDICTOR → const int
-
317
- TAG_RESOLUTION_UNIT → const int
-
296
- TAG_ROWS_PER_STRIP → const int
-
278
- TAG_SAMPLE_FORMAT → const int
-
339
- TAG_SAMPLES_PER_PIXEL → const int
-
277
- TAG_SOFTWARE → const int
-
305
- TAG_STRIP_BYTE_COUNTS → const int
-
279
- TAG_STRIP_OFFSETS → const int
-
273
- TAG_SUBFILE_TYPE → const int
-
255
- TAG_T4_OPTIONS → const int
-
292
- TAG_T6_OPTIONS → const int
-
293
- TAG_THRESHOLDING → const int
-
263
- TAG_TILE_BYTE_COUNTS → const int
-
325
- TAG_TILE_LENGTH → const int
-
323
- TAG_TILE_OFFSETS → const int
-
324
- TAG_TILE_WIDTH → const int
-
322
- TAG_X_RESOLUTION → const int
-
282
- TAG_XMP → const int
-
700
- TAG_Y_RESOLUTION → const int
-
283
- TAG_YCBCR_COEFFICIENTS → const int
-
529
- TAG_YCBCR_POSITIONING → const int
-
531
- TAG_YCBCR_SUBSAMPLING → const int
-
530
- TYPE_BILEVEL → const int
-
0
- TYPE_GENERIC → const int
-
8
- TYPE_GRAY → const int
-
2
- TYPE_GRAY_4BIT → const int
-
1
- TYPE_GRAY_ALPHA → const int
-
3
- TYPE_PALETTE → const int
-
4
- TYPE_RGB → const int
-
5
- TYPE_RGB_ALPHA → const int
-
6
- TYPE_UNSUPPORTED → const int
-
-1
- TYPE_YCBCR_SUB → const int
-
7