nextcloud / nextcloud/server

Color management support

Open
#22,951 19 comments 24 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement feature: previews and thumbnails help wanted
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

How to support this request?

  • Please use the 👍 reaction to show that you are also in favor of this feature - we are using this information to decide which features to include in upcoming Nextcloud versions.
  • Please don't comment if you have no relevant information to add

ICC profiles of photos are ignored. If photos have an Adobe RGB profile, they are displayed too pale. All previews are displayed incorrectly: in Files, Photos and Viewer. The previews/thumbnails should have the same ICC profile as the original photos. Until now, the preview images lose their ICC profile.

Here is an example in Viewer. The first photo has an sRGB profile. For the second photo, the profile of the photo was converted to an Adobe RGB profile.

srgb
argb

Background: More and more cameras are recording with the Adobe RGB profile, which is significantly larger in terms of color gamut. If photos with an Adobe RGB profile are used in Nextcloud, they are displayed incorrectly.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Nextcloud generates previews and thumbnails for Files, Photos, and Viewer, then inspect how ICC metadata is handled or discarded. Confirm the expected behavior with sRGB and Adobe RGB examples; done means previews preserve or correctly apply the original photo's color profile across all named views.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.