Color Palette converter
Hi there.
TL;DR: This is a small converter program to insert colors from Paletton.com into GraphicsGale color palette. And you are free to use it.
I participated in a Ludum Dare project in the past and we needed a fast way to try out different, kinda-harmonizing colors for pixel arts, so I made a simple tool to convert colors we picked from Paletton.com to GraphicsGale's palette. I just found this little piece of code today again, and flashed it out with a graphical interface, some "HOW TO USE" text, making it more user friendly and multiplatform (it's Java)... the point is: I rarely use it anymore, so I thought I will share it here, maybe it's usefull for someone else.
What does it do: you open the Paletton.com website, pick colors you want to use, at the bottom of the site there is a "TABLES/EXPORT..." link, click it, then you choose the "as text" option and you will get a text file in your browser, save it some way (you can select all the text there and copy-paste it into an empy text file and save it), then run the RGBHex2JASCPAL.jar, give it that file and it will make a color palette file for GraphicsGale next to the input file.
What does it really do: It searches for hex-coded rgb values, like "#FFF8E7". When reached the end of the file, it saves all the found colors in JASC-PAL file format (this is what GraphicsGale use).
So if you have a file that contains colors in that format (, or in rgba, #FFF8E7FF) it will find it and convert it (, the alpha value for trasparency will be left out).
https://drive.google.com/file/d/1SXUp51JXOYnaVI75PRLq6DuioxRd_wUh/view?u...