mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:53:23 +02:00
Use jpeg-turbo for decompressing the JPGs. It's super fast compared to
what it was before.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user