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