After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670707 - Wrong colors when opening a RGB .psd file
Wrong colors when opening a RGB .psd file
Status: RESOLVED DUPLICATE of bug 79025
Product: GIMP
Classification: Other
Component: Data
2.7.4
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-02-23 19:52 UTC by zerstorer
Modified: 2012-02-27 20:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
RGB psd file with wrong colors when loaded into Gimp (548.02 KB, image/vnd.adobe.photoshop)
2012-02-23 19:52 UTC, zerstorer
Details
Imagemagick png output of the psd file (35.47 KB, image/png)
2012-02-23 19:58 UTC, zerstorer
Details

Description zerstorer 2012-02-23 19:52: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
Comment 1 zerstorer 2012-02-23 19:58:13 UTC
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.
Comment 2 zerstorer 2012-02-23 20:02:19 UTC
I also forgot to mention that the behavior is exactly the same with both 2.6.12 and 2.7.4
Comment 3 Massimo 2012-02-25 18:10:39 UTC
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.
Comment 4 Michael Natterer 2012-02-27 20:54:38 UTC
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 ***