catdad-experiments / heic-decode

🤳 decode heic images to extracts the raw pixel data
35 stars 13 forks source link

[BREAKING] image is generated as a Uint8ClampedArray instead of an ArrayBuffer #16

Closed catdad closed 10 months ago

catdad commented 10 months ago

This matches the standard ImageData object, which is more useful for interoperability.