3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,411 stars (2,411 stars)470 forks (470 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- java
- Domain
- backenddata
- 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.
- 3-5 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
- Java programmingMetadata extraction conceptsTIFF/EXIF format knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Study existing image format readers in the repository (e.g., JPEG, TIFF readers) to understand the pattern. Implement a new reader for DNG format following the same structure. DNG is based on TIFF/EXIF, so leveraging existing TIFF parsing may be possible. Review the comments on this issue for any additional context or discussions.