strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.69k stars 296 forks source link

Support displaying HDR image in web decoder #528

Open farindk opened 3 years ago

farindk commented 3 years ago

HDR images show incorrectly on the online JavaScript decoder. Looks like a 16bit output pixel is shown as two 8bit pixels. Should be easy to fix by explicitly requesting the decoder to output 8bit images.

farindk commented 3 years ago

Example image IMG20210705174237.zip

jincdream commented 1 year ago

+1