Tile Grid lets you create a regular set of guides defining "tiles" (or "cells") with customizable dimensions, aspect ratios, and spacing. This tool is ideal for designing basic tilesets, photoboards, storyboard or comic page layouts, or even single frames with user-defined margins.
Tested in Krita 5.2.6
-
Download the plugin: Click on the big green <> Code button, then click on Download ZIP (or just click here).
-
Install the plugin in Krita (as a ZIP file, don't extract it yourself!): Start Krita, go to the menu
Tools
>Scripts
>Import Python Plugin from File...
, locate the plugin (ZIP file) and press OK. A popup will ask you if you want to enable the plugin. Click on Yes, then restart Krita.
You can now use the plugin by clicking on the menu Tools
> Scripts
> Tile Grid
.
If needed, you'll find more information on how to install Krita python plugins here.
Very simple:
- Specify the
margins
you want for the grid; - Specify the
spacing
("gutters") between tiles; - Specify the desired number of
columns
androws
of tiles;
Entering the above values automatically calculates the optimal tile format ratio (i.e. width/height). If you need a specific tile format ratio:
- Specify the
format ratio
for the tiles.
This tells the plugin to consider the spacing between tiles as a hint (i.e. minimum spacing). The actual spacing will be automatically calculated to preserve the specified format ratio.
You're done! The plugin will automatically calculate the size of the tiles based on the canvas size and create guides accordingly.
Oh and you can save your settings as a preset
and restore them later.
Feel free to contact me on Krita Artists. There is a thread dedicated to the Tile Grid plugin in the forum.