TiffImages.jl
v0.11.1
"Don't get into a tiff with your images"
Stable release | Documentation | Build Status |
---|---|---|
This package aims to be a fast, minimal, and correct TIFF reader and writer written in Julia.
Colors.jl
and the Julia Array ecosystemTiffImages.jl
is available through Julia's general repository. You can install
it by running the following commands in the Julia REPL:
using Pkg
Pkg.install("TiffImages")
Please see the documentation above for usage details and examples