G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing
Banner Institutions GREYC CNRS ENSICAEN UNICAEN

A Full-Featured Open-Source Framework for Image Processing



Latest stable version: 4.0.4 (2026/08/19)

Reference
Table of Contents  ▸  List of Commands  ▸  Reptorian's Commands  ▸  rep_tiler_nonisometric◀  rep_shift_pixel_to_boundary_with_group_pixels_with_rectangular_polar_transformation    |    rep_technorobbo_strange_attractor  ▶

rep_tiler_nonisometric

Arguments:

  • { filename | [tileset] },min_tile>=3,increment>=0,_tileset_iw_width>=1,_tileset_ih_width>=1,{ _filename | [placed_tiles] },_preserve_bgout={ 0=eliminate_bg | 1=preserve_bg },_drgba_r>=0,_drgba_g>=0,_drgba_b>=0,_gridcol>=0,_trackpadcol>=0

Description:

Launch the interactive non-isometric tiling toolkit. Mandatory variables are the first 3 ones!

More info: The interactive non-isometric tiling toolkit is a near final version. Final version will have tiledata import and export. Perhaps with a master developer editor to make overworld art.

(equivalent to shortcut command rep_tiler_n).

Note: This is meant to enable artists to make artwork based on non-isometric RPG games or even world. It is not meant to be a tool to aid into making RPG games. If you want that, then you need to look into other solutions. Of course, there might be the off-chance that this tool is suitable for you.

'{ filename | [tileset] }' can be either location of the tileset in text form, or as a image argument. If using image argument, you must do rep_tiler_nonisometric[target] [tile] to make it work.
__min_tile defines the size of tiles.
increment defines the maximum possible selection length by number of tiles added by 1. 0 means maximum possible selection length by tile within axis is exactly 1.
_tileset_iw_width defines the width of tileset visible within interactive window.
_tileset_ih_width defines the width of tileset visible within interactive window.
_preserve_bgout can be used to keep or erase image after painting tiles.
'{ filename | [placed_tiles] }' can be either location of the tile in text form, or as a image argument. If using image argument, you must do rep_tiler_nonisometric[target] [tile] to make it work.
_dbrga_r is the color of transparent background. If a value is assigned to this, then transparent areas are replaced with colored background instead of a checkerboard.
_dbrga_g is the color of transparent background. If a value is assigned to this, then transparent areas are replaced with colored background instead of a checkerboard.
_dbrga_b is the color of transparent background. If a value is assigned to this, then transparent areas are replaced with colored background instead of a checkerboard.
_gridcol defines the color of grid within interactive window. Only grayscale value.
_trackpadcol defines the color of tracker pad within interactive window. Only grayscale value.

Default values:

_tileset_iw_width=16,_tileset_ih_width=16,_filename="",_preserve_bgout=0,_drgba_r=,_drgba_g=,_drgba_b=,_gridcol=0,'_trackpadcol=0'

Author: Reptorian
G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing

G'MIC is an open-source software distributed under the CeCILL free software licenses (LGPL-like and/or
GPL-compatible). Copyrights (C) Since July 2008, David Tschumperlé - GREYC UMR CNRS 6072, Image Team.