can decode api to extract gain map metadata only? #190
|
is it possible to extract the gain map metadata then save to file? |
Replies: 4 comments
|
You can use uhdr_dec_get_gain_map_metadata() to get metadata. The return value is of type uhdr_gainmap_metadata_t. You can write the fields to a file. |
|
Could this functionality be added to the demo app? It would be great to be able to extract, edit and copy metadata between ultrahdr jpegs. |
|
will try to add a pull request to handle this. Thank you,
|
|
@pmonck @GrousexyHKCN the demo app contains the changes that supports this. |
@pmonck @GrousexyHKCN the demo app contains the changes that supports this.