tlnagy / OMETIFF.jl

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

Update strip read code on Julia 1.4 #68

Closed tlnagy closed 2 years ago

tlnagy commented 4 years ago

We won't need to change the shape of the temporary buffer on Julia 1.4 since the read! functions signature was widened in https://github.com/JuliaLang/julia/commit/1dbccbd110b06db8b4c17a0bed272075829a00cd so the following code can be simplified:

https://github.com/tlnagy/OMETIFF.jl/blob/02517da4373c291394d9103529acb9b9192d1df7/src/loader.jl#L146-L150