wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
405 stars 86 forks source link

[ImgBot] Optimize images #108

Closed cooljeanius closed 1 year ago

cooljeanius commented 1 year ago

ImgBot reduces image file sizes losslessly with ImageMagick, Svgo, and MozJpeg. Here are its results for this repository:

*Total -- 383.04kb -> 319.14kb (16.68%)

/src/doc/Se_voronoi_1.png -- 1.70kb -> 0.81kb (52.44%) /src/doc/seexprlogo.png -- 14.80kb -> 7.23kb (51.16%) /src/doc/Se_voronoi_2.png -- 10.40kb -> 5.51kb (47.03%) /src/doc/Se_voronoi_5.png -- 7.28kb -> 3.97kb (45.49%) /src/doc/Se_voronoi_3.png -- 10.94kb -> 5.99kb (45.24%) /src/doc/Se_voronoi_4.png -- 11.51kb -> 6.82kb (40.73%) /src/doc/ui_preview.png -- 109.76kb -> 83.97kb (23.5%) /src/doc/ui_emptyLayout.png -- 12.97kb -> 10.26kb (20.9%) /src/doc/ui_editor1.png -- 6.21kb -> 5.26kb (15.31%) /src/doc/ui_browser.png -- 46.33kb -> 39.87kb (13.94%) /src/doc/ui_addWidget.png -- 11.89kb -> 11.17kb (6.04%) /src/doc/ui_final.png -- 139.24kb -> 138.28kb (0.69%)

davvid commented 1 year ago

Thanks!