shssoichiro / oxipng

Multithreaded PNG optimizer written in Rust
MIT License
2.95k stars 125 forks source link

Fix/truncated palette #599

Closed andrews05 closed 8 months ago

andrews05 commented 8 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