Re: [Gambas-user] Download JPG with HttpClient to memory

2011-02-18 Thread BenoƮt Minisini
> Hi list > > I am unable to download a JPG image from an IP Webcam and feed a > PictureBox, without creating a file-like object. > > I'm using HttpClient to fetch the images asyncronously, but the buffer > at last is only a string representation of its binary data. > > How do I convert this dat

[Gambas-user] Download JPG with HttpClient to memory

2011-02-15 Thread EA7DFH
Hi list I am unable to download a JPG image from an IP Webcam and feed a PictureBox, without creating a file-like object. I'm using HttpClient to fetch the images asyncronously, but the buffer at last is only a string representation of its binary data. How do I convert this data into an actual i