From 445b43f5a83669551cc2629229b12c74671df30c Mon Sep 17 00:00:00 2001 From: Pepper Date: Mon, 28 Sep 2015 22:33:47 -0400 Subject: last thing to do is fix remote host issue --- lib/pb/generate.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/pb/generate.py') 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', -- cgit v1.2.3-70-g09d2