imagefmt 0.3.2

Decoders for PNG, TGA, BMP, JPEG. Encoders for PNG, TGA. 8-bit only, with conversions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "imagefmt"
version = "0.3.2"
authors = ["Tero Hänninen"]
description = "Decoders for PNG, TGA, BMP, JPEG. Encoders for PNG, TGA. 8-bit only, with conversions."
license = "MIT"
repository = "https://github.com/lgvz/imagefmt"
include = ["src/*", "Cargo.toml", "README.md"]

[dependencies]
flate2 = "0.2"