/** Use image data from a variety of data sources. Supported types
are "jpeg", "ccitt", "raw". Supported sources are "memory",x
"fileref", "url". len is only used for type="raw", params is only
used for type="ccitt".
@return A valid image descriptor, or -1 on error.
*/
public final int open_image(String type, String source, byte[] data, long length, int width, int height, int components, int bpc, String params) throws
private final static native int PDF_open_image(long jarg0, String jarg1, String jarg2, byte[] jarg3, long jarg4, int jarg5, int jarg6, int jarg7, int jarg8, String jarg9) throws