Hi All,
I want to compress a frame "CFbsBitmap& aFrame" without saving and send it through network. Does Anyone know how can I compress it and send it?
Thanks
Hi All,
I want to compress a frame "CFbsBitmap& aFrame" without saving and send it through network. Does Anyone know how can I compress it and send it?
Thanks
you could of course just get the scanlines and use zip for them, or simply use CImageEncoder's DataNewL() to save it to a compressed jpg image.