A simple Python utility to find images in a filesystem, similar to findutils.
Requires Python 3.4 or higher, and the Pillow library.
python -m pip install -U imgfind
Installs as ifind
globally, can be invoked with python3 -m imgfind
if not on PATH.
Use --help
to see all available options. Example usage:
imgfind ~/Pictures --min-width 1920 --format png --exec 'convert -format webp "{}"'
python3 -m pip install -U build twine
python3 -m build --wheel .
twine upload dist/*