-
|
In one my projects I've written an ICC profile parser to perform colour transforms, using this iccDEV reference implementation to generate validation data. I intend to extend the functionality to support DToBx and BToDx tags, but I've not been able to find any profiles that contain them. Are there any profiles you can share that use these tags, for development purposes? |
Beta Was this translation helpful? Give feedback.
Answered by
xsscx
Mar 25, 2026
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xsscx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@waacton
See https://github.com/xsscx/research/tree/main/extended-test-profiles/tag-checks
I am adding to it now. I apologize for delay in responding.
Fuzzing Corpus: https://github.com/xsscx/fuzz/tree/master/graphics/icc
If you are testing a parser try with this file https://github.com/xsscx/research/raw/refs/heads/main/extended-test-profiles/ub-npd-spectral-fuzzer-CIccApplyCmm-IccCmm_cpp-Line8845.icc which should provide a significant amount of coverage testing.
Additional profiles in https://github.com/xsscx/research with a profile generator https://github.com/xsscx/research/blob/main/iccanalyzer-lite/tests/synthesize_profiles.py and https://github.com/xsscx/research/blob/main/extended…