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?
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?