A simple python script to turn URLs of images to a stitched grid.
-
Create a JSON file/list in the following format:
[ "https://url0.xyz/image0", "https://url1.xyz/image1", ... ]
-
Run the program:
$ python gridmaker.py
-
Enter the required values (if you are not using parameters):
=== GridMaker 1.0 === Location of the JSON list: list.json Output file path (with the name of the file): grid.jpg Width of a single grid item (min 10): 100 Height of a single grid item (min 10): 100 Horizontal size of the grid image (min 2): 16 Vertical size of the grid image (min 2): 9