Skip to content

ChifiSource/OliveImages.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The OliveImages module provides Olive with the ability to read and work with image files, including

  • SVG files
  • PNG files
  • GIF files
  • and JPG files.
using Pkg

Pkg.add("OliveImages"
  • note OliveImages is an Olive extension; it requires olive.

Add this package to your Olive by loading it before entering headless mode, or adding it via the :home directory in Olive. Learn more at installing extensions.

using OliveImages; using OliveImages.Olive; Olive.start(headless = true)

About

Image files for olive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages