Hi again.
I talked to Krita developer "Boud" by IRC and he said many interesting things about linear RGB. He said that there is no need to convert to Linear RGB. Krita does not convert anything. It only mixes layers. So everything is simplier. You just need to implement my patch and make "New Overlay"/"Legacy Overlay" for new/old XCF formats. Entire talk: <boud>
mifth: yes
<mifth>
i have a tlkt to gimp devs about Overlay mode. There is a
question: do you convert to Linear RGB layers before mixing
and then to sRGB/RGB16 after mixing?
<mifth>
talk*
<boud>
no -- krita users can create their images in linear rgb and
work in that mode if they want, but otherwise, everything is
done in the current colorspace
<mifth>
i mean in Krita of course
<boud>
this is different from gegl, which, afaik, always works with
32 bit floating point linear rgb
== thorwil [~thorwil@79.251.116.204]
has joined #krita
<mifth>
For eaxmple i created an image RGB8 in Krita. Then i did some
layers with different modes. Does Krita convert RGB8 to Liner
RGB to mix layers?
<boud>
no -- if you have layers in different color models, krita will
convert those layers to the image model before composition
<mifth>
Gimp devs say that they should convert to liner RGB before
mixing layers? Are they right?
<mifth>
i'll post some their posts now
<boud>
I'm on the mailing list :-0)
== LukasT [~zil00064@213.95.68.61]
has joined #krita
<mifth>
aha cool
<mifth>
what do you think about that talk?
<boud>
it's something that one can debate... the thing is, that yets,
there are advantages. But artists often don't want the way
linear rgb works, it confuses them
<boud>
it affects the way layers are blended together, and they are
used to the non-linear system
<boud>
so krita gives people a choice: choose to work in linear rgb,
or not
== home [~home@unaffiliated/home]
has joined #krita
<mifth>
interesting..
<boud>
it also means you can easily experiment with the differences
in krita :-)
<mifth>
where can be switching to linear in Krita?
<Bugsbane>
I've just updated Krita.org to the latest version of Joomla
and it's plugins. It should all work fine, but if anyone comes
across anything weird, I'd appreciate hearing about it!
== MrBeast [~foo pD9508D90 dip0 t-ipconnect de]
has quit [Read error: Connection reset by peer]
<boud>
Bugsbane: ok!
<boud>
mifth: image/convert image type, select an scRGB profile.
<mifth>
boud: other question: Is it ok to mix layers with different
modes without convertion to linear RGB?
<boud>
yes, in krita it is
<mifth>
cool
<boud>
but afaik, krita is the only application that allows you to
have layers of different color models
<mifth>
thank you for talking
<mifth>
i'll post it to Gimp mailing list
<boud>
you're welcome
<boud>
oyvind kolas (pippin) knows how krita works, btw, but he
thinks we're doing it wrong by allowing the user that
flexibility
On 13.11.2012 21:37, Michael Natterer wrote: The problem is much bigger. Almost *all* of our layer modes will be "Legacy", and the new modes will operate in linear light. Just adding a hack for overlay is not going to fix the root problem. --mitch |