Add blur padding to convert portrait images to landscape
$ blurlandscape-convert [OPTION]...
This script adds a blurred padding to convert portrait images to landscape.
-
-v
pixelSet virtual pixel method:
dither
(default)mirror
random
-
-o
dirSet output directory and reset suffix
-
-s
stringSet suffix for output files
-
-y
Overwrite existing image files
-
-h
Show this help message
0
All operations successful
Clone the remote repository and change into the local repository:
$ git clone https://github.com/mboljen/blurlandscape-convert
$ cd blurlandscape-convert
Use the following command to install this software:
$ make
$ make install
The default PREFIX
is set to /usr/local
. In order to successfully complete the installation, you need to have write permissions for the installation location.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.