libczi icon indicating copy to clipboard operation
libczi copied to clipboard

libCZI is an Open Source Cross-Platform C++ library to read and write CZI.

Results 9 libczi issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `CSingleChannelTileAccessor::Get` (and probably also the other accessor implementations) returns uninitialized memory if called with `pOptions=nullptr` or if passing `ISingleChannelTileAccessor::Options` where `backGroundColor` has not been set to finite...

There is a new release of [pugixml ](https://github.com/zeux/pugixml/releases) out (version 1.14), and the copy of pugixml used in libCZI should be updated.

enhancement
good first issue

**Describe the bug** There is a significant difference in ROI reading speed, depending on the method of compression. **To Reproduce** The following Python script: ``` import timeit from pylibCZIrw import...

question

c.f. #73 - when doing a tile-composition within accessors, it is desirable to perform a decompression-operation concurrently. This should speed up the operation considerably (assuming the availability of multiple cores...

enhancement

I was trying to use `ISingleChannelPyramidLayerTileAccessor::Get()`, which needs a `PyramidLayerInfo` struct. I didn't pay much attention to where this struct is actually defined. So I just took one instance obtained...

question

**Is your feature request related to a problem? Please describe.** With the completion of #32 we still have some [cpplint](https://github.com/cpplint/cpplint) issues left to fix (or permanently accept) that are currently...

**Is your feature request related to a problem? Please describe.** There should be tests for CZIcmd - c.f. https://github.com/ZEISS/libczi/pull/20#pullrequestreview-1221780702 **Describe the solution you'd like** Runs of CZIcmd should be part...

**Is your feature request related to a problem? Please describe.** c.f. https://github.com/ZEISS/libczi/pull/20#discussion_r1051379677 **Describe the solution you'd like** * all commands should be described in the documenation * in best case...

documentation

Please refer issue created on old git repo https://github.com/zeiss-microscopy/libCZI/issues/63#issue-1325621211

enhancement