Skip to content

Add blur bacakground to convert portrait image to landscape

License

Notifications You must be signed in to change notification settings

mboljen/blurlandscape-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blurlandscape-convert

Add blur padding to convert portrait images to landscape

Synopsis

$ 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:

$ 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.

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

About

Add blur bacakground to convert portrait image to landscape

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published