Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mboljen/blurlandscape-convert
Add blur bacakground to convert portrait image to landscape
https://github.com/mboljen/blurlandscape-convert
image-magick image-manipulation
Last synced: about 2 months ago
JSON representation
Add blur bacakground to convert portrait image to landscape
- Host: GitHub
- URL: https://github.com/mboljen/blurlandscape-convert
- Owner: mboljen
- License: mit
- Created: 2023-05-02T11:04:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:57:59.000Z (7 months ago)
- Last Synced: 2024-06-24T01:59:24.152Z (7 months ago)
- Topics: image-magick, image-manipulation
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# blurlandscape-convert
Add blur padding to convert portrait images to landscape
## Synopsis
```console
$ blurlandscape-convert [OPTION]...
```## Description
This script adds a blurred padding to convert portrait images to landscape.
## Options
+ `-v` _pixel_
Set virtual pixel method:
- `dither` (default)
- `mirror`
- `random`+ `-o` _dir_
Set output directory and reset suffix
+ `-s` _string_
Set suffix for output files
+ `-y`
Overwrite existing image files
+ `-h`
Show this help message
## Exit codes
+ `0` All operations successful
## Installation
Clone the remote repository and change into the local repository:
```console
$ git clone https://github.com/mboljen/blurlandscape-convert
$ cd blurlandscape-convert
```Use the following command to install this software:
```console
$ 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.
## Contributing
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.
## License
[MIT](https://choosealicense.com/licenses/mit/)