dbrenot-pelmorex
dbrenot-pelmorex
Heads up that this is still an issue.
bumping this issue years later. Any progress?
> > This issue was opened almost a year ago. The maintainers had more than enough time to reproduce the bug and prepare a fix. > > We don't even...
Adding onto this actually, I think it would be good to represent a indexed image at the highest level, but then be able to convert it to an rgba image...
After testing this out I have found the following path forward: - Add a method to the ImageDecoder trait called palette that returns an option with the palette(this matches the...
> Across the image-rs org we already have a bunch of support for handling paletted images. There's our [`color_quant`](https://github.com/image-rs/color_quant) crate for converting an RGBA image to indexed color. Also, [this...
> I'm not sure if the usecase actually fits what is there. In particular, if I understand properly, it requires us _not_ implicitly converting the palette and keeping the palette...
I don't think async makes much sense here at all. Async usually happens when a resource can be processed as it's streamed in, and none of the underlying libraries support...
You could always make a PR to add this as an option. I'm sure the contribution would be welcome and only take a couple hours max