Browse Source

Update readme [skip ci]

Former-commit-id: 094ad7caf04693796100a10866c0d022b904d751
Former-commit-id: d820ac738d2f2b29ffbd372e2431c306bdce2698
Former-commit-id: 0c08cbab1321a538eb1bacfb13aa81ebb77f6b8a
af/merge-core
James Jackson-South 10 years ago
parent
commit
4461343b98
  1. 2
      README.md

2
README.md

@ -53,7 +53,7 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor
- Encoding/decoding of image formats (plugable).
- [x] Jpeg (Includes Subsampling. Progressive writing required)
- [x] Bmp (Read: 32bit, 24bit, 16 bit. Write: 32bit, 24bit just now)
- [x] Png (Read: TrueColor, Grayscale, Indexed. Write: True color, Indexed just now)
- [x] Png (Read: Rgb, Rgba, Grayscale, Grayscale + alpha, Palette. Write: Rgb, Rgba, Grayscale, Grayscale + alpha, Palette) Needs interlaced decoding [#379](https://github.com/JimBobSquarePants/ImageProcessor/issues/379)
- [x] Gif (Includes animated)
- [ ] Tiff
- Metadata

Loading…
Cancel
Save