• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Simple Bitmap Color Palette Swapper

Resource Simple Bitmap Color Palette Swapper 1.0

boonzeet

Developer of Pokemon: Secrets of the Ages
Member
Joined
Mar 13, 2019
Posts
68
boonzeet submitted a new resource:

Simple Bitmap Color Palette Swapper - Simple external library to take a bitmap and swap one set of colors for another.

Simple C++ Library to swap colours of an input RPG Maker Bitmap.
Takes two input CSV-formatted color palettes to swap, one for the other.

This allows you to create simple greyscale or other images which can then be dynamically colorized, for example to create a character or item customisation option.

To use:

Download Release/PaletteSwap.dll from the GitHub repository. Place this in the root folder of your project.

Next, place this script above Main:
Code:
Expand Collapse Copy
module...

Read more about this resource...
 
I´m trying to change my trchar000.png color but I´m getting this error - 'load_bitmap' failed to load the bitmap at: trchar000.png
 
How can i store the bitmap color change permanently so i can make skin tone customization?
 
Back
Top