TiffImages.jl

๐Ÿ’Ž Pure-Julia TIFF I/O with a focus on correctness ๐Ÿง
Popularity
36 Stars
Updated Last
1 Year Ago
Started In
March 2020

๐Ÿ’Ž TiffImages.jl

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

Features

  • Fast reading and writing of many common TIFFs
  • Extensible core for other TIFF packages to build on
  • Native integration with Colors.jl and the Julia Array ecosystem
  • Memory-mapping for loading images too large to fit in memory
  • Support for BigTIFFs for large images

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