gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libutil nvcode.py


From: Janne V. Kujala
Subject: [Gzz-commits] gzz/gfx/libutil nvcode.py
Date: Sat, 23 Nov 2002 12:43:37 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        02/11/23 12:43:37

Modified files:
        gfx/libutil    : nvcode.py 

Log message:
        bugfix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libutil/nvcode.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gzz/gfx/libutil/nvcode.py
diff -u gzz/gfx/libutil/nvcode.py:1.5 gzz/gfx/libutil/nvcode.py:1.6
--- gzz/gfx/libutil/nvcode.py:1.5       Sat Nov 23 12:02:31 2002
+++ gzz/gfx/libutil/nvcode.py   Sat Nov 23 12:43:37 2002
@@ -216,11 +216,11 @@
         }
 
     outputscale = {
-        (sub, "*", .5): "SCALE_BY_ONE_HALF_NV",
-        (sub, "/", 2): "SCALE_BY_ONE_HALF_NV",
-        (sub, "*", 1): "NONE",
-        (sub, "*", 2): "SCALE_BY_TWO_NV",
-        (sub, "*", 4): "SCALE_BY_FOUR_NV"
+        ("sub", "*", .5): "SCALE_BY_ONE_HALF_NV",
+        ("sub", "/", 2): "SCALE_BY_ONE_HALF_NV",
+        ("sub", "*", 1): "NONE",
+        ("sub", "*", 2): "SCALE_BY_TWO_NV",
+        ("sub", "*", 4): "SCALE_BY_FOUR_NV"
         }
     outputbias = {
         ("-", .5): "BIAS_BY_NEGATIVE_ONE_HALF_NV",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]