From e5561fd0ca5e2e0765338fcfac69b548aa3cb24e Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 23 Mar 2016 00:46:43 +1100 Subject: [PATCH] Update readme Former-commit-id: 975011ae67fc3fb584421b7fc3c002d5b7ac39a2 Former-commit-id: b0ea61d36d833b9b64fb093574fbb3239c18133d Former-commit-id: b306bbcc2fb7f8f00218cc8d77f5de9554e3e6c9 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c904656b..d2e251b41 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ --- ## ImageProcessor Needs Your Help -**ImageProcessor is the work of a very, very, small number of developers who struggle balancing time to contribute to the project with family time and work commitments. If the project is to survive we need more contribution from the community at large. There are several issues, most notably [#264](https://github.com/JimBobSquarePants/ImageProcessor/issues/264) that we cannot possibly solve on our own.** +**ImageProcessor is the work of a very, very, small number of developers who struggle balancing time to contribute to the project with family time and work commitments. If the project is to survive we need more contribution from the community at large. There are several issues, most notably [#264](https://github.com/JimBobSquarePants/ImageProcessor/issues/264) and [#347](https://github.com/JimBobSquarePants/ImageProcessor/issues/347) that we cannot possibly solve on our own.** **We, and we believe many others in the community at large want a first-class 2D imaging library with a simple API that is not simply a wrapper round an existing library. We want it to have a low contribution bar which we believe can only happen if the library is written in C#. We want it to be written to cover as many use cases as possible. We want to write the same code once and have it work on any platform supporting CoreFX.** @@ -55,9 +55,10 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor - [x] bmp (More bmp format saving support required, 24bit just now) - [x] png (Need updating for saving indexed support) - [x] gif -- Quantizers (IQuantizer with alpha channel support) +- Quantizers (IQuantizer with alpha channel support + thresholding) - [x] Octree - [x] Wu + - [x] Palette - Basic color structs with implicit operators. Vector backed. [#260](https://github.com/JimBobSquarePants/ImageProcessor/issues/260) - [x] Color - Float based, premultiplied alpha, No limit to r, g, b, a values allowing for a fuller color range. - [x] BGRA32