Hi Contour,
Wrong Color:
With your help, I found the little bug that spoiled your gifs.
The algorithm that scans the pixels uses RGB (Red - Green - Blue) and the algorithm that scans the ColorTable uses BGR (Blue - Green - Red).
So, for the color LimeGreen (50, 205, 50) the algorithm works well. It also works with Magenta (255, 0, 255)... Because the Red and Blue values are the same.
Mouse Clicks:
This is a bug that I already fixed for the next release. It happens because of the pre start countdown.
Quality Settings:
It means color fidelity, a gif only supports 256 colors, so the quantization algorithm needs to convert the image to 256 colors before saving to a file.
Good night, Nicke.
Wrong Color:
With your help, I found the little bug that spoiled your gifs.
The algorithm that scans the pixels uses RGB (Red - Green - Blue) and the algorithm that scans the ColorTable uses BGR (Blue - Green - Red).
So, for the color LimeGreen (50, 205, 50) the algorithm works well. It also works with Magenta (255, 0, 255)... Because the Red and Blue values are the same.
Mouse Clicks:
This is a bug that I already fixed for the next release. It happens because of the pre start countdown.
Quality Settings:
It means color fidelity, a gif only supports 256 colors, so the quantization algorithm needs to convert the image to 256 colors before saving to a file.
Good night, Nicke.