imagefmt 1.0.0

Decoders for PNG, TGA, BMP, JPEG. Encoders for PNG, TGA. 8-bit only, with conversions.
1
2
3
4
5
6
7
8
9
10
11
12
# imagefmt

* [Documentation]http://lgvz.github.io/imagefmt/imagefmt/
* Returned data is always 8-bit (Y/YA/RGB/RGBA/BGR/BGRA)
* All formats are optional via Cargo features (all enabled by default)

| Format | Decoder                  | Encoder                           |
| ---    | ---                      | ---                               |
| png    | 8-bit                    | 8-bit non-paletted non-interlaced |
| tga    | 8-bit non-paletted       | 8-bit non-paletted                |
| bmp    | 8-bit uncompressed       | nope                              |
| jpeg   | baseline non-progressive | nope                              |