charlietangora/gif-h

Blue saves as green

inhahe opened this issue · 1 comments

I wrote only white (255, 255, 255) and blue (0, 0, 255) colors, using SetPixel, and the resultant file shows up in white and green. =/

I fixed it, in your SetPixel function in gif-h-demo.cpp, you transposed the blu and grn offsets.