Use jpeg-turbo for decompressing the JPGs. It's super fast compared to

what it was before.
This commit is contained in:
Simo Kinnunen
2015-09-15 04:01:16 +09:00
parent a98cc67e2c
commit ced0bf99a7
4 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ function VncConnection(conn, options) {
this._serverWidth = 1080
this._serverHeight = 1920
this._serverPixelFormat = new PixelFormat({
bitsPerPixel: 32
bitsPerPixel: 24
, depth: 24
, bigEndianFlag: 0
, trueColorFlag: 1