Spritesheet Maker is a Python GUI application that allows you to easily create spritesheets from individual sprite images. You can add, remove, and reorder images, preview your spritesheet with adjustable zoom and columns, and export the final spritesheet in various image formats. It also supports transparent backgrounds or custom background colors.
Download: https://github.com/Kavex/Spritesheet-Maker/releases/
-
Image Management:
- Add images from your computer
- Remove or clear images
- Reorder images with move up/down controls
-
Preview & Customization:
- Real-time preview of the spritesheet
- Adjustable number of columns (default is 4)
- Zoom functionality with a slider
- Scrollable preview canvas
- Option for transparent background or a custom background color (via hex code)
-
Export Options:
- Save the spritesheet as PNG, JPEG, BMP, TGA, TIFF, or WEBP
- Save and load projects (using JSON format)
-
User Interface:
- Built using Tkinter and Pillow
- Easy-to-use GUI with menu options for new project, save, load, and export
-
Clone the repository:
git clone https://github.com/Kavex/Spritesheet-Maker.git cd Spritesheet-Maker