From 373a5cd8b854fe4ae4e23e0053effafc26a1e8d4 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sun, 1 Nov 2015 01:07:54 +1100 Subject: [PATCH] Update README.md Former-commit-id: ed891c929efc1861c97a6d44e86a0798c67ad210 Former-commit-id: 576a7d0eb60927917febfb92ab2fe845fbd95e9c Former-commit-id: a5c6af2d341dc075757f02e3a41f28aab4931675 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d4f3edf8..444b4b516 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - [x] bmp (More bmp format support required, 24bit just now) - [x] png (Need updating for indexed support) - [x] gif -- Basic color structs with implicit operators (Needs support for HDR colors etc, could possible be updated by using Vector3/Vector4). - - [x] BGRA (Should this become RGBA?) +- Basic color structs with implicit operators. Vector backed. + - [x] Color - Float based, No limit to r, g, b, a values allowing for a fuller color range. + - [x] BGRA32 - [ ] CIE Lab - [x] CMYK - [x] HSV @@ -31,7 +32,7 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - [x] Rectangle - [x] Size - [x] Point - - [x] Sphere + - [ ] Sphere - Resampling algorithms. (Performance improvements?) - [x] Box - [x] Bicubic @@ -53,7 +54,6 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - [x] BlackWhite - [x] Greyscale BT709 - [x] Greyscale BT601 - - [x] Invert - [x] Lomograph - [x] Polaroid - [x] Sepia @@ -64,6 +64,7 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - Filters - [x] Alpha - [x] Contrast + - [x] Invert - [ ] Brightness - [ ] Saturation - [ ] Hue