tiff 0.6.0-alpha

TIFF decoding and encoding library in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.byteorder]
version = "1.2"

[dependencies.lzw]
version = "0.10"

[dependencies.miniz_oxide]
version = "0.3"

[package]
authors = ["ccgn", "bvssvni <bvssvni@gmail.com>", "nwin", "TyOverby <ty@pre-alpha.com>", "HeroicKatora", "Calum", "CensoredUsername <cens.username@gmail.com>", "Robzz", "birktj"]
description = "TIFF decoding and encoding library in pure Rust"
exclude = ["tests/images/*", "tests/fuzz_images/*"]
license = "MIT"
name = "tiff"
repository = "https://github.com/image-rs/image-tiff"
version = "0.6.0-alpha"