GNOME Bugzilla – Bug 670707
Wrong colors when opening a RGB .psd file
Last modified: 2012-02-27 20:54:38 UTC
Created attachment 208298 [details] RGB psd file with wrong colors when loaded into Gimp When opening the attached psd file, everything (including layers) is loaded properly. However, some layers (and not all of them) have wrong colors. The file itself is as follow: logo.psd: Adobe Photoshop Image, 1200 x 800, RGB, 3x 8-bit channels Upon loading, GIMP outputs the following message in the terminal: lcms: skipping conversion because profiles seem to be equal: sRGB IEC61966-2.1 sRGB built-in
Created attachment 208301 [details] Imagemagick png output of the psd file Here is a png obtained with Imagemagick from the psd file, using: convert logo.psd logo-imagemagick.png Imagemagick has actually output one png file for each layer, and one png with all layers (the one attached). Individual layers (as png) had the same color issue than GIMP, but the global png (hereby attached) has the right colors. Hopes that helps.
I also forgot to mention that the behavior is exactly the same with both 2.6.12 and 2.7.4
I'd say it is a duplicate of Bug 79025 After setting CONVERSION_WARNINGS to TRUE in plug-ins/file-psd/psd.h line 38: #define CONVERSION_WARNINGS TRUE and recompiling, loading this file file produces warnings (from the Error Console): Photoshop image Warning Warning: The image file contains layer effects. These are not supported by the GIMP and will be dropped. Photoshop image Warning Warning: The image file contains type tool layers. These are not supported by the GIMP and will be dropped.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 79025 ***