PhotoCollage
PhotoCollage copied to clipboard
#42: poster saving quality can be chosen and remembered
History of last-year's branch is rebased, so that history is now clean and straight from master.
Signed-off-by: Joël BOURGAULT [email protected]
I have been using this branch on my local copy of of PhotoCollage and it works great. It would be nice to get this integrated into the master branch. Note that it requires one change:
- 'filter': PIL.Image.ANTIALIAS},
+ 'filter': PIL.Image.LANCZOS},
I could push up a new rebased branch if it would help to get this functionality merged.