mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
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
This commit is contained in:
parent
74e4251aff
commit
320d5d64e8
2 changed files with 2 additions and 0 deletions
BIN
vendor/data/RT_sRGB.icm
vendored
Normal file
BIN
vendor/data/RT_sRGB.icm
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue