commit | 2f6f5c7a00e2fbe4f680d6c1efa12a9cbb0ee40a | [log] [tgz] |
---|---|---|
author | Corentin Chary <[email protected]> | Wed Jul 07 20:57:49 2010 +0200 |
committer | Anthony Liguori <[email protected]> | Mon Jul 26 17:23:53 2010 -0500 |
tree | 25d7a63a40a256674d05978468039b8091315a65 | |
parent | f58ae59c028b75b8fd9116e9012d30e30d4fc677 [diff] |
vnc: tight: add JPEG and gradient subencoding with smooth image detection Add gradient filter and JPEG compression with an heuristic to detect how lossy the comppression will be. This code has been adapted from libvncserver/tight.c. JPEG support can be enabled/disabled at compile time with --enable-vnc-jpeg and --disable-vnc-jpeg. Signed-off-by: Corentin Chary <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>