Python program that repeats a given image over some given image size
the program will ask for the following:
width: width of the new imageheight: height of the new imagesource file: source pattern imagescale: scale value of the source patternoutput file: name of the file created (must include extension)
- Python 3.x
- OpenCV for Python



