Home

Awesome

<img src="https://raw.githubusercontent.com/tlnagy/TiffImages.jl/b4f946b75caae33992eb818551230ded7a9aa9de/docs/src/assets/fulllogo.svg" width="500">

"Don't get into a tiff with your images"

Stable releaseDocumentationBuild Status

This package aims to be a fast, minimal, and correct TIFF reader and writer written in Julia.

Features

Installation

TiffImages.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