This project will ultimately optimize the complete web :)
This project is currently still in early development. All images in the pull requests that are submitted are tested to be 100% pixel by pixel the same as their originals. (They are just smaller 😄).
If you have any questions, suggestions or other ideas, let me know.
The Web Optimization Project makes use of DeveImageOptimizer to optimize a repository. DeveImageOptimizer uses FileOptimizerFull to optimize the images (which uses a bunch of tools like PNGOut, ECT, PNGCrush, etc). After this, DeveImageOptimizer uses ImageSharp to do a Pixel per Pixel comparison of every image that was optimized to ensure they are visually equal (lossless).
After this is done, a pull request is created with all optimized images.
Currently I'm just manually choosing some github repositories to optimize, mainly to further extend the project and add more types of images to support. So if your project is one of the few that got optimized, feel free to accept my pull request and start making the web a tiny bit faster 😄.