Package app.photofox.vipsffm.jextract
Class VipsRaw.vips_image_pipelinev
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_pipelinev
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment image, int hint, Object... x2) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_image_pipelinevmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_image_pipelinev(VipsImage *image, VipsDemandStyle hint, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_image_pipelinev(VipsImage *image, VipsDemandStyle hint, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-