All Projects → tlnagy → TiffImages.jl

tlnagy / TiffImages.jl

Licence: MIT license
💎 Pure-Julia TIFF I/O with a focus on correctness 🧐

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to TiffImages.jl

Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+2422.58%)
Mutual labels:  tiff
Libtiff.net
.NET version of LibTiff library made by Bit Miracle and contributors
Stars: ✭ 152 (+390.32%)
Mutual labels:  tiff
tyf
Manipulate EXIF and IFD metadata.
Stars: ✭ 16 (-48.39%)
Mutual labels:  tiff
Naps2
Scan documents to PDF and other file types, as simply as possible.
Stars: ✭ 1,018 (+3183.87%)
Mutual labels:  tiff
Tifffile
Read and write TIFF files. Forked from https://pypi.org/project/tifffile
Stars: ✭ 119 (+283.87%)
Mutual labels:  tiff
Iipsrv
iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images.
Stars: ✭ 216 (+596.77%)
Mutual labels:  tiff
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (+1709.68%)
Mutual labels:  tiff
imctools
Tools to handle IMC data
Stars: ✭ 21 (-32.26%)
Mutual labels:  tiff
Metadata Extractor
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 1,972 (+6261.29%)
Mutual labels:  tiff
tiff-ios
Tagged Image File Format iOS Library
Stars: ✭ 26 (-16.13%)
Mutual labels:  tiff
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (+48.39%)
Mutual labels:  tiff
Android Tiffbitmapfactory
Stars: ✭ 89 (+187.1%)
Mutual labels:  tiff
tiff-java
Tagged Image File Format Java Library
Stars: ✭ 65 (+109.68%)
Mutual labels:  tiff
Geopackage
Main Page for NGA GeoPackage Efforts
Stars: ✭ 29 (-6.45%)
Mutual labels:  tiff
checkit tiff
"checkit_tiff" is an incredibly fast conformance checker for baseline TIFFs (with various extensions)
Stars: ✭ 14 (-54.84%)
Mutual labels:  tiff
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+19558.06%)
Mutual labels:  tiff
Imageprocessor
📷 A fluent wrapper around System.Drawing for the processing of image files.
Stars: ✭ 2,452 (+7809.68%)
Mutual labels:  tiff
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+564.52%)
Mutual labels:  tiff
imagecodecs
Image transformation, compression, and decompression codecs. Forked from https://pypi.org/project/imagecodecs
Stars: ✭ 56 (+80.65%)
Mutual labels:  tiff
HEIF
Mac OS X: Convert any image to HEIF/HEIC format
Stars: ✭ 58 (+87.1%)
Mutual labels:  tiff

💎 TiffImages.jl

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].