jwrogers / converter

Bash Script for converting pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converter

Description

Converter is a simple Bash script that resizes pictures to have their largest dimension close to the target value inputted. This target defaults to 1000.

Usage

Users can specify the target dimension and the destination folder or leave it as the defaults.

The -c, --convert flag is required to tell the script to convert or resize the pictures.

Install

Requirements

ImageMagick: www.imagemagick.org

To install locally in $HOME/.bin run installer.sh. This will also install the man page in /usr/local/man/man1 if it exits.

Alternatively manually install converter to a location on your PATH.

About

Bash Script for converting pictures

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%