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