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 647957 - GimpColorFrame's CMYK mode is not color managed
GimpColorFrame's CMYK mode is not color managed
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
unspecified
Other All
: Normal normal
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2011-04-16 18:29 UTC by slay
Modified: 2016-10-18 20:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (183.91 KB, image/jpeg)
2011-04-16 18:29 UTC, slay
Details
right screenshot (159.86 KB, image/jpeg)
2011-04-17 08:00 UTC, slay
Details

Description slay 2011-04-16 18:29:20 UTC
Created attachment 186087 [details]
screenshot

When a tab "About Cursor" mode is CMYK and the cursor hovers over the image, the CMYK values ​​do not coincide with the values ​​of CMYK samples made ​​Dropper tool. In the setting of Gimp allowed to color management, selected "Imitation printer, determine the profile of the press.
Comment 1 slay 2011-04-17 08:00:21 UTC
Created attachment 186124 [details]
right screenshot

Sorry, the previous screenshot is not valid
Comment 2 Michael Schumacher 2011-06-16 07:46:38 UTC
Is this related to bug #467930?
Comment 3 slay 2011-07-01 18:21:35 UTC
've seen this bug reports. Partly it is the same with my case.
But I would like to see in the GIMP tool that adequately demonstrates the amount of paint on all channels of CMYK, and lays it on every channel. In this form it is not usable. The total amount of paint on all channels of CMYK should not exceed 240 percent. This requirement is the company that prints the newspaper. Where can I see it in GIMP?
Comment 4 slay 2011-07-01 18:41:41 UTC
P.S. Yoshinori Yamakawa filter on my subjective feelings are very adequate. But his work does not match your instrument to control the values ​​of the color channels. I do not demand immediate implementation of CMYK in GIMP, but for an adequate amount of paint on all channels of CMYK, I'll be very grateful ..
Comment 5 Michael Natterer 2016-10-18 20:53:35 UTC
Fixed in master:

commit f9170b667e5e6579f08d1b9662dd27987d7f3c17
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Oct 18 22:48:04 2016 +0200

    Bug 647957 - GimpColorFrame's CMYK mode is not color managed
    
    Convert GimpRGB to CMYK using a color transform to the configured CMYK
    profile instead of the naive gimp_rgb_to_cmyk().
    
    Add gimp_color_frame_set_color_config() and call it on all color
    frames in the GUI (color picker tool, cursor info, sample point view).
    Keep a GimpColorTransform around that does the conversion.
    
    Also color manages the frame's color area now (visible in the sample
    point view), which was forgotten earlier. Addresses bug #467930.

 app/display/gimpcursorview.c        |  24 ++++++--
 app/display/gimpcursorview.h        |   2 +-
 app/tools/gimpcolorpickertool.c     |   4 ++
 app/widgets/gimpcolorframe.c        | 154 ++++++++++++++++++++++++++++++++++++++++++++++------
 app/widgets/gimpcolorframe.h        |  10 +++-
 app/widgets/gimpsamplepointeditor.c |  31 ++++++++---
 app/widgets/gimpsamplepointeditor.h |   2 +-
 7 files changed, 192 insertions(+), 35 deletions(-)