tiny_tiff 0.3.0

tiny_tiff is a wrapper for the TinyTIFF C++ library. It enables easy reading and writing of uncompressed TIFF images with uint, int, and float data types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.libc]
version = "0.2.45"

[package]
authors = ["ryn1x <ryn1x@tutanota.com>"]
description = "tiny_tiff is a wrapper for the TinyTIFF C++ library. It enables easy reading and writing of uncompressed TIFF images with uint, int, and float data types."
edition = "2018"
keywords = ["tiff", "tif", "image", "graphics"]
license = "MIT OR Apache-2.0"
name = "tiny_tiff"
readme = "README.md"
repository = "https://github.com/ryn1x/tiny_tiff"
version = "0.3.0"