I hereby claim:
- I am thomastweets on github.
- I am thomasemmerling (https://keybase.io/thomasemmerling) on keybase.
- I have a public key ASBuIcwju66eIt0iAjJ4Ycb3FI7Wg5oTGp_TzQzwgCzrEAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import Image | |
import sys | |
import glob | |
import ImageOps | |
# Trim all png images with white background in a folder | |
# Usage "python PNGWhiteTrim.py ../someFolder" | |
try: | |
folderName = sys.argv[1] |