internetarchive / internetarchive/epub
Handle different image stack types
- Dominant language
- Python
- Stars
- 41
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The image extraction code works with ( image format, archive format) types:
( jp2, zip )
( tif, zip )
... but others exist in Archive items. We need to add at least ( jp2, tar ) and ( jpg, single-file ) and preferably decouple image format handling from archive format handling.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the image extraction code and the handling of Archive items. Trace how image and archive formats are currently paired, then add support for jp2 in tar archives and jpg as a single file; done means these image stack types are extracted correctly, with format handling decoupled if feasible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100