tlnagy / OMETIFF.jl

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

Add setters to memory-mapped arrays #52

Open tlnagy opened 4 years ago

tlnagy commented 4 years ago

While #51 added support for read-only disk arrays, it would be nice to also be able to write data in a similar memory-efficient way. This will likely take some coordination with #30.