[Gambas-user] Image from url
Rob Kudla
sourceforge-raindog2 at ...94...
Thu Dec 22 23:23:07 CET 2005
On Thu December 22 2005 17:03, James Wilson wrote:
> I cant seem to replicate this in gambas, I need to be able to
> pull a jpg from a streaming server that gives out jpg's on
> request depending upon the command line used. The only reason
> I mention the streaming thing is because its not an actual jpg
> file with a jpg file extension but it is a jpeg. Anyone got
> any clues
I'd use the gb.net.curl class to retrieve the image to /tmp and
then load it into the picturebox. Gambas doesn't care what the
file extension is... you can name the output file whatever you
want.
Rob
More information about the User
mailing list