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!
