GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TMXRASTERIZER(1) TMXRASTERIZER(1)

tmxrasterizer - renders a tile map to an image

tmxrasterizer [OPTIONS] [INPUT FILE] [OUTPUT FILE]

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.

-h --help
Displays the help
-v --version
Displays the version
-s --scale SIZE
The scale of the output image
-t --tilesize SIZE
The requested size in pixels at which a tile is rendered. Overrides the --scale option.
--size SIZE
The output image fits within a SIZE x SIZE square. Overrides the --scale and --tilesize options.
-a --anti-aliasing
Smooth the output image using anti-aliasing
--ignore-visibility
Ignore all layer visibility flags in the map file and render all layers in the output (default is to omit invisible layers).
--hide-layer
Specifies a layer to omit from the output image. Can be repeated to hide multiple layers. The layername is case insensitive.
Example:
tmxrasterizer --hide-layer collision --hide-layer otherlayer [...]

Vincent Petithory <vincent.petithory@gmail.com>

tiled(1), tmxviewer(1), http://www.mapeditor.org/
September 2016

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.