8000 GitHub - tlnagy/TiffImages.jl: 💎 Pure-Julia TIFF I/O with a focus on correctness 🧐
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tlnagy/TiffImages.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 🧐

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 14

Languages

0