Skip to content

Lirimy/ImageContainers.jl

Repository files navigation

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

About

Show various type of images in Jupyter / Juno

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages