audreyfeldroy / complexity

A refreshingly simple static site generator, for those who like to work in HTML.
Other
118 stars 32 forks source link

Implement image optimization #16

Open audreyfeldroy opened 11 years ago

audreyfeldroy commented 11 years ago

When a user generates a Complexity site, all images in project/assets/img/ should automatically get optimized.

I normally use optipng for this, but it's not Python and would make installation harder. It would be nice to find a pure Python implementation of something similar. Is there one?