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

Add libultrahdr java wrapper #243

Closed ram-mohan closed 2 weeks ago

ram-mohan commented 2 weeks ago

This changes introduces jni wrapper and java front end classes for uhdr api.

Co-authored-by: Ram Mohan M ram.mohan@ittiam.com

Change-Id: Icfd82938269cfceff2527847aa14cc0cc7493b7d

DichenZhang1 commented 2 weeks ago

Thank you for making this happen!

ram-mohan commented 2 weeks ago

Thank you. still some work is pending, will try to close them as well.