MarkerImageInfo
Defined in: src/image-info.ts:14
Properties
Section titled “Properties”encodedHeight
Section titled “encodedHeight”encodedHeight:
number
Defined in: src/image-info.ts:22
Height stored in the encoded pixel data before orientation is applied.
encodedWidth
Section titled “encodedWidth”encodedWidth:
number
Defined in: src/image-info.ts:20
Width stored in the encoded pixel data before orientation is applied.
format
Section titled “format”format:
MarkerImageFormat
Defined in: src/image-info.ts:23
height
Section titled “height”height:
number
Defined in: src/image-info.ts:18
Display height after applying the encoded orientation.
mimeType?
Section titled “mimeType?”
optionalmimeType?:string
Defined in: src/image-info.ts:24
mirrored
Section titled “mirrored”mirrored:
boolean
Defined in: src/image-info.ts:27
orientation
Section titled “orientation”orientation:
ImageOrientation
Defined in: src/image-info.ts:25
requiresNormalization
Section titled “requiresNormalization”requiresNormalization:
boolean
Defined in: src/image-info.ts:28
rotationDegrees
Section titled “rotationDegrees”rotationDegrees:
0|90|180|270
Defined in: src/image-info.ts:26
width:
number
Defined in: src/image-info.ts:16
Display width after applying the encoded orientation.