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
150 stars 25 forks source link

Enable gainmap tests #197

Closed ram-mohan closed 2 months ago

ram-mohan commented 2 months ago

This is actually a benchmarking test. It was initially written in jpegrtest.cpp. Later we have introduced benchmark tests. However this test was never relocated there. May be we can move that there at a later time.

DichenZhang1 commented 2 months ago

Yes I agree. I can merge this CL now and move it later (not urgent). Thank you!