Skip to content

A Command Line Application to split an Image into a Grid of Images

License

Notifications You must be signed in to change notification settings

MunsMan/ImageGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

ImageGrid

A small Command Line Application to split an Image into a Grids. There are many possible configurations, how to split an Image.

The goal is, to not relay on single use Apps from the App Store or to even pay for any. This application finish the job in style off a simple CLI Program.

Example

The goal is, to split the following Image into a Row of 3

Original Image

grid <Image> -r 3 or grid <Image> --row 3

Image 0x0 Image 0x1 Image 0x2
Split1 Split2 Split3

Setup

  1. Clone the Repo
  2. Enter the Repo
  3. pip install .
  4. cd .. & rm -rf ImageGrid

Uninstall

  1. pip3 uninstall ImageGrid

Commands

grid [OPTIONS] IMAGE

IMAGE - is the path to the Image from which the Grid should be created

Options

  • -r or --row - Number of Images the in a Row of the Grid.
  • -c or --column - Number of Images the in a Column of the Grid.
  • -o, --output - Output directory for the Grid
  • -n, --name - Specifying a name for the output files. The grid number for each Image will be appended still.

Request

If any functionality is missing, create a Issue and request the feature.

About

A Command Line Application to split an Image into a Grid of Images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages