PNG ignoring quality
Open
- Dominant language
- TypeScript
- Stars
- 295
- Forks
- 4
- Avg merge
- 15d 7h
- Merged PRs (30d)
- 1
Description
When Tachyon outputs a PNG, it unconditionally quantises the image to an 8-bit, 256-colour palette. The quality parameter is completely ignored for PNG output — it only applies to JPEG and WebP.
Is this something that can be fixed? I can't think of many situations that this wouldn't be problematic
Based on a [Sharp search](https://github.com/search?q=repo%3Alovell%2Fsharp+quality+png&type=code) it looks like this option might be exposed for PNG files?
Contributor guide
Assessment
This issue has not been assessed yet.