Closed vdbwouter closed 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.
dip::ImageWriteTiff
TIFFWriteDirectory
If anything is missing, feel free to let me know.
Thank you so very much!
The current version of function
dip::ImageWriteTiff
does not support writing 3D images. This pull request adds support for this, usingTIFFWriteDirectory
. It also adds some additional tests, to ensure the behavior is properly implemented.If anything is missing, feel free to let me know.