Skip to content

Alanaktion/imgfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgfind

A simple Python utility to find images in a filesystem, similar to findutils.

Installation

Requires Python 3.4 or higher, and the Pillow library.

python -m pip install -U imgfind

Usage

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 "{}"'

Building

python3 -m pip install -U build twine
python3 -m build --wheel .
twine upload dist/*

About

Find images in a directory, similar to findutils

Topics

Resources

Stars

Watchers

Forks

Languages