Skip to content

jarnik/GIMP_PythonScripts

Repository files navigation

Installation

See:

Export Fancy Annotated Spritesheet

Python plugin script to create a fancy spritesheet preview.

Requirements:

  • sprites have uniform size, each sprite in a separate layer
  • there are multiple group layers (GIMP 2.8+) at the root
  • each group layer contains multiple sprites Will open a new image containing the spritesheet. The annotations are taken directly from the group / layer names.

Screenshots

Expected layer structure:

Expected layer structure

Expected result:

Expected result

It's a single-purpose script, tweak at your own will for other purposes

Export Grouped Spritesheet

Python plugin script to export a uniform spritesheet.

Requirements:

  • sprites have uniform size, each sprite in a separate layer
  • sprite layers scattered across the hierarchy of group layers (GIMP 2.8+) Will open a new image containing the spritesheet and optionally export a .png directly.

Screenshots

An example layer structure:

An example layer structure

Plugin window:

Plugin window

Expected result:

Expected result

About

GIMP .py plugins to export spritesheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages