Skip to content

a program that takes a photo (pattern) and repeats it over specific dimensions to create a larger photo

Notifications You must be signed in to change notification settings

ngeldvis/Pattern-Repeater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Pattern Repeater

Python program that repeats a given image over some given image size

Usage

the program will ask for the following:

  • width: width of the new image
  • height: height of the new image
  • source file: source pattern image
  • scale: scale value of the source pattern
  • output file: name of the file created (must include extension)

Requirements

  • Python 3.x
  • OpenCV for Python

Examples

Input: 42 x 42
Example Input 1

Output: 960 x 540
Example Output 2

Input: 400 x 400 (Scale Factor: 0.5)
Example Input 3

Output: 960 x 540
Example Output 4

About

a program that takes a photo (pattern) and repeats it over specific dimensions to create a larger photo

Topics

Resources

Stars

Watchers

Forks

Languages