Skip to content

Command line tool for splitting large images into tiles

Notifications You must be signed in to change notification settings

giannimassi/tiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiler

Build status

Intro

Command line tool for splitting large images into tiles.

Latest releases:

Usage:

Tiler [<flags>] <input> [<output>]

Flags:
      --help          Show context-sensitive help (also try --help-long and --help-man).
  -v, --verbose       Verbose mode.
      --tile=256      Tile size (default 256).
  -f, --format="png"  Image output format.

Args:
  <input>     Input image file path (accepted jpeg, png).
  [<output>]  Output directory.