1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "TMXRASTERIZER" "1" "September 2016" "" ""
.
.SH "NAME"
\fBtmxrasterizer\fR \- renders a tile map to an image
.
.SH "SYNOPSIS"
\fBtmxrasterizer\fR [\fIOPTIONS\fR] [INPUT FILE] [OUTPUT FILE]
.
.SH "DESCRIPTION"
This application can be used to render maps created by the Tiled Map Editor to an image\. This is very helpful for creating small\-scale previews, such as mini\-maps\.
.
.SH "OPTIONS"
.
.TP
\fB\-h\fR \fB\-\-help\fR
Displays the help
.
.TP
\fB\-v\fR \fB\-\-version\fR
Displays the version
.
.TP
\fB\-s\fR \fB\-\-scale\fR SIZE
The scale of the output image
.
.TP
\fB\-t\fR \fB\-\-tilesize\fR SIZE
The requested size in pixels at which a tile is rendered\. Overrides the \-\-scale option\.
.
.TP
\fB\-\-size\fR SIZE
The output image fits within a SIZE x SIZE square\. Overrides the \-\-scale and \-\-tilesize options\.
.
.TP
\fB\-a\fR \fB\-\-anti\-aliasing\fR
Smooth the output image using anti\-aliasing
.
.TP
\fB\-\-ignore\-visibility\fR
Ignore all layer visibility flags in the map file and render all layers in the output (default is to omit invisible layers)\.
.
.TP
\fB\-\-hide\-layer\fR
Specifies a layer to omit from the output image\. Can be repeated to hide multiple layers\. The layername is case insensitive\.
.
.IP
\fIExample\fR:
.
.IP
\fBtmxrasterizer\fR \-\-hide\-layer collision \-\-hide\-layer otherlayer [\.\.\.]
.
.SH "AUTHOR"
Vincent Petithory <\fIvincent\.petithory@gmail\.com\fR>
.
.SH "SEE ALSO"
tiled(1), tmxviewer(1), \fIhttp://www\.mapeditor\.org/\fR
|