Package app.photofox.vipsffm.generated
Class VipsRaw.vips_shrinkh
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_shrinkh
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment in, MemorySegment out, int hshrink, Object... x3) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_shrinkhmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_shrinkh(VipsImage *in, VipsImage **out, int hshrink, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_shrinkh(VipsImage *in, VipsImage **out, int hshrink, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-