DIPlib / diplib

Quantitative Image Analysis in C++, MATLAB and Python
https://diplib.org
Apache License 2.0
228 stars 50 forks source link

Add support for writing of 3D Tiff images #182

Closed vdbwouter closed 3 days ago

vdbwouter commented 3 days ago

The current version of function dip::ImageWriteTiff does not support writing 3D images. This pull request adds support for this, using TIFFWriteDirectory. It also adds some additional tests, to ensure the behavior is properly implemented.

If anything is missing, feel free to let me know.

crisluengo commented 3 days ago

Thank you so very much!