From 4461343b989f906668eb798267c09b6b927268b6 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sun, 21 Aug 2016 21:15:35 +1000 Subject: [PATCH] Update readme [skip ci] Former-commit-id: 094ad7caf04693796100a10866c0d022b904d751 Former-commit-id: d820ac738d2f2b29ffbd372e2431c306bdce2698 Former-commit-id: 0c08cbab1321a538eb1bacfb13aa81ebb77f6b8a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81cafa4024..699108cbbf 100644 --- a/README.md +++ b/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