A script to crop pin images
| .editorconfig | ||
| .gitignore | ||
| crop-pin-image | ||
| LICENSE | ||
| README.md | ||
Pin Image Cropper
A script that wraps Imagemagick that processes all passed images to cropped and properly formatted JPEGs.
Requirements
Imagemagick should be installed on your system and referenced in your $PATH.
Usage
Usage: crop-pin-image [OPTIONS] <path>...
Options:
-o DIR, --output-dir DIR Specify the output directory.
If omitted, defaults to './out'.
This directory will be created if it does not exist.
-h, --help Show this help message and exit.
Arguments:
<path>... One or more paths to files or directories to be processed.
License
This script is licensed under the MIT License. Imagemagick is licensed under its own license found here.