Email or username:

Password:

Forgot your password?
Top-level
Leonard Ritter

@davidrevoy i have all the formulas here, and have developed palettes with them (see fully automated example pics - input and result). their advantage is that you get kodak style filmic gradients without having to do all the manual work that goes into making a good gradient.

6 comments
David Revoy

@lritter Oh good. Do you think you can contribute and plug it in Krita?

Leonard Ritter

@davidrevoy if writing a blending layer is more work than a python script, then i don't have the time. but i can contribute the necessary code (in GLSL form) if somebody else is up to it.

David Revoy

@lritter You can get a direct idea of the necessary effort to plug a new blending mode by looking at the MR diff of Despair for this Lambert one: invent.kde.org/graphics/krita/

Leonard Ritter

@davidrevoy so i have to run a custom krita build just for another filter. oof.

David Revoy

@lritter You can also contact Despair on the Krita-Artist forum and share the script approach/logic/documentation you have in mind about it (and tell them it's GPL but you can't have time to do a custom Krita build and port it yourself). They might be interested to do the implementation and the merge request.

Leonard Ritter

@davidrevoy with the same transform it is also possible to decompose an image (1) into albedo (2) and linear light factor (3), or to normalize overly bright colors (4)

Go Up