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