Enumeration: DecodeType ¶
解析类型
Table of contents ¶
Enumeration Members ¶
Enumeration Members ¶
image ¶
• image = 0
以 ImageBitmap
图像解析
Defined in ¶
gl-core/dist/index.d.ts:61
unit8 ¶
• unit8 = 1
解析为 Uint8Array
Defined in ¶
gl-core/dist/index.d.ts:65
tiff ¶
• tiff = 2
使用 GeoTIFF
作为解析器
Defined in ¶
gl-core/dist/index.d.ts:69
imageWithExif ¶
• imageWithExif = 3
解析带有 Exif
的图像,一般我们使用单通道 RenderFrom.r
或者 RenderFrom.rg
可能从 Exif 信息中提取原始值范围。
Defined in ¶
gl-core/dist/index.d.ts:74