Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sRGB Color Profile when converting images #4064

Merged
merged 1 commit into from Mar 8, 2016
Merged

Use sRGB Color Profile when converting images #4064

merged 1 commit into from Mar 8, 2016

Commits on Mar 7, 2016

  1. Use sRGB Color Profile when converting images

    With the conversion done when uploading or fetching an image we also
    lose any embedded color profiles. [This leads to images possibly not rendered
    properly in the browsers.][1] To fix the issue we tell imagemagick to render
    the image from the embedded color profile to sRGB, which is the color
    space used by most browsers.
    
    RT_sRGB.icm is taken from the [RawTherapee repository][2] and is licensed as Public Domain.
    
    [1]: https://meta.discourse.org/t/image-embedded-color-profile/40519
    [2]: https://github.com/Beep6581/RawTherapee/blob/master/rtdata/iccprofiles/output/RT_sRGB.icm
    Marcus Rückert committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    320d5d6 View commit details
    Browse the repository at this point in the history