fletchgraham / image_processor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%