Skip to content

A simple program to horizontally flip sprite sheets.

Notifications You must be signed in to change notification settings

nr-johnson/flip-sprite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sprite Sheet Flipper

This program is pretty simple.

It takes a sprite sheet and flips each frame horizontally. This allows the use of the same frame references when using a flipped sprite in a game.

Usage:

The program takes three arguments:

  • The path to the image to be flipped relative to the program directory
  • The number of rows in the sprite sheet
  • The number of columns in the sprite sheet

After running the program a new image will be saved in the same directory as the original image. The name will be the same as the original but with '_flipped' added.

Packages Used:

For the program to work both Pillow and Numpy must be installed.

About

A simple program to horizontally flip sprite sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages