image-rs / image-png

PNG decoding and encoding library in pure Rust
https://docs.rs/png
Apache License 2.0
347 stars 139 forks source link

feat: add an option to ignore iccp chunk #477

Closed sssooonnnggg closed 3 months ago

sssooonnnggg commented 4 months ago

Most PNG libraries(e.g. lodepng) can parse PNGs with corrupt ICCP chunks. This PR add an option to ignore the ICCP chunk.