google / libultrahdr

Ultra HDR is a true HDR image format, and is backcompatible. libultrahdr is the reference codec for the Ultra HDR format. The codecs that support the format can render the HDR intent of the image on HDR displays; other codecs can still decode and display the SDR intent of the image.
https://developer.android.com/guide/topics/media/platform/hdr-image-format
Apache License 2.0
160 stars 28 forks source link

fix incorrect row step configuration in generateGainMap job queue #187

Closed ram-mohan closed 4 months ago

ram-mohan commented 4 months ago

rowStep configuration of generateGainMap especially if num threads is 1, is not correct. This was latter getting corrected automatically. Ensure the initial configuration is also correct.