tiler icon indicating copy to clipboard operation
tiler copied to clipboard

👷 Build images with images

Results 14 tiler issues
Sort by recently updated
recently updated
newest added

when I run `python tiler.py path/to/image path/to/tiles_folder/`, stuck at "Getting and processing boxes". Loading tiles 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 125/125 [00:03

this my first step: ![image](https://user-images.githubusercontent.com/12983537/152298578-8e721f3b-338c-4cfc-8c2f-81b548b037bd.png) but my second step always erro: ![image](https://user-images.githubusercontent.com/12983537/152299468-d3ee1b27-9189-40d4-af94-259cbc867e1a.png)

Traceback (most recent call last): File "tiler.py", line 223, in main() File "tiler.py", line 206, in main tiles_paths = conf.TILES_FOLDER.split(' ') AttributeError: 'NoneType' object has no attribute 'split'

When trying to generate tiles I receive this with a standard image. Traceback (most recent call last): File "tiler.py", line 221, in main() File "tiler.py", line 216, in main img...

Certain images seem to work, but most fail with a very similar message to the example below All commands run from tiler's root directory (`tiler/`) Run command with `.jpg` version...

If working on a large image it's possible you won't have enough ram to load, but you have to find this out after the tiles load (which can take a...