Hotfix - HDR artefacts and ICC issues #27

Merged
Djeex merged 3 commits from dev into main 2026-08-17 15:27:40 +02:00
Owner
  • ICC profile: preserve embedded color profiles (DCI-P3, Rec.2020) when resizing/converting photos — previously dropped silently.
  • Chrome artefacting: fix visible seam lines on HDR photos after the fade-in transition, caused by will-change being left active indefinitely.
- ICC profile: preserve embedded color profiles (DCI-P3, Rec.2020) when resizing/converting photos — previously dropped silently. - Chrome artefacting: fix visible seam lines on HDR photos after the fade-in transition, caused by will-change being left active indefinitely.
Djeex added 3 commits 2026-08-17 15:27:21 +02:00
Image.open() reads the source's ICC profile into img.info, but that dict resets to empty after convert() or resize(), and save() was never passing icc_profile anyway. DCI-P3 and Rec.2020 photos were silently falling back to sRGB interpretation once processed.
Djeex added the bughotfix labels 2026-08-17 15:27:36 +02:00
Djeex merged commit fc5b1c4234 into main 2026-08-17 15:27:40 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Djeex/lumeex#27