Skip to content

dnmfarrell/GIMP-Spriteflip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spriteflip

GIMP plugin to flip or rotate regions of an image. Useful for working with sprites.

How to use

  1. The image should be in a single layer before running this tool
  2. Open the Spriteflip menu Tools->Transform Tools->Spriteflip
  3. Input the width and height of each sprite frame in pixels
  4. Select the transformation you want; Flip horizontal is the default
  5. Click OK

Install

Save spriteflip.scm in your GIMP scripts directory. On Linux I ran this command to find it:

find ~/ -name scripts -type d 2>/dev/null | grep -i gimp

Start GIMP or if its already running go to Filters->Script-Fu->Refresh Scripts.

Find Spriteflip under Tools->Transform Tools.

License

Copyright 2021 David Farrell

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

GIMP plugin to flip or rotate regions of an image. Useful for sprites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages