Package app.photofox.vipsffm.jextract
Class VipsRaw.vips_image_new_from_source
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_new_from_source
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.apply(MemorySegment source, MemorySegment option_string, Object... x2) Returns the specialized descriptor.handle()Returns the specialized method handle.makeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern VipsImage *vips_image_new_from_source(VipsSource *source, const char *option_string, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern VipsImage *vips_image_new_from_source(VipsSource *source, const char *option_string, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-