From c8dab3011db0ebcfce812fcc5fe4227266453a10 Mon Sep 17 00:00:00 2001 From: ptahmose Date: Fri, 4 Oct 2024 14:05:57 +0200 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4fff23..892f64c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # MEXlibCZI -a [MEX-file](https://www.mathworks.com/help/matlab/call-mex-file-functions.html) for reading [CZI-documents](https://www.zeiss.com/microscopy/int/products/microscope-software/zen/czi.html) +a [MEX-file](https://www.mathworks.com/help/matlab/call-mex-file-functions.html) for reading and writing [CZI-documents](https://www.zeiss.com/microscopy/int/products/microscope-software/zen/czi.html) # Description This project provides a [MEX File Function](https://www.mathworks.com/help/matlab/call-mex-file-functions.html) which allows to -directly open and read a [CZI-documents](https://www.zeiss.com/microscopy/int/products/microscope-software/zen/czi.html). +directly read and write [CZI-documents](https://www.zeiss.com/microscopy/int/products/microscope-software/zen/czi.html). It is based on [libCZI](https://github.com/ptahmose/libCZI). ![MEXlibCZI](./doc/pictures/intro.PNG "MEXlibCZI") +The available commands are documented here: [commands](./doc/commands.markdown) + # Installing Binaries for Windows-x64 and Linux-x64 are provided on the [release-page](https://github.com/ptahmose/MEXlibCZI/releases) here on GitHub.