tinyvnc icon indicating copy to clipboard operation
tinyvnc copied to clipboard

Red and Blue are backwards?

Open TaylorSMarks opened this issue 11 years ago • 1 comments

The example application's getScreenshot() method seems to have the red and blue values flip flopped (things that should be red are blue instead and vice-versa.)

This is with iOS 8 on the Simulator and RealVNC Server 5.2.1, using protocol RFB 003.008\n

I haven't yet looked into the problem or tried fixing it, but I'll make a pull request if I end up solving this before anyone else gets to it.

TaylorSMarks avatar Nov 25 '14 04:11 TaylorSMarks

It depends on the default pixel format of the server. You will need to send the pixel format you want to the server.

samskiter avatar Apr 17 '15 13:04 samskiter