A tool to edit common fields in OME-TIFF files and to rewrite the output of ScanImage TIFF files into metadata-rich OME-TIFF files.
- Open and inspect OME-TIFF files, including multi-channel Z-stack images
- Edit metadata - physical voxel sizes, numerical aperture, lens immersion, embedding medium, etc.
- Edit channel parameters, like microscope type, excitation/emission wavelengths, pinhole size, etc.
- Deinterleave raw TIFF files to save them as standards-compliant OME-TIFF files
- Save and reload parameter sets for quick re-use across acquisitions
Binaries are published via Flathub:
You can download an installer that includes a prebuilt version of the application from the releases page.
Dependencies: Qt 6.5+, CMake 3.19+, ome-files-cpp, a C++23 compiler. The OME libraries are fetched automatically by CMake if they are not found.
cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build buildWe strongly recommend MSYS2 (UCRT64) for Windows builds.
All dependencies are installed via pacman/pacboy or built from source by CMake.
See the CI workflow in .github/workflows/build-test.yml for the exact steps.
This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later).
See LICENSE.LGPL-3.0 for the full license text.
