imagefmt 1.1.0

Decoders for PNG, TGA, BMP, JPEG. Encoders for PNG, TGA. 8-bit only, with conversions.
Documentation
1
2
3
4
5
6
7
8
.PHONY: docs
docs:
	rustdoc src/lib.rs --crate-name=imagefmt\
		--cfg feature=\"png\"\
		--cfg feature=\"tga\"\
		--cfg feature=\"bmp\"\
		--cfg feature=\"jpeg\"\
		-o docs -L target/debug -L target/debug/deps