Commit Graph

5 Commits

Author SHA1 Message Date
a4c3185a21 feat: add photon WASM utilities
- Image loading and canvas conversion
- Crop to aspect ratio
- Resize with Lanczos3 sampling
- Greyscale conversion
- Brightness, contrast, gamma adjustments
- Dithering algorithms (Floyd-Steinberg, ordered, Atkinson)
- Quantization and auto-levels

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:09:20 -04:00
d5ba4a4f3e chore: update lib exports
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:07:51 -04:00
c985cf4193 feat: add e-reader device presets
- Kindle: Paperwhite 5, Paperwhite 4, Oasis 3, Scribe, Basic
- Kobo: Clara 2E, Libra 2, Sage
- reMarkable 2, Boox Note Air
- Helper to group devices by brand

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:07:24 -04:00
496be2701f feat: add core type definitions
- Device, ImageEntry, Dimensions types
- PipelineConfig with all processing steps
- Built-in pipeline presets (default, high-contrast, etc.)
- Validation constraints and utility functions

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-13 18:06:39 -04:00
6f8a187246 Create project skeleton with sv 2026-05-13 17:40:55 -04:00