Open LegalizeAdulthood opened 7 months ago
Well, it's storing 8 bits per channel, but the use of g_dac_box is putting 0-63 values in it and there are various contortions around the use of g_dac_box to compensate. So this change will ripple through a bunch of the colormap handling code. Deferring to 1.1 milestone as a result.
There is code in the GIF encoder that masks off 6 bits for each of the red, green, blue values. All 8 bits per channel should be recorded in any saved file.