Getting Started
To get started, you will first need to install AstroImages.jl. After starting Julia, enter package-mode by typing ] and then:
pkg> add AstroImagesTo display images and save them in traditional graphics formats like PNG, JPG, GIF, etc., you will also need to add the ImageIO package. Once installed, this package doesn't need to be loaded explicitly.
For some of the more advanced visualizations you may also want a Makie backend, e.g. CairoMakie:
pkg> add CairoMakieTo load the package, run:
using AstroImages
# And if desired:
using CairoMakie