Skip to content
Commit 925ee217 authored by ShadowKyogre's avatar ShadowKyogre Committed by Massimo Valentini
Browse files

Bug 750594 - Colors in PSD files are far lighter on import and far darker on export

GIMP's PSD plugin was assuming that colors in PSD files are linearly interpolated
on both export and import. This commit fixes the issue by doing the following:

- when importing, assume the colors are gamma interpolated in the entire image
- when importing and exporting, treat the colors in each layer as gamma interpolated
- when importing and exporting, treat indexed colors as actually indexed colors
- when exporting, treat the interpolation in the channels and masks as linearly interpolated
parent 953fa220
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment