aboutsummaryrefslogtreecommitdiff
path: root/freeze.py
diff options
context:
space:
mode:
authortassaron2017-07-06 12:40:03 -0400
committertassaron2017-07-06 12:40:03 -0400
commit9986b1c829caa12bcea120bb37ebb57ab5e0e874 (patch)
tree69de06d5e14d41f06e471bf3716be7d23d116c0c /freeze.py
parent3de45b3629aa994e986245b6af2ef8016818a8e2 (diff)
image options to mirror & saturate colours
and some friendly docstrings
Diffstat (limited to 'freeze.py')
-rw-r--r--freeze.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/freeze.py b/freeze.py
index a81f325..3266f45 100644
--- a/freeze.py
+++ b/freeze.py
@@ -33,6 +33,7 @@ buildOptions = dict(
"PIL.Image",
"PIL.ImageQt",
"PIL.ImageDraw",
+ "PIL.ImageEnhance",
],
include_files=deps,
)