[futurebasic] Re: [FB] Displaying a picture from the web

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2011 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Tue, 22 Nov 2011 10:49:27 -0500
Rich asked:

> Is there a way to get the handle of a CGI image? (the image is a CGImageRef in this example)


Rich,

Are you trying to save the image to disk, or do you want to manipulate it?

Once you have the CGImageRef (a pointer), you can use the API to manipulate it
however you want. Could I ask why you need a handle to the image?

Ken