Type Alias: DecoderMetadata
DecoderMetadata =
object
Defined in: decode.ts:35
Metadata from the TIFF IFD, passed to decoders that need it.
Properties
bitsPerSample
bitsPerSample:
number
Defined in: decode.ts:37
height
height:
number
Defined in: decode.ts:40
lercParameters?
optionallercParameters?:number[] |null
Defined in: decode.ts:43
planarConfiguration
planarConfiguration:
PlanarConfiguration
Defined in: decode.ts:42
predictor
predictor:
Predictor
Defined in: decode.ts:41
sampleFormat
sampleFormat:
SampleFormat
Defined in: decode.ts:36
samplesPerPixel
samplesPerPixel:
number
Defined in: decode.ts:38
width
width:
number
Defined in: decode.ts:39