1TMXRASTERIZER(1)                                              TMXRASTERIZER(1)
2
3
4

NAME

6       tmxrasterizer - renders a tile map to an image
7

SYNOPSIS

9       tmxrasterizer [OPTIONS] [INPUT FILE] [OUTPUT FILE]
10

DESCRIPTION

12       This  application  can  be used to render maps created by the Tiled Map
13       Editor to an image. This is very helpful for creating small-scale  pre‐
14       views, such as mini-maps.
15

OPTIONS

17       -h --help
18              Displays the help
19
20       -v --version
21              Displays the version
22
23       -s --scale SIZE
24              The scale of the output image
25
26       -t --tilesize SIZE
27              The  requested size in pixels at which a tile is rendered. Over‐
28              rides the --scale option.
29
30       --size SIZE
31              The output image fits within a SIZE x SIZE square. Overrides the
32              --scale and --tilesize options.
33
34       -a --anti-aliasing
35              Smooth the output image using anti-aliasing
36
37       --ignore-visibility
38              Ignore all layer visibility flags in the map file and render all
39              layers in the output (default is to omit invisible layers).
40
41       --hide-layer
42              Specifies a layer to omit from the output image. Can be repeated
43              to hide multiple layers. The layername is case insensitive.
44
45              Example:
46
47              tmxrasterizer  --hide-layer  collision  --hide-layer  otherlayer
48              [...]
49

AUTHOR

51       Vincent Petithory <vincent.petithory@gmail.com>
52

SEE ALSO

54       tiled(1), tmxviewer(1), http://www.mapeditor.org/
55
56
57
58                                September 2016                TMXRASTERIZER(1)
Impressum