Class VipsRaw.vips_image_new_from_file

java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_new_from_file
Enclosing class:
VipsRaw

public static class VipsRaw.vips_image_new_from_file extends Object
Variadic invoker class for:
extern VipsImage *vips_image_new_from_file(const char *name, ...)
  • Method Details

    • makeInvoker

      public static VipsRaw.vips_image_new_from_file makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern VipsImage *vips_image_new_from_file(const char *name, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public MemorySegment apply(MemorySegment name, Object... x1)