`write`, although you'll have to encode the dimensions of the image if you want to be able to read it back in.
FYI some of Images' functionality seems to be in the process of getting split out to smaller packages, see https://github.com/JuliaIO --Tim On Thursday, August 06, 2015 05:27:51 PM Yakir Gagnon wrote: > I love and use Tim’s amazing Images.jl package. But, sometimes I generate > some data which results in an image. I then just want to save that image to > disk (or pipe it to imagemagick or something). I know I can include Images > and imwrite it to disk. But to load Images seems redundant just for one > function, and when I use more than one processes (julia -p auto) it really > slows down the startup. > > Is there a simple (if ugly) way to save a 2D matrix of say UInt8 (or any > other sensible type) that included in Base? > > Thanks! >
