Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 781 Bytes

CircleCI

Batch Image Processor

Convert your PNG images into smaller, jpegs for use online

Installation

On linux, just run:

╭─adam@box ~/
╰─➤  sudo curl -s -L https://github.com/Sharpz7/batch-image-processor/releases/download/0.0.1/install.sh | sudo bash

Usage

Create a folder called images and run the program. All the processed images will go into a folder called processed

╭─adam@box ~/
╰─➤  mkdir ./images

╭─adam@box ~/
╰─➤ bimgproc

Created Folder
image_one.jpg
image_two.png
image_three.png

Maintainers