Browse Source

Update README.md

Former-commit-id: 7a69e34dc8136697270ca2d0b6621c2da76769b1
Former-commit-id: bb8c2fb546a14edc96a100d49cc59f1457b96557
Former-commit-id: 86262357c9ab3b6c433354bc711e1303d6199f82
af/merge-core
James Jackson-South 11 years ago
parent
commit
42576d7f13
  1. 22
      README.md

22
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

Loading…
Cancel
Save