audreyfeldroy / audreyfeldroy/complexity
Implement image optimization
- Dominant language
- Python
- Stars
- 118
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Research direction
Start by tracing the site-generation path that processes project/assets/img/ and review how dependencies are installed. Research pure-Python alternatives to optipng and determine whether the requested optimization fits the project's installation constraints. Done means the approach is agreed and images are automatically optimized during generation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100