ImageContainers.jl

Show various type of images in Jupyter / Juno
Author Lirimy
Popularity
2 Stars
Updated Last
1 Year Ago
Started In
May 2019

ImageContainers

Stable Dev Build Status Build Status Codecov Coveralls Build Status

Store an image to show in Jupyter / Juno.

sample

More examples are in Jupyter Notebook

Installation

]add ImageContainers

Usage

using ImageContainers

img = read("sample.png")
c = storeimage(:png, img)

# shortened form
c = storeimage("sample.png")

Supported Image Formats

  • jlc = Matrix{<:Color}
  • png
  • svg
  • jpg/jpeg
  • bmp
  • gif
  • mp4
  • webm

Used By Packages

No packages found.