File: export-image.rst

package info (click to toggle)
tiled-qt 1.11.90-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 40,304 kB
  • sloc: cpp: 125,078; java: 4,174; python: 1,634; xml: 1,524; sh: 427; makefile: 67; ruby: 15
file content (18 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _export-as-image:

Export as Image
---------------

Maps can be exported as image. Tiled supports most common image formats.
Choose *File -> Export as Image...* to open the relevant dialog.

Since exporting a map can in some cases result in a huge image, a *Use current
zoom level* option is provided to allow exporting the map at the size it's
currently displayed at.

For repeatedly converting a map to an image, manually triggering this export
isn't very convenient. For this purpose, a tool called ``tmxrasterizer`` ships
with Tiled, which contrary to its name is able to render any supported map
format to an image. It is also able to render :doc:`entire worlds <worlds>` to
an image. On Linux this tool can be set up for generating thumbnail previews
of maps in the file manager.