• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with 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
73
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
107
How can i store the bitmap color change permanently so i can make skin tone customization?
 
Back
Top