/image_processor

super simple cli for creating jpgs from all images in a folder.

Primary LanguagePythonMIT LicenseMIT

Image Processor

Save all images in a folder as jpgs.

Installation

  1. clone this repo
  2. cd into the repo
  3. python -m pip install .

Usage

  1. cd to a folder of images
  2. run img or python -m image_processor
  3. enter the size in pixels to fit
  4. the processed images will be placed in a folder called "jpg" in the same directory