JuliaIO / NRRD.jl

Julia support for the Nearly Raw Raster Data (NRRD) image file format
Other
10 stars 9 forks source link

Encode scaling of FixedPoint image types #13

Closed timholy closed 7 years ago

timholy commented 7 years ago

While reader support was added, writer support was missing. This will annotate the header for an N2f14 array with

sample units: gray 16383

and that will cause it to be reloaded as a Gray{N2f14} array.