pyTiler is a lightweight application designed to perform recursive image tiling tasks for use with Google's custom StreetView API. Features: pyTiler accepts a directory path and will process the images inside according to options specified at runtime. Each image will be sized, cut, and saved into the tiles needed for an Ultra-HD Google StreetView sphere.
- Python version 3.*
- Run the program (compiled exe or .py)
- Select the folder with images to be batch processed.
- Select a processing option for the images:
- 1: Automatic, pyTiler will use highest quality mode.
- 2: Prompt, pyTiler will ask what to do for each image.
- 3: One Size, pyTiler will scale all images to the same size before tiling, making sure all tiles are the same size for the entire batch job.
- Generate data? Enter "y" (default) here to generate the JavaScript code needed to use the image tiles with Google StreetView.
- Review and accept the prompts.
Turn an image like this, into a whole bunch of tiles like this. You can then use those tiles to create a streetview sphere like this.