You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
First of all, thank you for this awesome project. The implementation is great.
After testing the library with different servers and devices I got a UnsupportedPixelFormat error. I attached the debugger and these are the locals of VncPixelFormat constructor
bitsPerPixel 16 int
bitDepth 16 int
redBits 5 int
redShift 11 int
greenBits 6 int
greenShift 5 int
blueBits 5 int
blueShift 0 int
isLittleEndian true bool
isPalettized false bool
Could I know a bit more why bitDepth=16 is not supported. If I understand it, I may be able to contribute to this project.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, thank you for this awesome project. The implementation is great.
After testing the library with different servers and devices I got a UnsupportedPixelFormat error. I attached the debugger and these are the locals of VncPixelFormat constructor
Could I know a bit more why bitDepth=16 is not supported. If I understand it, I may be able to contribute to this project.
The text was updated successfully, but these errors were encountered: