fipc is a tool for converting images using different color palettes.
- Convert images using predefined palettes
- Support for custom palettes
- Command-line interface for easy usage
- Clone the repository:
git clone https://github.com/BlackRavenoo/fipc.git
cd fipc
- Build the project:
mkdir build
cd build
cmake ..
make
To use fipc, run the following command:
./fipc <palette> <input_image> -o <output_image>