RSS/Atom feed Twitter
Site is read-only, email is disabled

LAB and CMYK colorspaces?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

LAB and CMYK colorspaces? Jacek Poplawski 19 Oct 10:32
  LAB and CMYK colorspaces? Martin Nordholts 19 Oct 17:33
Jacek Poplawski
2010-10-19 10:32:22 UTC (about 14 years ago)

LAB and CMYK colorspaces?

Hello,

are there any plans to support LAB and CMYK colorspaces in Gimp?

Currently the only option in vanilla Gimp is to decompose RGB image into LAB or CMYK layers, then operate on each layer, and finally recompose them into RGB again - and see result.

There are plugins which allows to apply curves or mix in LAB colorspace - for instance gmic and mmcurves. However, they are very limited, it's not possible to read A or B value from given pixel and set it as control point on curve (just like it works in Gimp curves).

I am fan of Dan Margulis techniques, they all can be applied to GImp, but the problem is lack of realtime preview, you have to work on decomposed layers and imagine yourself what will be result - and it's not trivial in LAB colorspace.

I think the simples way to introduce such feature would be to give image kind of "display type" value. When one want to convert RGB image into LAB, already existing code could decompose RGB image into L+A+B layers, but these layers would be placed into 3 channels of new image. This new image will work just like RGB image, with the only exception - display code instead using 3 channels for R, G, B, will take L, A, B values, then calculate R, G, B values, and then show them on screen. To switch back from LAB to RGB, already existing code could just take 3 image channels and use them as 3 layers and recompose from LAB to RGB.

Would it work?

Martin Nordholts
2010-10-19 17:33:36 UTC (about 14 years ago)

LAB and CMYK colorspaces?

On 10/19/2010 12:32 PM, Jacek Poplawski wrote:

Hello,

are there any plans to support LAB and CMYK colorspaces in Gimp?

Hi,

I just updated our feature request FAQ and among other things added a CMYK entry. It will take a while before the site updates though. New entry:

Q: When can we see native CMYK support?

A: It is clear from the product vision that GIMP eventually needs to support CMYK, but it is impossible to say when someone finds the free time and motivation to add it. In the meantime it is possible to work with CMYK to some extent using plug-ins, such as the Separate+ plug-in.

Regards,
Martin