lossypng
lossypng copied to clipboard
Shrink PNG files by applying a lossy filter
Results
2
lossypng issues
Sort by
recently updated
recently updated
newest added
Testing the lossypng I found out that it is vulnerable for PNG Bomb - trying to optimize image like https://www.bamsoftware.com/hacks/deflate.html can consume a lot of memory. It happening when you...
Thanks for your work, I'm following this project with great interest. I'm completely new to Go so I could be wrong about this. In these two lines - https://github.com/foobaz/lossypng/blob/master/lossypng/lib.go#L141 -...