Store an image to show in Jupyter / Juno.
More examples are in Jupyter Notebook
]add ImageContainers
using ImageContainers
img = read("sample.png")
c = storeimage(:png, img)
# shortened form
c = storeimage("sample.png")
- jlc = Matrix{<:Color}
- png
- svg
- jpg/jpeg
- bmp
- gif
- mp4
- webm