[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: Unclear message in kdenlive.pot
From:       "Yuri Chornoivan" <yurchor () ukr ! net>
Date:       2011-11-12 7:12:14
Message-ID: op.v4tnmodjl2zvei () localhost ! localdomain
[Download RAW message or body]

написане Fri, 11 Nov 2011 22:47:16 +0200, Freek de Kruijf  
<f.de.kruijf@gmail.com>:

> The following messages in  
> trunk/messages/extragear-multimedia/kdenlive.pot are
> unclear to me.
> 
> #1198
> 
> Write on clear,Max,Min,Add,Subtract
> 
> #1237
> 
> Write on clear,Maximum,Minimum,Add,Subtract
> 

These are the operations (chosen from drop-down list) that have to be  
applied to the colors of the initial image (frame[i]).

1. Write on clear: frame[i]&0x00FFFFFF (erase the initial image)
2. Maximum: (frame[i]&0x00FFFFFF) | MAX(frame[i]&0xFF000000, t) (leave  
maximal colors compared to alpha map value t)
3. Minimum: (frame[i]&0x00FFFFFF) | MIN(frame[i]&0xFF000000, t) (leave  
minimal colors compared to alpha map value t)
4. Add: add alpha map
5. Subtract: subtract alpha map

The code can be seen here:

http://code.dyne.org/index.cgi?url=frei0r/tree/src/filter/c0rners/c0rners.c&id=bb2629c2e031ebe7f3da6d3fed5490a4bb41f9d9


 from line 429.

Hope this helps.

Best regards,
Yuri


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic