-
Notifications
You must be signed in to change notification settings - Fork 9
decode.Function.extractGainmapFromJPEG
github-actions[bot] edited this page Jul 2, 2024
·
17 revisions
@monogrid/gainmap-js / decode / extractGainmapFromJPEG
extractGainmapFromJPEG(
jpegFile
):Promise
<object
>
• jpegFile: Uint8Array
an Uint8Array
containing and encoded JPEG file
Promise
<object
>
an sdr Uint8Array
compressed in JPEG, a gainMap Uint8Array
compressed in JPEG and the XMP parsed XMP metadata
gainMap:
Uint8Array
metadata:
GainMapMetadata
sdr:
Uint8Array