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

Need Color Usage Help

This discussion is connected to the gimp-user-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.

7 of 10 messages available
Toggle history

Please log in to manage your subscriptions.

Need Color Usage Help Jim Sabatke 30 Mar 07:01
  Need Color Usage Help David Gowers 30 Mar 10:47
mailman.180428.1206887613.1... 07 Oct 20:19
  Need Color Usage Help Alchemie foto\\grafiche 31 Mar 18:46
mailman.3.1206990004.13489.... 07 Oct 20:19
  Need Color Usage Help Alchemie foto\\grafiche 01 Apr 01:58
   Need Color Usage Help Jim Sabatke 01 Apr 15:06
    Need Color Usage Help David Gowers 02 Apr 01:18
mailman.1.1207076402.29738.... 07 Oct 20:19
  Need Color Usage Help Alchemie foto\\grafiche 03 Apr 11:58
Jim Sabatke
2008-03-30 07:01:46 UTC (almost 17 years ago)

Need Color Usage Help

I want to write a plug-in for gimp 2.4 that will emulate the PS "Vivid Light" blending mode. I've found some formulas for the PS modes, but I don't know what the variables are and how they would map to gimp function use. The formulas are at:

http://www.simpelfilter.de/en/grundlagen/mixmods.html

Basically, I need a guide to 'C', 'A' and 'B' for the complete idiot. Any help would be greatly appreciated.

TIA,

Jim

David Gowers
2008-03-30 10:47:39 UTC (almost 17 years ago)

Need Color Usage Help

Seems pretty simple to me. I agree they didn't explain in a friendly way. C is the result. easy. It's per-channel. That is, for 'Darken', the resulting value in a given channel is either A[channel] or B[channel] depending on which of A and B's value for that channel is lower. For example
if
A = #00ff88 hex
B = #448822 hex
then
combined C = #008822 hex
for 'darken' mode

A is the overlying pixel value, that is being 'applied' to B, which is the underlying pixel value.

As to the specific blending mode, 'vivid light', You will need to look at which of GIMP's modes correspond to Color Burn/Dodge, create a layer for each,
and normalize the color values from the ranges 0..127, 128..255 to
0..255,0..255
(hint: filling with #7f7f7f, Divide mode, doubles the color values)

before partially applying each layer to the destination layer.

This partial appllication is the tricky part. For each channel, you want to apply the burn layer where the values are

(It would be almost trivial to implement this as a GEGL op, which is something you could consider for the future.)

Alchemie foto\\grafiche
2008-03-31 18:46:02 UTC (almost 17 years ago)

Need Color Usage Help

I think you just miss the"Glossary" at the right side of the linked page Anyway David Gowen explained well

i just want add another link that may be useful Pegtop delphi
I want to write a plug-in for gimp 2.4 that will emulate the PS "Vivid Light" blending mode. I've found some formulas for the PS modes, but I don't know what the variables are and how they would map to gimp function use. The formulas are at:

http://www.simpelfilter.de/en/grundlagen/mixmods.html

Basically, I need a guide to 'C', 'A' and 'B' for the complete idiot. Any help would be greatly appreciated.

TIA,

Jim

Alchemie Foto\grafiche
---------------------------------
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!

Alchemie foto\\grafiche
2008-04-01 01:58:40 UTC (almost 17 years ago)

Need Color Usage Help

ooppss

for some reason my message was reformatted ,(quote tags and link removed) in a way it make no more sense

i wanted just add this link http://www.pegtop.net/delphi/articles/blendmodes/

and point out that on the page quoted on www.simpelfilter, there is a glossary on right side that make everything more clear

sorry for the confusion

Alchemie Foto\grafiche
---------------------------------
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!

Jim Sabatke
2008-04-01 15:06:31 UTC (almost 17 years ago)

Need Color Usage Help

Alchemie foto\grafiche wrote:

ooppss

for some reason my message was reformatted ,(quote tags and link removed) in a way it make no more sense

i wanted just add this link http://www.pegtop.net/delphi/articles/blendmodes/

and point out that on the page quoted on www.simpelfilter, there is a glossary on right side that make everything more clear

sorry for the confusion

Alchemie Foto\grafiche

I can't seem to connect to the www.simpelfilter site. I also tried spelling it www.simplefilter. Am I doing something wrong, or does the URL need an adjustment?

TIA,

Jim

David Gowers
2008-04-02 01:18:23 UTC (almost 17 years ago)

Need Color Usage Help

The simpelfilter url works for me as is. Also .. I'm confused. Didn't you provide that URL in the first place, suggesting you had been there?
Are you saying you had been there and now cannot go there?

http://www.simpelfilter.de/en/ works for me, if you are looking for the 'base' page of the site.

On Tue, Apr 1, 2008 at 11:36 PM, Jim Sabatke wrote:

I can't seem to connect to the www.simpelfilter site. I also tried spelling it www.simplefilter. Am I doing something wrong, or does the URL need an adjustment?

TIA,

Jim

Alchemie foto\\grafiche
2008-04-03 11:58:38 UTC (almost 17 years ago)

Need Color Usage Help

i referred to the first link posted in this thread, is working http://www.simpelfilter.de/en/grundlagen/mixmods.html

i suppose you try c"com" instead then "de"..anyway page is in english

I can't seem to connect to the www.simpelfilter site. I also tried spelling it www.simplefilter. Am I doing something wrong, or does the URL need an adjustment?

Alchemie Foto\grafiche

---------------------------------
Inviato da Yahoo! Mail.
La casella di posta intelligente.