Aseprite can load and save GIMP Palettes (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aseprite/aseprite/llms.txt
Use this file to discover all available pages before exploring further.
.gpl files) with an extension that supports alpha channel information.
Format Specification
Aseprite extends the standard GIMP Palette format by adding alpha values to each color entry. Here’s an example:Requirements
To use alpha channel support in GIMP Palettes:- You must specify
Channels: RGBAin the header - Each color entry must contain four values: Red, Green, Blue, and Alpha
- All color values range from 0 to 255
- Color names are optional (but can be included after the values)
Format Details
Header
GIMP Palette- Standard format identifierChannels: RGBA- Specifies that this palette includes alpha channel data#- Comment line (optional)
Color Entries
Each color entry follows this format:RED,GREEN,BLUE,ALPHAare integer values from 0 to 255Nameis an optional color name- Values can be padded with spaces for alignment
Example Entry
- Red: 254
- Green: 91
- Blue: 89
- Alpha: 255 (fully opaque)
- Name: “Red”
Compatibility Notes
No Alternative Channels
There are no plans to provide different values for theChannels property. The format only supports RGBA channel configuration.
Usage in Aseprite
Aseprite will automatically detect and handle the alpha channel when:- Loading a
.gplfile withChannels: RGBAheader - Saving a palette with transparency information to
.gplformat

