Skip to content

Releases: ptahmose/MEXlibCZI

version 0.3.5-alpha (99cf96d)

23 Mar 22:58
99cf96d
Compare
Choose a tag to compare
Pre-release
improve CZI-write (#10)

* Enhance CziWriter::Close for C-dimension display settings

Updated the `Close` method to handle C-dimension statistics.
If the C-dimension is valid, default display settings are applied
to each channel to prevent display issues in certain ZEN versions.
The metadata builder is utilized to write these settings before
retrieving the XML for metadata writing.

* Bump patch version and enhance CZI handling tests

Updated `CMakeLists.txt` to increment the patch version of the `MEXLIBCZI` library from 4 to 5.
Refactored the `Close()` method in `CziWriter.cpp` to utilize a `unique_ptr` for better memory management.
Added a new test function in `TestMEXlib_Write.m` to validate multi-channel CZI file creation and properties.

* Update documentation for writer object's subblock

Added details on available pixel types for argument #4 and options for argument #6 in the writer object's subblock documentation.

version 0.3.4-alpha (f0e345a)

07 Dec 07:09
f0e345a
Compare
Choose a tag to compare
Pre-release
Add build for ubuntu22 (#9)

* adding build for Ubuntu22 and Octave6.4.0

version 0.3.2-alpha (2039e0e)

19 Oct 14:08
Compare
Choose a tag to compare
Pre-release
v0.3.2-alpha

fix

version 0.2.1-alpha (1bc34d0)

04 Oct 21:47
Compare
Choose a tag to compare
Pre-release
Remove commented-out methods from CziReader.h

Deleted the commented-out methods `StatisticsToJson` and `SubblockInfoToJson` from `CziReader.h` to clean up the codebase and remove unnecessary clutter.

version 0.2.0-alpha (614238a)

04 Oct 19:51
Compare
Choose a tag to compare
Pre-release
v0.2.0-alpha

tag