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
146 stars 23 forks source link

Ultrahdr_app mode 4 is broken again #211

Closed pmonck closed 1 month ago

pmonck commented 1 month ago

After a recent update ultrahdr_app api mode 4 appears to be broken again, seemingly related to issue https://github.com/google/libultrahdr/issues/157

ultrahdr_app returns the error "did not receive valid image width for encoding. width : 0" but does not accept width or height parameters as input.

ram-mohan commented 1 month ago

@pmonck @DichenZhang1 the sample app is updated accordingly. This bug can be marked for closure.