Skip to content

Catch when CZI is compressed via unsupported ZSTD format

Christopher Randolph Rhodes requested to merge issue0021 into staging

CziImageFileAccessor will raise an exception upon initialization if the underlying CZI file uses compression. Specifically if metadata field: Information|Image|OriginalCompressionMethod is not "Uncompressed"

Merge request reports