Maintainer Repro
Sat Jan 24 03:10:25 AM UTC 2026
Given a single XML File, test the conversion fidelity for XML to ICC to XML to ICC and Report.
Reproduction
Step 1. iccFromXml input.xml input-1.icc
Profile parsed. Profile is invalid, but saved correctly
Step 2. iccToXml input-1.icc input-1.xml
XML successfully created
Step 3. iccFromXml input-1.xml input-2.icc
Unexpected Output
iccFromXml input-1.xml input-2.icc
input-1.xml:64792: parser error : xmlSAX2Characters: huge text node
0.000000000000 0.000000000000 0.000000000000 0.000
^
input-1.xml:64792: parser error : Extra content at the end of the document
0.000000000000 0.000000000000 0.000000000000 0.000
^
Unable to Parse 'input-1.xml'
NOTE: This is a Bug, see below next Reply
File Size
Given a single XML File of 3.3M the returned XML is 12M.
This is expected behavior. The 2.7x expansion results from calculator operations being evaluated to individual float16 values. Each calculator expression that previously generated a single output value now occupies explicit numeric storage.
ls -lah input.xml input-1.xml
-rw-rw-r-- 1 xss xss 12M Jan 24 03:08 input-1.xml
-rw-rw-r-- 1 xss xss 3.3M Jan 24 02:39 input.xml
Maintainer Repro
Sat Jan 24 03:10:25 AM UTC 2026
Given a single XML File, test the conversion fidelity for XML to ICC to XML to ICC and Report.
Reproduction
Step 1. iccFromXml input.xml input-1.icc
Profile parsed. Profile is invalid, but saved correctly
Step 2. iccToXml input-1.icc input-1.xml
XML successfully created
Step 3. iccFromXml input-1.xml input-2.icc
Unexpected Output
NOTE: This is a Bug, see below next Reply
File Size
Given a single XML File of 3.3M the returned XML is 12M.