imagefmt 3.0.0

Image decoders: PNG, TGA, BMP, JPEG. Encoders: PNG, TGA, BMP.
Documentation
[dependencies.flate2]
optional = true
version = "0.2"

[features]
bmp = []
default = ["png", "jpeg", "bmp", "tga"]
jpeg = []
png = ["flate2"]
tga = []

[package]
authors = ["Tero Hänninen"]
description = "Image decoders: PNG, TGA, BMP, JPEG. Encoders: PNG, TGA, BMP."
documentation = "http://lgvz.github.io/imagefmt/imagefmt/"
include = ["src/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["image", "png", "jpeg", "bmp", "tga"]
license = "MIT"
name = "imagefmt"
repository = "https://github.com/lgvz/imagefmt"
version = "3.0.0"