code.swankyquant.swanky_quant_remap
Perform a final remap on a swanky_quant output image with an optional amount of ordered dithering.
dither = 0 == 1 bit pattern ( no dithering )
dither = 1 == 3 bit patterns
dither = 2 == 5 bit patterns
dither = 3 == 9 bit patterns
dither = 4 == 17 bit patterns ( recommended dithering )
dither = 5 == 33 bit patterns
dither = 6 == 65 bit patterns ( maximum dithering )
width is the width of the image, we need to know this so we can dither nicely.
All other values are the same as used in the swanky_quant function call.