diff options
Diffstat (limited to 'lib/pb')
| -rwxr-xr-x | lib/pb/generate.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/pb/generate.py b/lib/pb/generate.py index 6bf99c3..a97970c 100755 --- a/lib/pb/generate.py +++ b/lib/pb/generate.py @@ -12,7 +12,7 @@ _COMPOSE_PARAMS = [ "Over", "ATop", "Dst_Over", "Dst_In", "Dst_Out", "Multiply", "Screen", "Divide", "Plus", "Difference", "Exclusion", "Pin_Light", "Lighten", "Darken", "Overlay", "Hard_Light", "Soft_Light", - "Linear_Dodge", "Linear_Burn", "Color_Dodge", "Color_Burn" + "Linear_Dodge", "Linear_Burn", "Color_Dodge", "Color_Burn", "Pegtop_Light" ] _DISPOSE_PARAMS = ["None", "Previous", "Background"] _DISPOSE_DEFAULT = "None" @@ -34,8 +34,8 @@ class PbGenerate(Pb): 'saturation': '100', 'merge_early': 'true', 'format': 'gif', - 'background': 'bob', - #'background': 'http://i.asdf.us/im/bc/new_1430440747.gif', +# 'background': 'bob', + 'background': 'http://i.asdf.us/im/bc/new_1430440747.gif', 'subtract': '#EE7AE9', 'transparent': 'true', 'name': 'yo', |
