This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Usage example: | |
# python path/to/image_tiler.py path/to/huge/image.png 256x256 3 | |
# | |
import glob | |
import os | |
import re | |
import sys | |
import subprocess |