Skip to content

Gimp-plugin written in Python to transform a given layer into tiles ready to use with TMX map format (primary used in TiledMapEditor)

License

Notifications You must be signed in to change notification settings

lumley/gimp-tmxtileme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gimp plugin - TMX Tile me

This script will turn a given layer into a set of tiles separated by a black-1px width line, each tile with 1px margin around. The resulting layer is ready to be exported and used directly in Tiled Map Editor importing is as a pattern with 2px margin and 3px spacing. This plug-in is not part of Tiled Map Editor or officially supported by it. You can find its official project in Tiled Map Editor official Git repository.

It has been tested in Gimp2.8.

Requirements

This plugin requires the following:

Installation

Installation of this plugin goes like any other Python-fu plugin. Just download the file and move it to your GIMP plug-ins folder (by default, "%USERPROFILE%\.gimp-2.8\plug-ins" in Windows and "~/.gimp-2.8/plug-ins/" in Linux).

Once installed you will find the plugin in Gimp menu: Filters -> Map -> Transform into TMX Tiles

Collaborate

Want to make your own plugins or improve this one? You can find some information on how to start on the next link:

About

Gimp-plugin written in Python to transform a given layer into tiles ready to use with TMX map format (primary used in TiledMapEditor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages