1 message in net.java.dev.jna.usersFILE *out
FromSent OnAttachments
Cameron TaggartNov 25, 2007 2:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:FILE *outActions...
From:Cameron Taggart (came@gmail.com)
Date:Nov 25, 2007 2:54:41 pm
List:net.java.dev.jna.users

I want to render an image to an java.io.OutputStream. I want to use a C library to render that image and the function looks like:

render(File *out);

Any ideas how this might be accomplished? Must the image be rendered to a file system in C and then read in Java once complete? Is there any way to not write it to disk first?

cheers, Cameron