4 comments (4 comments)4 reactions (4 reactions)0 assignees (0 assignees)TypeScript20,335 stars (20,335 stars)1,431 forks (1,431 forks)batch import
codechelp wanted
Description
Related #687 nice-to-have
Contributor guide
- Tech stack
- typescriptwasm
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- 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.
- mostly clear
- Prerequisites
- Image codec basicsTypeScriptSquoosh architectureWebAssembly
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate related issue #687 for context on TIFF support requirements. Examine existing codec implementations in the repository (e.g., for PNG, JPEG) to understand the pattern for adding a new codec. Explore WebAssembly codec libraries that support TIFF decoding/encoding, such as libtiff or a JavaScript port. Consider the complexity of TIFF's multiple compression methods and decide on a minimal viable implementation.