(no title)
thorax | 2 years ago
from cataclysm import doom
# App gets the img file from the command line and saves it as a new file at half size with _half appended to the name
doom.resize_app()
Turned out to be all that's needed for a command-line file resize app (with PIL installed).
No comments yet.