Replies: 2 comments 2 replies
-
@gregbenz this can be achieved via uhdr_enc_set_exif_data(). This is a write through api where the library accepts the byte buffer received and write into jpeg as-is. The library does not validate if the byte buffer contents are in compliance with exif file format. Individual configuration of various exif tags is not supported as this is cumbersome and outside the scope of the library |
Beta Was this translation helpful? Give feedback.
2 replies
-
@gregbenz the demo app contains changes that support this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building with sources which do not support metadata (raw inputs), it would be ideal to have a way to embed metadata in the parent image (such as copyright, title, capture data like shutter speed, etc). This can be achieved with other libraries of course, but if there is an efficient way to merge such an input with the required gain map metadata from libultrahdr, that would be a useful feature and probably ideal for performance at scale.
If this is out of scope, I understand, but want to raise it as something which would be valuable.
Beta Was this translation helpful? Give feedback.
All reactions