shssoichiro / oxipng

Multithreaded PNG optimizer written in Rust
MIT License
2.86k stars 124 forks source link

Fix/truncated palette #599

Closed andrews05 closed 6 months ago

andrews05 commented 6 months ago

Fixes a crash that could occur if a palette had a missing entry. We now guarantee to always fix palette issues, even if it would be larger (this would add at most 3 bytes to the file size).

See #598