-
Notifications
You must be signed in to change notification settings - Fork 46
Labels
CITriagedMaintainer indicates triaged status and ready for developer handoffMaintainer indicates triaged status and ready for developer handoff
Description
Maintainer Summary
2026-03-19 07:18:10 UTC
IccSignatureUtils.h V2 addresses three issues:
-
Noisy debug output on valid profiles —
ICC_LOG_DEBUGandICC_LOG_WARNINGcalls fired unconditionally on every signature validation, producing spurious stderr output (e.g.,ICC_WARN: ColorSpace signature: 0x6e630011 (Unknown)on valid 17-channel v5 profiles). -
Missing v5/iccMAX dynamic signatures — N-channel (
0x6e63xxxx) and MCS (0x6d63xxxx) signatures were not recognized, causing valid v5 profiles to be flagged as "Unknown". -
Missing MCH A-F —
icSigMCHADatathroughicSigMCHFData(10-15 channel profiles) were absent from bothColorSpaceSignatureToStr()andIsValidColorSpaceSignature().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CITriagedMaintainer indicates triaged status and ready for developer handoffMaintainer indicates triaged status and ready for developer handoff