SuperFamiconv icon indicating copy to clipboard operation
SuperFamiconv copied to clipboard

SNES color conversion

Open H-A-M-G-E-R opened this issue 1 year ago • 2 comments

why is it taking a color and dividing each component by 8 and flooring instead of multiplying each component by 31/255 and then rounding?

H-A-M-G-E-R avatar May 10 '24 18:05 H-A-M-G-E-R

I just went to the same conclusion last night while trying to figure out why the colors on my converted image was so far from orginal. After reading the source code, I went to the same conclusion. I will try to make a patch for this.

lintbe avatar Jun 18 '24 08:06 lintbe