Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 549 Bytes

image-tiler.sh

image-tiler.sh splits large images into a set of tiles to use with Leaflet.js and alike.

This is a one-shoot script so it is not very pretty.

Usage

image-tiler.sh [-i input.jpg] [-o output_dir] [-s .png] [-t 256] [-d]

Example

image-tiler.sh -i map.jpg -o tiles

Dependencies