This implementation of <code>javaToNative</code> converts an ImageData object represented
by java <code>ImageData</code> to a platform specific representation.
@param object a java <code>ImageData</code> containing the ImageData to be converted
@param transferData an empty <code>TransferData</code> object that will
be filled in on return with the platform specific format of the data
This implementation of <code>javaToNative</code> converts an ImageData object represented by java <code>ImageData</code> to a platform specific representation.
@param object a java <code>ImageData</code> containing the ImageData to be converted @param transferData an empty <code>TransferData</code> object that will be filled in on return with the platform specific format of the data
@see Transfer#nativeToJava