bevyengine / bevy-website

The source files for the official Bevy website
https://bevyengine.org
MIT License
192 stars 333 forks source link

Automatically run pngcrush on example screenshots #1534

Closed BD103 closed 2 months ago

BD103 commented 3 months ago

It would be good to run pngcrush or another image optimization tool on these, before it gets merged.

I crushed it manually for this time, we could update the action to do it automatically for next.

Originally posted by @mockersf in https://github.com/bevyengine/bevy-website/pull/1530#issuecomment-2209547149

ilyvion commented 3 months ago

Consider using oxipng, if for no other reason than that it's written in Rust. (/s) I'm kidding, it's both fast and produces good results!