https://github.com/dnmfarrell/gimp-spriteflip
GIMP plugin to flip or rotate regions of an image. Useful for sprites
https://github.com/dnmfarrell/gimp-spriteflip
flip gimp images rotate sprites spritesheets transform
Last synced: 7 months ago
JSON representation
GIMP plugin to flip or rotate regions of an image. Useful for sprites
- Host: GitHub
- URL: https://github.com/dnmfarrell/gimp-spriteflip
- Owner: dnmfarrell
- Created: 2021-03-07T18:07:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T18:29:23.000Z (over 4 years ago)
- Last Synced: 2025-01-16T16:49:52.940Z (9 months ago)
- Topics: flip, gimp, images, rotate, sprites, spritesheets, transform
- Language: Scheme
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spriteflip
==========
[GIMP](https://www.gimp.org/) 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 OKInstall
-------
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 FarrellThis 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 .