AriaAugs / CC

0 stars 0 forks source link

Bad Screenshot RGB Values #13

Open AriaAugs opened 3 years ago

AriaAugs commented 3 years ago

When capturing a screenshot in C, the red and blue values for each pixel are swapped. This seems to occur within the C code and not as a result of transferring the data over the network. Currently, this is handled by swapping the red and blue values before each frame is sent, More testing is needed to figure out why this happens in the first place and how to prevent it.