giannimassi / tiler

Command line tool for splitting large images into tiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command line tool for splitting large images into tiles


Languages

Language:Go 85.2%Language:Shell 14.8%