Hey OpenBOR community!
First post here! I'd like to share the tool I created which I believe will be useful.
I faced with the problem of manually rearrange color in colormap to move it to the first position in order to let OpenBOR detects it and renders sprites with transparency properly. This tool is meant to be used with .gif image only and with batch/bash script to do batch processing of several images. The tool itself processes an input image then output an output image.
You can grab it here (I only pre-built for Windows 64 bit, and Linux 64 bit): https://github.com/abzico/tcolorswap/releases/tag/0.1
Instruction and how to use it included in that link. In short, you will be doing
It will try to find RGB(0,253,255) color in colormap of input.gif then move it to the first position then write into output.gif.
This will be very useful when you have existing sprites, and lots of frame for individual animation. Just kindly hookup executing such command with your batch/bash script file.
Have a good day community!
First post here! I'd like to share the tool I created which I believe will be useful.
I faced with the problem of manually rearrange color in colormap to move it to the first position in order to let OpenBOR detects it and renders sprites with transparency properly. This tool is meant to be used with .gif image only and with batch/bash script to do batch processing of several images. The tool itself processes an input image then output an output image.
You can grab it here (I only pre-built for Windows 64 bit, and Linux 64 bit): https://github.com/abzico/tcolorswap/releases/tag/0.1
Instruction and how to use it included in that link. In short, you will be doing
Code:
tcolorswap 0 253 255 input.gif output.gif
It will try to find RGB(0,253,255) color in colormap of input.gif then move it to the first position then write into output.gif.
This will be very useful when you have existing sprites, and lots of frame for individual animation. Just kindly hookup executing such command with your batch/bash script file.
Have a good day community!