Skip to content

πŸ’Ž Pure-Julia TIFF I/O with a focus on correctness 🧐

License

Notifications You must be signed in to change notification settings

chrstphrbrns/TiffImages.jl

This branch is 1 commit ahead of, 3 commits behind tlnagy/TiffImages.jl:master.

Folders and files

NameName
Last commit message
Last commit date
May 31, 2024
Oct 21, 2024
Oct 21, 2024
Dec 13, 2024
Dec 13, 2024
Sep 22, 2023
Mar 3, 2020
Dec 12, 2024
Apr 2, 2024
Mar 3, 2021

Repository files navigation

"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
  • BigTIFF standard (TIFFs larger than 4 GB)
  • Arbitrary bit depths (e.g. 12 or 14 bit cameras)
  • Common compression algorithms like LZW and Packbits

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

About

πŸ’Ž Pure-Julia TIFF I/O with a focus on correctness 🧐

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%