Package app.photofox.vipsffm.generated
Class VipsRaw_1.vips_rawload
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw_1.vips_rawload
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment filename, MemorySegment out, int width, int height, int bands, Object... x5) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw_1.vips_rawloadmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_rawload(const char *filename, VipsImage **out, int width, int height, int bands, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_rawload(const char *filename, VipsImage **out, int width, int height, int bands, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment filename, MemorySegment out, int width, int height, int bands, Object... x5)
-