From 42576d7f137811711cea79b71976e6df4460baee Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 5 Nov 2015 00:50:28 +1100 Subject: [PATCH] Update README.md Former-commit-id: 7a69e34dc8136697270ca2d0b6621c2da76769b1 Former-commit-id: bb8c2fb546a14edc96a100d49cc59f1457b96557 Former-commit-id: 86262357c9ab3b6c433354bc711e1303d6199f82 --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12beb11f22..d33b3cb760 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - Encoding/decoding of image formats (plugable) - [x] jpeg (Includes progressive) - - [x] bmp (More bmp format support required, 24bit just now) - - [x] png (Need updating for indexed support) + - [x] bmp (More bmp format saving support required, 24bit just now) + - [x] png (Need updating for saving indexed support) - [x] gif - 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. @@ -47,6 +47,9 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - [x] Spline - [x] Triangle - [x] Welch +- Cropping + - [ ] Rectangular Crop + - [ ] Elliptical Crop - Rotation - [ ] Flip (90, 270, FlipType etc) - [ ] Rotate by angle @@ -58,6 +61,16 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - [x] Polaroid - [x] Kodachrome - [x] Sepia +- Edge Detection + - [x] Kayyali + - [x] Kirsch + - [x] Laplacian3X3 + - [x] Laplacian5X5 + - [x] LaplacianOfGaussian + - [x] Prewitt + - [x] RobertsCross + - [x] Scharr + - [x] Sobel - Blurring/ Sharpening - [ ] Gaussian blur - [ ] Gaussian sharpening @@ -66,9 +79,10 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. - [x] Alpha - [x] Contrast - [x] Invert - - [ ] Brightness - - [ ] Saturation + - [x] Brightness + - [x] Saturation - [ ] Hue + - [x] Blend - Effects - [ ] Pattern brushes - [ ] Elliptical brushes