tylerdq / img-batch

A set of CLI utilities for batch processing images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img-batch

NOTICE: This software is no longer developed. Recommend to use imagemagick instead.

img-batch is a set of CLI utilities for easily batch processing images.

Installation

Install Python 3. Then download or clone this repository and from the command line (Terminal, PowerShell, cmd, etc.) cd into the downloaded/cloned directory and run:

pip3 install -r requirements.txt (only once per machine)

Usage

Place (copies of) the images you would like to process in the root folder of the repository. Run:

python resize.py --help

About

A set of CLI utilities for batch processing images.

License:MIT License


Languages

Language:Python 100.0%