diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-09-28 22:33:47 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-09-28 22:33:47 -0400 |
| commit | 445b43f5a83669551cc2629229b12c74671df30c (patch) | |
| tree | 27480a186a2634787f7ab6e910c0003bb6083831 /lib/pb/generate.py | |
| parent | e5b9c91c038dcae5cdd222bdd2510cdb5a478988 (diff) | |
last thing to do is fix remote host issue
Diffstat (limited to 'lib/pb/generate.py')
| -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', |
