|
|
@ -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] bmp (More bmp format support required, 24bit just now) |
|
|
- [x] png (Need updating for indexed support) |
|
|
- [x] png (Need updating for indexed support) |
|
|
- [x] gif |
|
|
- [x] gif |
|
|
- Basic color structs with implicit operators (Needs support for HDR colors etc, could possible be updated by using Vector3/Vector4). |
|
|
- Basic color structs with implicit operators. Vector backed. |
|
|
- [x] BGRA (Should this become RGBA?) |
|
|
- [x] Color - Float based, No limit to r, g, b, a values allowing for a fuller color range. |
|
|
|
|
|
- [x] BGRA32 |
|
|
- [ ] CIE Lab |
|
|
- [ ] CIE Lab |
|
|
- [x] CMYK |
|
|
- [x] CMYK |
|
|
- [x] HSV |
|
|
- [x] HSV |
|
|
@ -31,7 +32,7 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. |
|
|
- [x] Rectangle |
|
|
- [x] Rectangle |
|
|
- [x] Size |
|
|
- [x] Size |
|
|
- [x] Point |
|
|
- [x] Point |
|
|
- [x] Sphere |
|
|
- [ ] Sphere |
|
|
- Resampling algorithms. (Performance improvements?) |
|
|
- Resampling algorithms. (Performance improvements?) |
|
|
- [x] Box |
|
|
- [x] Box |
|
|
- [x] Bicubic |
|
|
- [x] Bicubic |
|
|
@ -53,7 +54,6 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. |
|
|
- [x] BlackWhite |
|
|
- [x] BlackWhite |
|
|
- [x] Greyscale BT709 |
|
|
- [x] Greyscale BT709 |
|
|
- [x] Greyscale BT601 |
|
|
- [x] Greyscale BT601 |
|
|
- [x] Invert |
|
|
|
|
|
- [x] Lomograph |
|
|
- [x] Lomograph |
|
|
- [x] Polaroid |
|
|
- [x] Polaroid |
|
|
- [x] Sepia |
|
|
- [x] Sepia |
|
|
@ -64,6 +64,7 @@ Honestly... I don't know. I could be writing code that may be suddenly obsolete. |
|
|
- Filters |
|
|
- Filters |
|
|
- [x] Alpha |
|
|
- [x] Alpha |
|
|
- [x] Contrast |
|
|
- [x] Contrast |
|
|
|
|
|
- [x] Invert |
|
|
- [ ] Brightness |
|
|
- [ ] Brightness |
|
|
- [ ] Saturation |
|
|
- [ ] Saturation |
|
|
- [ ] Hue |
|
|
- [ ] Hue |
|
|
|