1TILED(1) TILED(1)
2
3
4
6 tiled - tile map editor
7
9 tiled [OPTIONS] [FILES...]
10
12 Tiled is a general purpose tile map editor. It´s built to be easy to
13 use, yet flexible enough to work with varying game engines, whether
14 your game is an RPG, platformer or Breakout clone. Tiled is free soft‐
15 ware and written in C++, using the Qt application framework.
16
18 -h --help
19 Displays the help
20
21 -v --version
22 Displays the version
23
24 --quit Only check validity of arguments
25
26 --disable-opengl
27 Disables hardware accelerated rendering
28
29 --export-map [format] tmx file target file
30 Exports the specified tmx file to target
31
32 --export-formats
33 Prints a list of supported export formats
34
36 https://github.com/bjorn/tiled/blob/master/AUTHORS
37
39 tmxviewer(1), tmxrasterizer(1), http://www.mapeditor.org/
40
41
42
43 May 2015 TILED(1)