2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript826 stars (826 stars)225 forks (225 forks)batch import
enhancementhelp wanted
Description
Implement https://github.com/google/guetzli
Contributor guide
- Tech stack
- javascriptnodejsaws
- Domain
- backendcloudperformance
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 5
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Understanding of JPEG compressionFamiliarity with Guetzli algorithmNode.js developmentAWS Lambda basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- This issue proposes implementing the Guetzli JPEG encoder in an AWS Lambda image processing function. First, study the Guetzli library (https://github.com/google/guetzli) to understand its algorithm and dependencies. Then, explore the repository's existing Lambda handler (likely index.js) to see how images are currently processed. Consider how to invoke Guetzli from Node.js—possibly via a child process or a native addon. Because the issue is sparse, coordinate with maintainers to define integration requirements and acceptance criteria. No existing code or PR is linked, so this is a high effort feature requiring deep domain knowledge.