Skip to content

stepsal/pattern_pieces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

pattern_pieces

Pattern Pieces art generation script written in Python that creates an image from all images in the input directory.
A random square of BLOCK_SIZE is take from each input image cyclically until the NO_OF_PIECES is reached.
Output Image is created by re-pasting each of pieces in a cyclical fashion.

Usage

Pattern Pieces Art Generator

optional arguments:
  -h, --help            show this help message and exit
  -b BLOCK_SIZE, --blocksize BLOCK_SIZE
                        Block Size
  -p NO_OF_PIECES, --pieces NO_OF_PIECES
                        Number of Pieces
  -i INPUT_DIR, --input INPUT_DIR
                        input directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages