/delete_small_images

Python script to search and destroy small images inside a folder

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Search images from a specified directory and remove does who are smaller than the given height and width

Requirements

Usage

Can set the parameters as arguments or wait to the script to ask for them.

./delete_small_images.py
./delete_small_images.py [<images directory> [ <min width> [<min height>]]]

Example:

./delete_small_images.py /home/lord/Pictures/wallpapers 1920 1080