Skip to content

Mirror Imaging CLI tool for creating mirror images from an input image.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sentientforest/mirrim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirrim

Mirror Image Command Line Interface Tool

mirrim: Mirr[or] Im[age]

Given an image, reverse it, and output the opposing mirror versions as a single image file.

Work in progress.

Examples

mirrim 0.1.0 Given a path to an image, generates its mirror and combine the two into one output image

USAGE: mirrim --input --mirror

FLAGS: -h, --help
Prints help information

-V, --version    
        Prints version information

OPTIONS: -i, --input
input path to an image

-m, --mirror <mirror>       
        direction to mirror. pass a value of:

        l or left: mirror to the left. mirror image appears on the left in the output, original on right.

        r or right: (default). mirror to the right. mirror image appears on the right in the output, original on the
        left.

ARGS:
output path to write the generated image

License

This project is licensed under either of

at your option.

About

Mirror Imaging CLI tool for creating mirror images from an input image.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages