• 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.
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
70
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...
 

barretoareias

Novice
Member
Joined
Oct 10, 2020
Posts
16
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
 

BiggusWeeabus

"What's so funny about Biggus Dickus?"
Member
Joined
Sep 1, 2020
Posts
105
How can i store the bitmap color change permanently so i can make skin tone customization?
 
Back
Top