imageprocessing
imageprocessing copied to clipboard
switch print to propper logging
This switches to proper logging instead of print statements.
To see the logging, one has to run:
import logging
logging.basicConfig()
This makes it much easier to handle the library and use it in other code.