Command: Remap
Given an input image and an input palette, create an output image where every colour in the input image is mapped to the closest matching colour in the input palette. Closeness is determined by using the Delta-E 2000 colour similarity of each colour
Usage
Usage: crunch remap --palette <PALETTE> <INPUT> <OUTPUT>
Arguments:
<INPUT> The path to the image file
<OUTPUT> The path to write the recoloured image
Options:
-p, --palette <PALETTE> The path to the palette file containing the output colours
-h, --help Print help
-V, --version Print version