Hi. Long shot here, but having no luck finding sample code...

I'm writing some JNI code that will run on Mac OS X. I need to call a
native method and pass it a Java image object, and be able to convert
that to a Mac OS X native image type, like an NSImage.

I'm pretty sure that the Java2D team knows how to do for Windows,
since it must happen at some point in your Java 2D Windows native/
implementation code.

Maybe I just need to be able to pass the Java image data as a byte[]
in some well-known byte structure that represents a JPEG or GIF, etc,
and I can convert it from there.

Any pointers?

Thanks,



Rob Ross, Lead Software Engineer
E! Networks
[EMAIL PROTECTED]
---------------------------------------------------
"Beware of he who would deny you access to information, for in his
heart he dreams himself your master." -- Commissioner Pravin Lal

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to