os-autoinst / isotest-ng

Experimental reimplementation of the isotovideo module of openQA.
GNU General Public License v2.0
4 stars 1 forks source link

Add image composing #11

Closed ByteOtter closed 3 months ago

ByteOtter commented 3 months ago

What?

As described in #1, the VNC server only sends the pixels which have changed since the last request. One way to fix this, according to my proposal in #9 is to "layer" the new image data onto a copy of the old image and save it separately.

Fixes: #9