diff --git a/CMakeLists.txt b/CMakeLists.txt index c8299f0e..a4220a9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) # enable new "MSVC runtime library selection" (https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html) project(libCZI - VERSION 0.54.0 + VERSION 0.54.1 HOMEPAGE_URL "https://github.com/ZEISS/libczi" DESCRIPTION "libCZI is an Open Source Cross-Platform C++ library to read and write CZI") diff --git a/README.md b/README.md index 5dc77b5f..c69d6023 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ libCZI is an Open Source Cross-Platform C++ library to read and write [CZI](http libCZI is a library intended for providing read and write access to [CZI](https://www.zeiss.com/microscopy/en/products/software/zeiss-zen/czi-image-file-format.html) featuring: * reading subblocks and get the content as a bitmap -* reading subblocks which are compressed with JPEG-XR +* reading subblocks which are compressed with JPEG-XR or zstd * works with tiled images and pyramid images * composing multi-channel images with tinting and applying a gradation curve * access metadata