Categorygithub.com/Andeling/tiff
repositorypackage
0.0.0-20200203003012-f6e011e4b554
Repository: https://github.com/andeling/tiff.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

tiff

GoDoc

This is a Go package to read and write TIFF or TIFF-like files.

This package is still experimental. Some features are missing, especially in the case of the encoder.

Features

CategoryFeatureDecodeEncode
FormatClassic TIFFYesYes
BigTIFFYesYes
MetadataTIFF tagsYesYes
Exif tagsYesYes
GPS tagsYes-
Lossless CompressionLZWYesYes
DeflateYesYes
zstdYesYes
Lossless JPEG--
Lossy CompressionLossy JPEG8-bit YCbCr-
Bit depth1-bit--
8-bitYesYes
16-bitYesYes
Planar ConfigurationContigYesYes
Separate (planar)--
Segmented ImagesStripYesYes
TileYes-