pipenv install
- Name the image which you want to montage
target.png
- Put the images which you want to build up the
target.png
ininputs
folder
use_shuffle
:True
for shuffling input images,False
for not shuffing input images.inputs_limit
: # of the images that you want to build up thetarget.png
, set to-1
for not limited.img_size
: The width and height of the inputs images in theoutput.png
.pixel_per_img
: # of the pixels of one input image represents in theoutput.png
.
python main.py