ImageSharp
ImageSharp copied to clipboard
Feature request: allow Color Space choices in JpegEncoder
This is a useful image size optimization for users dealing with grayscale images. (See #807)
Additional colorspace encoders to implement:
- [x] Grayscale (actually important)
- [ ] Ycck (nice to have)
- [ ] Cmyk (nice to have)
- [x] RGB (nice to have)
@antonfirsov with #1734 merged, encoding with RGB colorspace is now possible.
@brianpopow nice! Only two more left.
Fixed via #2120