Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

UnsupportedPixelFormat bitDepth=16 #163

Open
heppth opened this issue Jul 20, 2022 · 0 comments
Open

UnsupportedPixelFormat bitDepth=16 #163

heppth opened this issue Jul 20, 2022 · 0 comments

Comments

@heppth
Copy link

heppth commented Jul 20, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant