Describe the bug
It was found that CZIs created with "default operation" trigger warnings with CZICheck.
Test "Basic semantic checks of the XML-metadata" :
No valid ComponentBitCount information found in metadata for channel #0.
WARN
To Reproduce
- create a CZI with pylibCZIrw
- run the resulting CZI through CZICheck
- check the output
Expected behavior
There shouldn't be any warnings
Additional context
Initial idea for the case of ComponentBitCount would be that it is made part of the "prepared metadata" which is generated by https://zeiss.github.io/libczi/lib/classlib_c_z_i_1_1_i_czi_writer.html#_CPPv4N6libCZI10ICziWriter1… (and, then it can still be altered if needed by user-code).
Describe the bug
It was found that CZIs created with "default operation" trigger warnings with CZICheck.
To Reproduce
Expected behavior
There shouldn't be any warnings
Additional context
Initial idea for the case of ComponentBitCount would be that it is made part of the "prepared metadata" which is generated by https://zeiss.github.io/libczi/lib/classlib_c_z_i_1_1_i_czi_writer.html#_CPPv4N6libCZI10ICziWriter1… (and, then it can still be altered if needed by user-code).