/[packages]/cauldron/gimp-plugin-registry/current/SOURCES/bw-simulation-color-mixer-fix.diff
ViewVC logotype

Contents of /cauldron/gimp-plugin-registry/current/SOURCES/bw-simulation-color-mixer-fix.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 181233 - (show annotations) (download)
Tue Dec 13 13:17:25 2011 UTC (12 years, 4 months ago) by shlomif
File size: 835 byte(s)
imported package gimp-plugin-registry
1 --- a/bw-simulation/BW-Film-Simulation-1.1.scm
2 +++ b/bw-simulation/BW-Film-Simulation-1.1.scm
3 @@ -155,7 +155,7 @@
4 ; Kodak HIE
5 ((= film 15)
6 (set! chan-name (string-append chan-name " Kodak HIE"))
7 - (plug-in-colors-channel-mixer 1 img bw-layer TRUE 1.0 1.0 -1.0 0.0 1.0 1.0 -1.0 0.0 1.0 1.0 -1.0 0.0 ))
8 + (plug-in-colors-channel-mixer 1 img bw-layer TRUE 1.0 1.0 -1.0 0.0 1.0 1.0 -1.0 0.0 1.0))
9 ; Normal Contrast
10 ((= film 16)
11 (set! chan-name (string-append chan-name " Normal Contrast"))
12 @@ -171,7 +171,7 @@
13 ; 50-50
14 ((= film 19)
15 (set! chan-name (string-append chan-name " 50-50"))
16 - (plug-in-colors-channel-mixer 1 img bw-layer TRUE 0.5 0.5 0.00 0.0 0.5 0.5 0.00 0.0 0.5 0.5 0.00 0.0 ))
17 + (plug-in-colors-channel-mixer 1 img bw-layer TRUE 0.5 0.5 0.00 0.0 0.5 0.5 0.00 0.0 0.5 ))
18 )
19
20

  ViewVC Help
Powered by ViewVC 1.1.30