-
Does ultrahdr_app have a feature which might be used simply to validate that an image contains a gain map? For example, this could be useful to triage uploads to a website. If this isn't supported, please consider this as a feature request for the future to support efficient queries for gain maps natively supported by the project. |
Beta Was this translation helpful? Give feedback.
Answered by
ram-mohan
May 14, 2024
Replies: 1 comment 5 replies
-
The app does not have a validation only mode. The library itself however
has it as a functions (but my understanding to the library Is very limited)
but you cannot use library itself.
Dne po 13. 5. 2024 19:35 uživatel Greg B ***@***.***> napsal:
… Does ultrahdr_app have a feature which might be used simply to validate
that an image contains a gain map? For example, this could be useful to
triage uploads to a website.
If this isn't supported, please consider this as a feature request for the
future to support efficient queries for gain maps natively supported by the
project.
—
Reply to this email directly, view it on GitHub
<#137>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEN2KD5I5B52C6GU47WO75DZCD2XZAVCNFSM6AAAAABHUUP64GVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGY3DENJTGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uhdr_dec_probe(), checks if there is a valid primary image, gainmap image and valid hdr metadata. If it returns success, then we can assume its a valid uhdr image. Primary image / gainmap image being corrupt (headers are ok, but entropy coded residue data is corrupted) is realized only during actual decode.
uhdr_dec_probe() return status should be a good starting filtering check.