Re: [Spice-devel] [vdagent-win PATCH v13 3/6] Write code to decode PNG format

2017-07-26 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Tue, Jul 25, 2017 at 06:33:33PM +0100, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > Makefile.am | 6 +- > configure.ac | 3 + > vdagent/image.cpp| 8 +- >

[Spice-devel] [vdagent-win PATCH v13 3/6] Write code to decode PNG format

2017-07-25 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- Makefile.am | 6 +- configure.ac | 3 + vdagent/image.cpp| 8 +- vdagent/imagepng.cpp | 245 +++ vdagent/imagepng.h | 25 ++ 5 files changed, 278