tlnagy / OMETIFF.jl

I/O operations for OME-TIFF files in Julia
Other
24 stars 7 forks source link

Add option for preserving dimensions of length 1 #45

Closed tlnagy closed 4 years ago

tlnagy commented 4 years ago

Currently, we drop all dimensions that have a length of 1:

https://github.com/tlnagy/OMETIFF.jl/blob/4adee1ac02f5216f5cd82c9ac8eeeaf20d2830c2/src/loader.jl#L150-L152

since I originally considered them superfluous, but there could be circumstances when having that information would actually be beneficial, e.g. for saving (see #30) or for verification.