imageprocessing icon indicating copy to clipboard operation
imageprocessing copied to clipboard

switch print to propper logging

Open maurerle opened this issue 6 months ago • 0 comments

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.

maurerle avatar Jun 30 '25 16:06 maurerle