Re: [Spice-devel] [RFC spice-streaming-agent 1/3] Add Xlib capture helper files

2019-09-11 Thread Snir Sheriber
Hi, Sorry for the late replay On 8/28/19 5:44 PM, Frediano Ziglio wrote: The Xlib capture helper provides a wrapping class for XImage, Display information and other capturing related functionalities which allows to use unified and simple API for screen capturing using X. This also utilize the

Re: [Spice-devel] [RFC spice-streaming-agent 1/3] Add Xlib capture helper files

2019-08-28 Thread Frediano Ziglio
> > The Xlib capture helper provides a wrapping class for XImage, Display > information and other capturing related functionalities which allows > to use unified and simple API for screen capturing using X. > This also utilize the X MIT-SHM extension which improves capturing > speed, hence, xext i

[Spice-devel] [RFC spice-streaming-agent 1/3] Add Xlib capture helper files

2019-08-26 Thread Snir Sheriber
The Xlib capture helper provides a wrapping class for XImage, Display information and other capturing related functionalities which allows to use unified and simple API for screen capturing using X. This also utilize the X MIT-SHM extension which improves capturing speed, hence, xext is required. -