Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

JPixelStudio

Transform images into stylized pixel art. · By gurkenlabs

Custom Palette issues

A topic by SoftLusca created Jun 07, 2024 Views: 78 Replies: 2
Viewing posts 1 to 3
(1 edit)

Hi, I'm trying to import a palette and it doesn't seem to be working. I import it from file but the results are identical to 'keep original'. File contents below:

GIMP Palette
Name: CataclysmDDA
Columns: 0
#
  0   0   0 black
255   0   0 red
  0 110   0 green
 92  51  23 brown
  0   0 200 blue
139  58  98 magenta
  0 150 180 cyan
150 150 150 light_gray
 99  99  99 dark_gray
255 150 150 light_red
  0 255   0 light_green
255 255   0 yellow
100 100 255 light_blue
254   0 254 pink
  0 240 255 light_cyan
255 255 255 white
Developer

Thanks for reporting this. Your gpl file seems to be separated by spaces, right? JPixelStudio currently only supports tab separated gpl files - try saving it with tabs instead of spaces. The following format usually works:

GIMP Palette
#Palette Name: Ammo-8
#Description: Created by <a target="_blank" href="https://twitter.com/rsvpasap1">rsvp asap</a>.
#Colors: 8
4	12	6	040c06
17	35	24	112318
30	58	41	1e3a29
48	93	66	305d42
77	128	97	4d8061
137	162	87	89a257
190	220	127	bedc7f
238	255	204	eeffcc

Swapping the spaces out for tabs worked perfectly. Thank you :)