Class VipsRaw

java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw

public class VipsRaw extends Object
  • Field Details

  • Method Details

    • VIPS_ENABLE_DEPRECATED

      public static int VIPS_ENABLE_DEPRECATED()
      #define VIPS_ENABLE_DEPRECATED 1
      
    • g_free$descriptor

      public static FunctionDescriptor g_free$descriptor()
      Function descriptor for:
      extern void (g_free)(gpointer mem)
      
    • g_free$handle

      public static MethodHandle g_free$handle()
      Downcall method handle for:
      extern void (g_free)(gpointer mem)
      
    • g_free$address

      public static MemorySegment g_free$address()
      Address for:
      extern void (g_free)(gpointer mem)
      
    • g_free

      public static void g_free(MemorySegment mem)
      extern void (g_free)(gpointer mem)
      
    • g_string_free$descriptor

      public static FunctionDescriptor g_string_free$descriptor()
      Function descriptor for:
      extern gchar *(g_string_free)(GString *string, gboolean free_segment)
      
    • g_string_free$handle

      public static MethodHandle g_string_free$handle()
      Downcall method handle for:
      extern gchar *(g_string_free)(GString *string, gboolean free_segment)
      
    • g_string_free$address

      public static MemorySegment g_string_free$address()
      Address for:
      extern gchar *(g_string_free)(GString *string, gboolean free_segment)
      
    • g_string_free

      public static MemorySegment g_string_free(MemorySegment string, int free_segment)
      extern gchar *(g_string_free)(GString *string, gboolean free_segment)
      
    • g_test_log_type_name$descriptor

      public static FunctionDescriptor g_test_log_type_name$descriptor()
      Function descriptor for:
      extern const char *g_test_log_type_name(GTestLogType log_type)
      
    • g_test_log_type_name$handle

      public static MethodHandle g_test_log_type_name$handle()
      Downcall method handle for:
      extern const char *g_test_log_type_name(GTestLogType log_type)
      
    • g_test_log_type_name$address

      public static MemorySegment g_test_log_type_name$address()
      Address for:
      extern const char *g_test_log_type_name(GTestLogType log_type)
      
    • g_test_log_type_name

      public static MemorySegment g_test_log_type_name(int log_type)
      extern const char *g_test_log_type_name(GTestLogType log_type)
      
    • g_test_log_msg_free$descriptor

      public static FunctionDescriptor g_test_log_msg_free$descriptor()
      Function descriptor for:
      extern void g_test_log_msg_free(GTestLogMsg *tmsg)
      
    • g_test_log_msg_free$handle

      public static MethodHandle g_test_log_msg_free$handle()
      Downcall method handle for:
      extern void g_test_log_msg_free(GTestLogMsg *tmsg)
      
    • g_test_log_msg_free$address

      public static MemorySegment g_test_log_msg_free$address()
      Address for:
      extern void g_test_log_msg_free(GTestLogMsg *tmsg)
      
    • g_test_log_msg_free

      public static void g_test_log_msg_free(MemorySegment tmsg)
      extern void g_test_log_msg_free(GTestLogMsg *tmsg)
      
    • G_TYPE_DEBUG_NONE

      public static int G_TYPE_DEBUG_NONE()
      enum <anonymous>.G_TYPE_DEBUG_NONE = 0
      
    • G_TYPE_DEBUG_OBJECTS

      public static int G_TYPE_DEBUG_OBJECTS()
      enum <anonymous>.G_TYPE_DEBUG_OBJECTS = 1
      
    • G_TYPE_DEBUG_SIGNALS

      public static int G_TYPE_DEBUG_SIGNALS()
      enum <anonymous>.G_TYPE_DEBUG_SIGNALS = 2
      
    • G_TYPE_DEBUG_INSTANCE_COUNT

      public static int G_TYPE_DEBUG_INSTANCE_COUNT()
      enum <anonymous>.G_TYPE_DEBUG_INSTANCE_COUNT = 4
      
    • G_TYPE_DEBUG_MASK

      public static int G_TYPE_DEBUG_MASK()
      enum <anonymous>.G_TYPE_DEBUG_MASK = 7
      
    • g_type_name$descriptor

      public static FunctionDescriptor g_type_name$descriptor()
      Function descriptor for:
      extern const gchar *g_type_name(GType type)
      
    • g_type_name$handle

      public static MethodHandle g_type_name$handle()
      Downcall method handle for:
      extern const gchar *g_type_name(GType type)
      
    • g_type_name$address

      public static MemorySegment g_type_name$address()
      Address for:
      extern const gchar *g_type_name(GType type)
      
    • g_type_name

      public static MemorySegment g_type_name(long type)
      extern const gchar *g_type_name(GType type)
      
    • g_type_from_name$descriptor

      public static FunctionDescriptor g_type_from_name$descriptor()
      Function descriptor for:
      extern GType g_type_from_name(const gchar *name)
      
    • g_type_from_name$handle

      public static MethodHandle g_type_from_name$handle()
      Downcall method handle for:
      extern GType g_type_from_name(const gchar *name)
      
    • g_type_from_name$address

      public static MemorySegment g_type_from_name$address()
      Address for:
      extern GType g_type_from_name(const gchar *name)
      
    • g_type_from_name

      public static long g_type_from_name(MemorySegment name)
      extern GType g_type_from_name(const gchar *name)
      
    • g_type_class_ref$descriptor

      public static FunctionDescriptor g_type_class_ref$descriptor()
      Function descriptor for:
      extern gpointer g_type_class_ref(GType type)
      
    • g_type_class_ref$handle

      public static MethodHandle g_type_class_ref$handle()
      Downcall method handle for:
      extern gpointer g_type_class_ref(GType type)
      
    • g_type_class_ref$address

      public static MemorySegment g_type_class_ref$address()
      Address for:
      extern gpointer g_type_class_ref(GType type)
      
    • g_type_class_ref

      public static MemorySegment g_type_class_ref(long type)
      extern gpointer g_type_class_ref(GType type)
      
    • G_TYPE_FLAG_CLASSED

      public static int G_TYPE_FLAG_CLASSED()
      enum <anonymous>.G_TYPE_FLAG_CLASSED = 1
      
    • G_TYPE_FLAG_INSTANTIATABLE

      public static int G_TYPE_FLAG_INSTANTIATABLE()
      enum <anonymous>.G_TYPE_FLAG_INSTANTIATABLE = 2
      
    • G_TYPE_FLAG_DERIVABLE

      public static int G_TYPE_FLAG_DERIVABLE()
      enum <anonymous>.G_TYPE_FLAG_DERIVABLE = 4
      
    • G_TYPE_FLAG_DEEP_DERIVABLE

      public static int G_TYPE_FLAG_DEEP_DERIVABLE()
      enum <anonymous>.G_TYPE_FLAG_DEEP_DERIVABLE = 8
      
    • G_TYPE_FLAG_NONE

      public static int G_TYPE_FLAG_NONE()
      enum <anonymous>.G_TYPE_FLAG_NONE = 0
      
    • G_TYPE_FLAG_ABSTRACT

      public static int G_TYPE_FLAG_ABSTRACT()
      enum <anonymous>.G_TYPE_FLAG_ABSTRACT = 16
      
    • G_TYPE_FLAG_VALUE_ABSTRACT

      public static int G_TYPE_FLAG_VALUE_ABSTRACT()
      enum <anonymous>.G_TYPE_FLAG_VALUE_ABSTRACT = 32
      
    • G_TYPE_FLAG_FINAL

      public static int G_TYPE_FLAG_FINAL()
      enum <anonymous>.G_TYPE_FLAG_FINAL = 64
      
    • G_TYPE_FLAG_DEPRECATED

      public static int G_TYPE_FLAG_DEPRECATED()
      enum <anonymous>.G_TYPE_FLAG_DEPRECATED = 128
      
    • g_type_check_instance_is_a$descriptor

      public static FunctionDescriptor g_type_check_instance_is_a$descriptor()
      Function descriptor for:
      extern gboolean g_type_check_instance_is_a(GTypeInstance *instance, GType iface_type)
      
    • g_type_check_instance_is_a$handle

      public static MethodHandle g_type_check_instance_is_a$handle()
      Downcall method handle for:
      extern gboolean g_type_check_instance_is_a(GTypeInstance *instance, GType iface_type)
      
    • g_type_check_instance_is_a$address

      public static MemorySegment g_type_check_instance_is_a$address()
      Address for:
      extern gboolean g_type_check_instance_is_a(GTypeInstance *instance, GType iface_type)
      
    • g_type_check_instance_is_a

      public static int g_type_check_instance_is_a(MemorySegment instance, long iface_type)
      extern gboolean g_type_check_instance_is_a(GTypeInstance *instance, GType iface_type)
      
    • g_type_name_from_instance$descriptor

      public static FunctionDescriptor g_type_name_from_instance$descriptor()
      Function descriptor for:
      extern const gchar *g_type_name_from_instance(GTypeInstance *instance)
      
    • g_type_name_from_instance$handle

      public static MethodHandle g_type_name_from_instance$handle()
      Downcall method handle for:
      extern const gchar *g_type_name_from_instance(GTypeInstance *instance)
      
    • g_type_name_from_instance$address

      public static MemorySegment g_type_name_from_instance$address()
      Address for:
      extern const gchar *g_type_name_from_instance(GTypeInstance *instance)
      
    • g_type_name_from_instance

      public static MemorySegment g_type_name_from_instance(MemorySegment instance)
      extern const gchar *g_type_name_from_instance(GTypeInstance *instance)
      
    • g_type_name_from_class$descriptor

      public static FunctionDescriptor g_type_name_from_class$descriptor()
      Function descriptor for:
      extern const gchar *g_type_name_from_class(GTypeClass *g_class)
      
    • g_type_name_from_class$handle

      public static MethodHandle g_type_name_from_class$handle()
      Downcall method handle for:
      extern const gchar *g_type_name_from_class(GTypeClass *g_class)
      
    • g_type_name_from_class$address

      public static MemorySegment g_type_name_from_class$address()
      Address for:
      extern const gchar *g_type_name_from_class(GTypeClass *g_class)
      
    • g_type_name_from_class

      public static MemorySegment g_type_name_from_class(MemorySegment g_class)
      extern const gchar *g_type_name_from_class(GTypeClass *g_class)
      
    • g_value_init$descriptor

      public static FunctionDescriptor g_value_init$descriptor()
      Function descriptor for:
      extern GValue *g_value_init(GValue *value, GType g_type)
      
    • g_value_init$handle

      public static MethodHandle g_value_init$handle()
      Downcall method handle for:
      extern GValue *g_value_init(GValue *value, GType g_type)
      
    • g_value_init$address

      public static MemorySegment g_value_init$address()
      Address for:
      extern GValue *g_value_init(GValue *value, GType g_type)
      
    • g_value_init

      public static MemorySegment g_value_init(MemorySegment value, long g_type)
      extern GValue *g_value_init(GValue *value, GType g_type)
      
    • g_value_unset$descriptor

      public static FunctionDescriptor g_value_unset$descriptor()
      Function descriptor for:
      extern void g_value_unset(GValue *value)
      
    • g_value_unset$handle

      public static MethodHandle g_value_unset$handle()
      Downcall method handle for:
      extern void g_value_unset(GValue *value)
      
    • g_value_unset$address

      public static MemorySegment g_value_unset$address()
      Address for:
      extern void g_value_unset(GValue *value)
      
    • g_value_unset

      public static void g_value_unset(MemorySegment value)
      extern void g_value_unset(GValue *value)
      
    • g_param_spec_get_blurb$descriptor

      public static FunctionDescriptor g_param_spec_get_blurb$descriptor()
      Function descriptor for:
      extern const gchar *g_param_spec_get_blurb(GParamSpec *pspec)
      
    • g_param_spec_get_blurb$handle

      public static MethodHandle g_param_spec_get_blurb$handle()
      Downcall method handle for:
      extern const gchar *g_param_spec_get_blurb(GParamSpec *pspec)
      
    • g_param_spec_get_blurb$address

      public static MemorySegment g_param_spec_get_blurb$address()
      Address for:
      extern const gchar *g_param_spec_get_blurb(GParamSpec *pspec)
      
    • g_param_spec_get_blurb

      public static MemorySegment g_param_spec_get_blurb(MemorySegment pspec)
      extern const gchar *g_param_spec_get_blurb(GParamSpec *pspec)
      
    • g_signal_connect_data$descriptor

      public static FunctionDescriptor g_signal_connect_data$descriptor()
      Function descriptor for:
      extern gulong g_signal_connect_data(gpointer instance, const gchar *detailed_signal, GCallback c_handler, gpointer data, GClosureNotify destroy_data, GConnectFlags connect_flags)
      
    • g_signal_connect_data$handle

      public static MethodHandle g_signal_connect_data$handle()
      Downcall method handle for:
      extern gulong g_signal_connect_data(gpointer instance, const gchar *detailed_signal, GCallback c_handler, gpointer data, GClosureNotify destroy_data, GConnectFlags connect_flags)
      
    • g_signal_connect_data$address

      public static MemorySegment g_signal_connect_data$address()
      Address for:
      extern gulong g_signal_connect_data(gpointer instance, const gchar *detailed_signal, GCallback c_handler, gpointer data, GClosureNotify destroy_data, GConnectFlags connect_flags)
      
    • g_signal_connect_data

      public static long g_signal_connect_data(MemorySegment instance, MemorySegment detailed_signal, MemorySegment c_handler, MemorySegment data, MemorySegment destroy_data, int connect_flags)
      extern gulong g_signal_connect_data(gpointer instance, const gchar *detailed_signal, GCallback c_handler, gpointer data, GClosureNotify destroy_data, GConnectFlags connect_flags)
      
    • g_value_set_boxed$descriptor

      public static FunctionDescriptor g_value_set_boxed$descriptor()
      Function descriptor for:
      extern void g_value_set_boxed(GValue *value, gconstpointer v_boxed)
      
    • g_value_set_boxed$handle

      public static MethodHandle g_value_set_boxed$handle()
      Downcall method handle for:
      extern void g_value_set_boxed(GValue *value, gconstpointer v_boxed)
      
    • g_value_set_boxed$address

      public static MemorySegment g_value_set_boxed$address()
      Address for:
      extern void g_value_set_boxed(GValue *value, gconstpointer v_boxed)
      
    • g_value_set_boxed

      public static void g_value_set_boxed(MemorySegment value, MemorySegment v_boxed)
      extern void g_value_set_boxed(GValue *value, gconstpointer v_boxed)
      
    • g_value_get_boxed$descriptor

      public static FunctionDescriptor g_value_get_boxed$descriptor()
      Function descriptor for:
      extern gpointer g_value_get_boxed(const GValue *value)
      
    • g_value_get_boxed$handle

      public static MethodHandle g_value_get_boxed$handle()
      Downcall method handle for:
      extern gpointer g_value_get_boxed(const GValue *value)
      
    • g_value_get_boxed$address

      public static MemorySegment g_value_get_boxed$address()
      Address for:
      extern gpointer g_value_get_boxed(const GValue *value)
      
    • g_value_get_boxed

      public static MemorySegment g_value_get_boxed(MemorySegment value)
      extern gpointer g_value_get_boxed(const GValue *value)
      
    • g_object_set_property$descriptor

      public static FunctionDescriptor g_object_set_property$descriptor()
      Function descriptor for:
      extern void g_object_set_property(GObject *object, const gchar *property_name, const GValue *value)
      
    • g_object_set_property$handle

      public static MethodHandle g_object_set_property$handle()
      Downcall method handle for:
      extern void g_object_set_property(GObject *object, const gchar *property_name, const GValue *value)
      
    • g_object_set_property$address

      public static MemorySegment g_object_set_property$address()
      Address for:
      extern void g_object_set_property(GObject *object, const gchar *property_name, const GValue *value)
      
    • g_object_set_property

      public static void g_object_set_property(MemorySegment object, MemorySegment property_name, MemorySegment value)
      extern void g_object_set_property(GObject *object, const gchar *property_name, const GValue *value)
      
    • g_object_get_property$descriptor

      public static FunctionDescriptor g_object_get_property$descriptor()
      Function descriptor for:
      extern void g_object_get_property(GObject *object, const gchar *property_name, GValue *value)
      
    • g_object_get_property$handle

      public static MethodHandle g_object_get_property$handle()
      Downcall method handle for:
      extern void g_object_get_property(GObject *object, const gchar *property_name, GValue *value)
      
    • g_object_get_property$address

      public static MemorySegment g_object_get_property$address()
      Address for:
      extern void g_object_get_property(GObject *object, const gchar *property_name, GValue *value)
      
    • g_object_get_property

      public static void g_object_get_property(MemorySegment object, MemorySegment property_name, MemorySegment value)
      extern void g_object_get_property(GObject *object, const gchar *property_name, GValue *value)
      
    • g_object_ref_sink$descriptor

      public static FunctionDescriptor g_object_ref_sink$descriptor()
      Function descriptor for:
      extern gpointer g_object_ref_sink(gpointer object)
      
    • g_object_ref_sink$handle

      public static MethodHandle g_object_ref_sink$handle()
      Downcall method handle for:
      extern gpointer g_object_ref_sink(gpointer object)
      
    • g_object_ref_sink$address

      public static MemorySegment g_object_ref_sink$address()
      Address for:
      extern gpointer g_object_ref_sink(gpointer object)
      
    • g_object_ref_sink

      public static MemorySegment g_object_ref_sink(MemorySegment object)
      extern gpointer g_object_ref_sink(gpointer object)
      
    • g_object_ref$descriptor

      public static FunctionDescriptor g_object_ref$descriptor()
      Function descriptor for:
      extern gpointer g_object_ref(gpointer object)
      
    • g_object_ref$handle

      public static MethodHandle g_object_ref$handle()
      Downcall method handle for:
      extern gpointer g_object_ref(gpointer object)
      
    • g_object_ref$address

      public static MemorySegment g_object_ref$address()
      Address for:
      extern gpointer g_object_ref(gpointer object)
      
    • g_object_ref

      public static MemorySegment g_object_ref(MemorySegment object)
      extern gpointer g_object_ref(gpointer object)
      
    • g_object_unref$descriptor

      public static FunctionDescriptor g_object_unref$descriptor()
      Function descriptor for:
      extern void g_object_unref(gpointer object)
      
    • g_object_unref$handle

      public static MethodHandle g_object_unref$handle()
      Downcall method handle for:
      extern void g_object_unref(gpointer object)
      
    • g_object_unref$address

      public static MemorySegment g_object_unref$address()
      Address for:
      extern void g_object_unref(gpointer object)
      
    • g_object_unref

      public static void g_object_unref(MemorySegment object)
      extern void g_object_unref(gpointer object)
      
    • g_value_set_object$descriptor

      public static FunctionDescriptor g_value_set_object$descriptor()
      Function descriptor for:
      extern void g_value_set_object(GValue *value, gpointer v_object)
      
    • g_value_set_object$handle

      public static MethodHandle g_value_set_object$handle()
      Downcall method handle for:
      extern void g_value_set_object(GValue *value, gpointer v_object)
      
    • g_value_set_object$address

      public static MemorySegment g_value_set_object$address()
      Address for:
      extern void g_value_set_object(GValue *value, gpointer v_object)
      
    • g_value_set_object

      public static void g_value_set_object(MemorySegment value, MemorySegment v_object)
      extern void g_value_set_object(GValue *value, gpointer v_object)
      
    • g_value_get_object$descriptor

      public static FunctionDescriptor g_value_get_object$descriptor()
      Function descriptor for:
      extern gpointer g_value_get_object(const GValue *value)
      
    • g_value_get_object$handle

      public static MethodHandle g_value_get_object$handle()
      Downcall method handle for:
      extern gpointer g_value_get_object(const GValue *value)
      
    • g_value_get_object$address

      public static MemorySegment g_value_get_object$address()
      Address for:
      extern gpointer g_value_get_object(const GValue *value)
      
    • g_value_get_object

      public static MemorySegment g_value_get_object(MemorySegment value)
      extern gpointer g_value_get_object(const GValue *value)
      
    • g_param_spec_types$layout

      public static AddressLayout g_param_spec_types$layout()
      Layout for variable:
      extern GType *g_param_spec_types
      
    • g_param_spec_types$segment

      public static MemorySegment g_param_spec_types$segment()
      Segment for variable:
      extern GType *g_param_spec_types
      
    • g_param_spec_types

      public static MemorySegment g_param_spec_types()
      Getter for variable:
      extern GType *g_param_spec_types
      
    • g_param_spec_types

      public static void g_param_spec_types(MemorySegment varValue)
      Setter for variable:
      extern GType *g_param_spec_types
      
    • g_value_set_boolean$descriptor

      public static FunctionDescriptor g_value_set_boolean$descriptor()
      Function descriptor for:
      extern void g_value_set_boolean(GValue *value, gboolean v_boolean)
      
    • g_value_set_boolean$handle

      public static MethodHandle g_value_set_boolean$handle()
      Downcall method handle for:
      extern void g_value_set_boolean(GValue *value, gboolean v_boolean)
      
    • g_value_set_boolean$address

      public static MemorySegment g_value_set_boolean$address()
      Address for:
      extern void g_value_set_boolean(GValue *value, gboolean v_boolean)
      
    • g_value_set_boolean

      public static void g_value_set_boolean(MemorySegment value, int v_boolean)
      extern void g_value_set_boolean(GValue *value, gboolean v_boolean)
      
    • g_value_get_boolean$descriptor

      public static FunctionDescriptor g_value_get_boolean$descriptor()
      Function descriptor for:
      extern gboolean g_value_get_boolean(const GValue *value)
      
    • g_value_get_boolean$handle

      public static MethodHandle g_value_get_boolean$handle()
      Downcall method handle for:
      extern gboolean g_value_get_boolean(const GValue *value)
      
    • g_value_get_boolean$address

      public static MemorySegment g_value_get_boolean$address()
      Address for:
      extern gboolean g_value_get_boolean(const GValue *value)
      
    • g_value_get_boolean

      public static int g_value_get_boolean(MemorySegment value)
      extern gboolean g_value_get_boolean(const GValue *value)
      
    • g_value_set_int$descriptor

      public static FunctionDescriptor g_value_set_int$descriptor()
      Function descriptor for:
      extern void g_value_set_int(GValue *value, gint v_int)
      
    • g_value_set_int$handle

      public static MethodHandle g_value_set_int$handle()
      Downcall method handle for:
      extern void g_value_set_int(GValue *value, gint v_int)
      
    • g_value_set_int$address

      public static MemorySegment g_value_set_int$address()
      Address for:
      extern void g_value_set_int(GValue *value, gint v_int)
      
    • g_value_set_int

      public static void g_value_set_int(MemorySegment value, int v_int)
      extern void g_value_set_int(GValue *value, gint v_int)
      
    • g_value_get_int$descriptor

      public static FunctionDescriptor g_value_get_int$descriptor()
      Function descriptor for:
      extern gint g_value_get_int(const GValue *value)
      
    • g_value_get_int$handle

      public static MethodHandle g_value_get_int$handle()
      Downcall method handle for:
      extern gint g_value_get_int(const GValue *value)
      
    • g_value_get_int$address

      public static MemorySegment g_value_get_int$address()
      Address for:
      extern gint g_value_get_int(const GValue *value)
      
    • g_value_get_int

      public static int g_value_get_int(MemorySegment value)
      extern gint g_value_get_int(const GValue *value)
      
    • g_value_set_long$descriptor

      public static FunctionDescriptor g_value_set_long$descriptor()
      Function descriptor for:
      extern void g_value_set_long(GValue *value, glong v_long)
      
    • g_value_set_long$handle

      public static MethodHandle g_value_set_long$handle()
      Downcall method handle for:
      extern void g_value_set_long(GValue *value, glong v_long)
      
    • g_value_set_long$address

      public static MemorySegment g_value_set_long$address()
      Address for:
      extern void g_value_set_long(GValue *value, glong v_long)
      
    • g_value_set_long

      public static void g_value_set_long(MemorySegment value, long v_long)
      extern void g_value_set_long(GValue *value, glong v_long)
      
    • g_value_get_long$descriptor

      public static FunctionDescriptor g_value_get_long$descriptor()
      Function descriptor for:
      extern glong g_value_get_long(const GValue *value)
      
    • g_value_get_long$handle

      public static MethodHandle g_value_get_long$handle()
      Downcall method handle for:
      extern glong g_value_get_long(const GValue *value)
      
    • g_value_get_long$address

      public static MemorySegment g_value_get_long$address()
      Address for:
      extern glong g_value_get_long(const GValue *value)
      
    • g_value_get_long

      public static long g_value_get_long(MemorySegment value)
      extern glong g_value_get_long(const GValue *value)
      
    • g_value_set_double$descriptor

      public static FunctionDescriptor g_value_set_double$descriptor()
      Function descriptor for:
      extern void g_value_set_double(GValue *value, gdouble v_double)
      
    • g_value_set_double$handle

      public static MethodHandle g_value_set_double$handle()
      Downcall method handle for:
      extern void g_value_set_double(GValue *value, gdouble v_double)
      
    • g_value_set_double$address

      public static MemorySegment g_value_set_double$address()
      Address for:
      extern void g_value_set_double(GValue *value, gdouble v_double)
      
    • g_value_set_double

      public static void g_value_set_double(MemorySegment value, double v_double)
      extern void g_value_set_double(GValue *value, gdouble v_double)
      
    • g_value_get_double$descriptor

      public static FunctionDescriptor g_value_get_double$descriptor()
      Function descriptor for:
      extern gdouble g_value_get_double(const GValue *value)
      
    • g_value_get_double$handle

      public static MethodHandle g_value_get_double$handle()
      Downcall method handle for:
      extern gdouble g_value_get_double(const GValue *value)
      
    • g_value_get_double$address

      public static MemorySegment g_value_get_double$address()
      Address for:
      extern gdouble g_value_get_double(const GValue *value)
      
    • g_value_get_double

      public static double g_value_get_double(MemorySegment value)
      extern gdouble g_value_get_double(const GValue *value)
      
    • g_value_set_string$descriptor

      public static FunctionDescriptor g_value_set_string$descriptor()
      Function descriptor for:
      extern void g_value_set_string(GValue *value, const gchar *v_string)
      
    • g_value_set_string$handle

      public static MethodHandle g_value_set_string$handle()
      Downcall method handle for:
      extern void g_value_set_string(GValue *value, const gchar *v_string)
      
    • g_value_set_string$address

      public static MemorySegment g_value_set_string$address()
      Address for:
      extern void g_value_set_string(GValue *value, const gchar *v_string)
      
    • g_value_set_string

      public static void g_value_set_string(MemorySegment value, MemorySegment v_string)
      extern void g_value_set_string(GValue *value, const gchar *v_string)
      
    • g_value_get_string$descriptor

      public static FunctionDescriptor g_value_get_string$descriptor()
      Function descriptor for:
      extern const gchar *g_value_get_string(const GValue *value)
      
    • g_value_get_string$handle

      public static MethodHandle g_value_get_string$handle()
      Downcall method handle for:
      extern const gchar *g_value_get_string(const GValue *value)
      
    • g_value_get_string$address

      public static MemorySegment g_value_get_string$address()
      Address for:
      extern const gchar *g_value_get_string(const GValue *value)
      
    • g_value_get_string

      public static MemorySegment g_value_get_string(MemorySegment value)
      extern const gchar *g_value_get_string(const GValue *value)
      
    • VIPS_PRECISION_INTEGER

      public static int VIPS_PRECISION_INTEGER()
      enum <anonymous>.VIPS_PRECISION_INTEGER = 0
      
    • VIPS_PRECISION_FLOAT

      public static int VIPS_PRECISION_FLOAT()
      enum <anonymous>.VIPS_PRECISION_FLOAT = 1
      
    • VIPS_PRECISION_APPROXIMATE

      public static int VIPS_PRECISION_APPROXIMATE()
      enum <anonymous>.VIPS_PRECISION_APPROXIMATE = 2
      
    • VIPS_PRECISION_LAST

      public static int VIPS_PRECISION_LAST()
      enum <anonymous>.VIPS_PRECISION_LAST = 3
      
    • vips_enum_string$descriptor

      public static FunctionDescriptor vips_enum_string$descriptor()
      Function descriptor for:
      extern const char *vips_enum_string(GType enm, int value)
      
    • vips_enum_string$handle

      public static MethodHandle vips_enum_string$handle()
      Downcall method handle for:
      extern const char *vips_enum_string(GType enm, int value)
      
    • vips_enum_string$address

      public static MemorySegment vips_enum_string$address()
      Address for:
      extern const char *vips_enum_string(GType enm, int value)
      
    • vips_enum_string

      public static MemorySegment vips_enum_string(long enm, int value)
      extern const char *vips_enum_string(GType enm, int value)
      
    • vips_enum_nick$descriptor

      public static FunctionDescriptor vips_enum_nick$descriptor()
      Function descriptor for:
      extern const char *vips_enum_nick(GType enm, int value)
      
    • vips_enum_nick$handle

      public static MethodHandle vips_enum_nick$handle()
      Downcall method handle for:
      extern const char *vips_enum_nick(GType enm, int value)
      
    • vips_enum_nick$address

      public static MemorySegment vips_enum_nick$address()
      Address for:
      extern const char *vips_enum_nick(GType enm, int value)
      
    • vips_enum_nick

      public static MemorySegment vips_enum_nick(long enm, int value)
      extern const char *vips_enum_nick(GType enm, int value)
      
    • vips_enum_from_nick$descriptor

      public static FunctionDescriptor vips_enum_from_nick$descriptor()
      Function descriptor for:
      extern int vips_enum_from_nick(const char *domain, GType type, const char *str)
      
    • vips_enum_from_nick$handle

      public static MethodHandle vips_enum_from_nick$handle()
      Downcall method handle for:
      extern int vips_enum_from_nick(const char *domain, GType type, const char *str)
      
    • vips_enum_from_nick$address

      public static MemorySegment vips_enum_from_nick$address()
      Address for:
      extern int vips_enum_from_nick(const char *domain, GType type, const char *str)
      
    • vips_enum_from_nick

      public static int vips_enum_from_nick(MemorySegment domain, long type, MemorySegment str)
      extern int vips_enum_from_nick(const char *domain, GType type, const char *str)
      
    • vips_filename_suffix_match$descriptor

      public static FunctionDescriptor vips_filename_suffix_match$descriptor()
      Function descriptor for:
      extern int vips_filename_suffix_match(const char *path, const char *suffixes[])
      
    • vips_filename_suffix_match$handle

      public static MethodHandle vips_filename_suffix_match$handle()
      Downcall method handle for:
      extern int vips_filename_suffix_match(const char *path, const char *suffixes[])
      
    • vips_filename_suffix_match$address

      public static MemorySegment vips_filename_suffix_match$address()
      Address for:
      extern int vips_filename_suffix_match(const char *path, const char *suffixes[])
      
    • vips_filename_suffix_match

      public static int vips_filename_suffix_match(MemorySegment path, MemorySegment suffixes)
      extern int vips_filename_suffix_match(const char *path, const char *suffixes[])
      
    • VIPS_TOKEN_LEFT

      public static int VIPS_TOKEN_LEFT()
      enum <anonymous>.VIPS_TOKEN_LEFT = 1
      
    • VIPS_TOKEN_RIGHT

      public static int VIPS_TOKEN_RIGHT()
      enum <anonymous>.VIPS_TOKEN_RIGHT = 2
      
    • VIPS_TOKEN_STRING

      public static int VIPS_TOKEN_STRING()
      enum <anonymous>.VIPS_TOKEN_STRING = 3
      
    • VIPS_TOKEN_EQUALS

      public static int VIPS_TOKEN_EQUALS()
      enum <anonymous>.VIPS_TOKEN_EQUALS = 4
      
    • VIPS_TOKEN_COMMA

      public static int VIPS_TOKEN_COMMA()
      enum <anonymous>.VIPS_TOKEN_COMMA = 5
      
    • VIPS_ARGUMENT_NONE

      public static int VIPS_ARGUMENT_NONE()
      enum <anonymous>.VIPS_ARGUMENT_NONE = 0
      
    • VIPS_ARGUMENT_REQUIRED

      public static int VIPS_ARGUMENT_REQUIRED()
      enum <anonymous>.VIPS_ARGUMENT_REQUIRED = 1
      
    • VIPS_ARGUMENT_CONSTRUCT

      public static int VIPS_ARGUMENT_CONSTRUCT()
      enum <anonymous>.VIPS_ARGUMENT_CONSTRUCT = 2
      
    • VIPS_ARGUMENT_SET_ONCE

      public static int VIPS_ARGUMENT_SET_ONCE()
      enum <anonymous>.VIPS_ARGUMENT_SET_ONCE = 4
      
    • VIPS_ARGUMENT_SET_ALWAYS

      public static int VIPS_ARGUMENT_SET_ALWAYS()
      enum <anonymous>.VIPS_ARGUMENT_SET_ALWAYS = 8
      
    • VIPS_ARGUMENT_INPUT

      public static int VIPS_ARGUMENT_INPUT()
      enum <anonymous>.VIPS_ARGUMENT_INPUT = 16
      
    • VIPS_ARGUMENT_OUTPUT

      public static int VIPS_ARGUMENT_OUTPUT()
      enum <anonymous>.VIPS_ARGUMENT_OUTPUT = 32
      
    • VIPS_ARGUMENT_DEPRECATED

      public static int VIPS_ARGUMENT_DEPRECATED()
      enum <anonymous>.VIPS_ARGUMENT_DEPRECATED = 64
      
    • VIPS_ARGUMENT_MODIFY

      public static int VIPS_ARGUMENT_MODIFY()
      enum <anonymous>.VIPS_ARGUMENT_MODIFY = 128
      
    • VIPS_ARGUMENT_NON_HASHABLE

      public static int VIPS_ARGUMENT_NON_HASHABLE()
      enum <anonymous>.VIPS_ARGUMENT_NON_HASHABLE = 256
      
    • vips_object_get_args$descriptor

      public static FunctionDescriptor vips_object_get_args$descriptor()
      Function descriptor for:
      extern int vips_object_get_args(VipsObject *object, const char ***names, int **flags, int *n_args)
      
    • vips_object_get_args$handle

      public static MethodHandle vips_object_get_args$handle()
      Downcall method handle for:
      extern int vips_object_get_args(VipsObject *object, const char ***names, int **flags, int *n_args)
      
    • vips_object_get_args$address

      public static MemorySegment vips_object_get_args$address()
      Address for:
      extern int vips_object_get_args(VipsObject *object, const char ***names, int **flags, int *n_args)
      
    • vips_object_get_args

      public static int vips_object_get_args(MemorySegment object, MemorySegment names, MemorySegment flags, MemorySegment n_args)
      extern int vips_object_get_args(VipsObject *object, const char ***names, int **flags, int *n_args)
      
    • vips_object_get_argument$descriptor

      public static FunctionDescriptor vips_object_get_argument$descriptor()
      Function descriptor for:
      extern int vips_object_get_argument(VipsObject *object, const char *name, GParamSpec **pspec, VipsArgumentClass **argument_class, VipsArgumentInstance **argument_instance)
      
    • vips_object_get_argument$handle

      public static MethodHandle vips_object_get_argument$handle()
      Downcall method handle for:
      extern int vips_object_get_argument(VipsObject *object, const char *name, GParamSpec **pspec, VipsArgumentClass **argument_class, VipsArgumentInstance **argument_instance)
      
    • vips_object_get_argument$address

      public static MemorySegment vips_object_get_argument$address()
      Address for:
      extern int vips_object_get_argument(VipsObject *object, const char *name, GParamSpec **pspec, VipsArgumentClass **argument_class, VipsArgumentInstance **argument_instance)
      
    • vips_object_get_argument

      public static int vips_object_get_argument(MemorySegment object, MemorySegment name, MemorySegment pspec, MemorySegment argument_class, MemorySegment argument_instance)
      extern int vips_object_get_argument(VipsObject *object, const char *name, GParamSpec **pspec, VipsArgumentClass **argument_class, VipsArgumentInstance **argument_instance)
      
    • vips_object_get_argument_flags$descriptor

      public static FunctionDescriptor vips_object_get_argument_flags$descriptor()
      Function descriptor for:
      extern VipsArgumentFlags vips_object_get_argument_flags(VipsObject *object, const char *name)
      
    • vips_object_get_argument_flags$handle

      public static MethodHandle vips_object_get_argument_flags$handle()
      Downcall method handle for:
      extern VipsArgumentFlags vips_object_get_argument_flags(VipsObject *object, const char *name)
      
    • vips_object_get_argument_flags$address

      public static MemorySegment vips_object_get_argument_flags$address()
      Address for:
      extern VipsArgumentFlags vips_object_get_argument_flags(VipsObject *object, const char *name)
      
    • vips_object_get_argument_flags

      public static int vips_object_get_argument_flags(MemorySegment object, MemorySegment name)
      extern VipsArgumentFlags vips_object_get_argument_flags(VipsObject *object, const char *name)
      
    • vips_object_get_argument_priority$descriptor

      public static FunctionDescriptor vips_object_get_argument_priority$descriptor()
      Function descriptor for:
      extern int vips_object_get_argument_priority(VipsObject *object, const char *name)
      
    • vips_object_get_argument_priority$handle

      public static MethodHandle vips_object_get_argument_priority$handle()
      Downcall method handle for:
      extern int vips_object_get_argument_priority(VipsObject *object, const char *name)
      
    • vips_object_get_argument_priority$address

      public static MemorySegment vips_object_get_argument_priority$address()
      Address for:
      extern int vips_object_get_argument_priority(VipsObject *object, const char *name)
      
    • vips_object_get_argument_priority

      public static int vips_object_get_argument_priority(MemorySegment object, MemorySegment name)
      extern int vips_object_get_argument_priority(VipsObject *object, const char *name)
      
    • vips_value_is_null$descriptor

      public static FunctionDescriptor vips_value_is_null$descriptor()
      Function descriptor for:
      extern gboolean vips_value_is_null(GParamSpec *psoec, const GValue *value)
      
    • vips_value_is_null$handle

      public static MethodHandle vips_value_is_null$handle()
      Downcall method handle for:
      extern gboolean vips_value_is_null(GParamSpec *psoec, const GValue *value)
      
    • vips_value_is_null$address

      public static MemorySegment vips_value_is_null$address()
      Address for:
      extern gboolean vips_value_is_null(GParamSpec *psoec, const GValue *value)
      
    • vips_value_is_null

      public static int vips_value_is_null(MemorySegment psoec, MemorySegment value)
      extern gboolean vips_value_is_null(GParamSpec *psoec, const GValue *value)
      
    • vips_object_get_argument_to_string$descriptor

      public static FunctionDescriptor vips_object_get_argument_to_string$descriptor()
      Function descriptor for:
      extern int vips_object_get_argument_to_string(VipsObject *object, const char *name, const char *arg)
      
    • vips_object_get_argument_to_string$handle

      public static MethodHandle vips_object_get_argument_to_string$handle()
      Downcall method handle for:
      extern int vips_object_get_argument_to_string(VipsObject *object, const char *name, const char *arg)
      
    • vips_object_get_argument_to_string$address

      public static MemorySegment vips_object_get_argument_to_string$address()
      Address for:
      extern int vips_object_get_argument_to_string(VipsObject *object, const char *name, const char *arg)
      
    • vips_object_get_argument_to_string

      public static int vips_object_get_argument_to_string(MemorySegment object, MemorySegment name, MemorySegment arg)
      extern int vips_object_get_argument_to_string(VipsObject *object, const char *name, const char *arg)
      
    • vips_object_set_from_string$descriptor

      public static FunctionDescriptor vips_object_set_from_string$descriptor()
      Function descriptor for:
      extern int vips_object_set_from_string(VipsObject *object, const char *string)
      
    • vips_object_set_from_string$handle

      public static MethodHandle vips_object_set_from_string$handle()
      Downcall method handle for:
      extern int vips_object_set_from_string(VipsObject *object, const char *string)
      
    • vips_object_set_from_string$address

      public static MemorySegment vips_object_set_from_string$address()
      Address for:
      extern int vips_object_set_from_string(VipsObject *object, const char *string)
      
    • vips_object_set_from_string

      public static int vips_object_set_from_string(MemorySegment object, MemorySegment string)
      extern int vips_object_set_from_string(VipsObject *object, const char *string)
      
    • vips_type_map$descriptor

      public static FunctionDescriptor vips_type_map$descriptor()
      Function descriptor for:
      extern void *vips_type_map(GType base, VipsTypeMap2Fn fn, void *a, void *b)
      
    • vips_type_map$handle

      public static MethodHandle vips_type_map$handle()
      Downcall method handle for:
      extern void *vips_type_map(GType base, VipsTypeMap2Fn fn, void *a, void *b)
      
    • vips_type_map$address

      public static MemorySegment vips_type_map$address()
      Address for:
      extern void *vips_type_map(GType base, VipsTypeMap2Fn fn, void *a, void *b)
      
    • vips_type_map

      public static MemorySegment vips_type_map(long base, MemorySegment fn, MemorySegment a, MemorySegment b)
      extern void *vips_type_map(GType base, VipsTypeMap2Fn fn, void *a, void *b)
      
    • vips_type_map_all$descriptor

      public static FunctionDescriptor vips_type_map_all$descriptor()
      Function descriptor for:
      extern void *vips_type_map_all(GType base, VipsTypeMapFn fn, void *a)
      
    • vips_type_map_all$handle

      public static MethodHandle vips_type_map_all$handle()
      Downcall method handle for:
      extern void *vips_type_map_all(GType base, VipsTypeMapFn fn, void *a)
      
    • vips_type_map_all$address

      public static MemorySegment vips_type_map_all$address()
      Address for:
      extern void *vips_type_map_all(GType base, VipsTypeMapFn fn, void *a)
      
    • vips_type_map_all

      public static MemorySegment vips_type_map_all(long base, MemorySegment fn, MemorySegment a)
      extern void *vips_type_map_all(GType base, VipsTypeMapFn fn, void *a)
      
    • vips_type_depth$descriptor

      public static FunctionDescriptor vips_type_depth$descriptor()
      Function descriptor for:
      extern int vips_type_depth(GType type)
      
    • vips_type_depth$handle

      public static MethodHandle vips_type_depth$handle()
      Downcall method handle for:
      extern int vips_type_depth(GType type)
      
    • vips_type_depth$address

      public static MemorySegment vips_type_depth$address()
      Address for:
      extern int vips_type_depth(GType type)
      
    • vips_type_depth

      public static int vips_type_depth(long type)
      extern int vips_type_depth(GType type)
      
    • vips_type_find$descriptor

      public static FunctionDescriptor vips_type_find$descriptor()
      Function descriptor for:
      extern GType vips_type_find(const char *basename, const char *nickname)
      
    • vips_type_find$handle

      public static MethodHandle vips_type_find$handle()
      Downcall method handle for:
      extern GType vips_type_find(const char *basename, const char *nickname)
      
    • vips_type_find$address

      public static MemorySegment vips_type_find$address()
      Address for:
      extern GType vips_type_find(const char *basename, const char *nickname)
      
    • vips_type_find

      public static long vips_type_find(MemorySegment basename, MemorySegment nickname)
      extern GType vips_type_find(const char *basename, const char *nickname)
      
    • vips_nickname_find$descriptor

      public static FunctionDescriptor vips_nickname_find$descriptor()
      Function descriptor for:
      extern const char *vips_nickname_find(GType type)
      
    • vips_nickname_find$handle

      public static MethodHandle vips_nickname_find$handle()
      Downcall method handle for:
      extern const char *vips_nickname_find(GType type)
      
    • vips_nickname_find$address

      public static MemorySegment vips_nickname_find$address()
      Address for:
      extern const char *vips_nickname_find(GType type)
      
    • vips_nickname_find

      public static MemorySegment vips_nickname_find(long type)
      extern const char *vips_nickname_find(GType type)
      
    • vips_object_unref_outputs$descriptor

      public static FunctionDescriptor vips_object_unref_outputs$descriptor()
      Function descriptor for:
      extern void vips_object_unref_outputs(VipsObject *object)
      
    • vips_object_unref_outputs$handle

      public static MethodHandle vips_object_unref_outputs$handle()
      Downcall method handle for:
      extern void vips_object_unref_outputs(VipsObject *object)
      
    • vips_object_unref_outputs$address

      public static MemorySegment vips_object_unref_outputs$address()
      Address for:
      extern void vips_object_unref_outputs(VipsObject *object)
      
    • vips_object_unref_outputs

      public static void vips_object_unref_outputs(MemorySegment object)
      extern void vips_object_unref_outputs(VipsObject *object)
      
    • vips_object_get_description$descriptor

      public static FunctionDescriptor vips_object_get_description$descriptor()
      Function descriptor for:
      extern const char *vips_object_get_description(VipsObject *object)
      
    • vips_object_get_description$handle

      public static MethodHandle vips_object_get_description$handle()
      Downcall method handle for:
      extern const char *vips_object_get_description(VipsObject *object)
      
    • vips_object_get_description$address

      public static MemorySegment vips_object_get_description$address()
      Address for:
      extern const char *vips_object_get_description(VipsObject *object)
      
    • vips_object_get_description

      public static MemorySegment vips_object_get_description(MemorySegment object)
      extern const char *vips_object_get_description(VipsObject *object)
      
    • vips_area_copy$descriptor

      public static FunctionDescriptor vips_area_copy$descriptor()
      Function descriptor for:
      extern VipsArea *vips_area_copy(VipsArea *area)
      
    • vips_area_copy$handle

      public static MethodHandle vips_area_copy$handle()
      Downcall method handle for:
      extern VipsArea *vips_area_copy(VipsArea *area)
      
    • vips_area_copy$address

      public static MemorySegment vips_area_copy$address()
      Address for:
      extern VipsArea *vips_area_copy(VipsArea *area)
      
    • vips_area_copy

      public static MemorySegment vips_area_copy(MemorySegment area)
      extern VipsArea *vips_area_copy(VipsArea *area)
      
    • vips_area_unref$descriptor

      public static FunctionDescriptor vips_area_unref$descriptor()
      Function descriptor for:
      extern void vips_area_unref(VipsArea *area)
      
    • vips_area_unref$handle

      public static MethodHandle vips_area_unref$handle()
      Downcall method handle for:
      extern void vips_area_unref(VipsArea *area)
      
    • vips_area_unref$address

      public static MemorySegment vips_area_unref$address()
      Address for:
      extern void vips_area_unref(VipsArea *area)
      
    • vips_area_unref

      public static void vips_area_unref(MemorySegment area)
      extern void vips_area_unref(VipsArea *area)
      
    • vips_area_get_data$descriptor

      public static FunctionDescriptor vips_area_get_data$descriptor()
      Function descriptor for:
      extern void *vips_area_get_data(VipsArea *area, size_t *length, int *n, GType *type, size_t *sizeof_type)
      
    • vips_area_get_data$handle

      public static MethodHandle vips_area_get_data$handle()
      Downcall method handle for:
      extern void *vips_area_get_data(VipsArea *area, size_t *length, int *n, GType *type, size_t *sizeof_type)
      
    • vips_area_get_data$address

      public static MemorySegment vips_area_get_data$address()
      Address for:
      extern void *vips_area_get_data(VipsArea *area, size_t *length, int *n, GType *type, size_t *sizeof_type)
      
    • vips_area_get_data

      public static MemorySegment vips_area_get_data(MemorySegment area, MemorySegment length, MemorySegment n, MemorySegment type, MemorySegment sizeof_type)
      extern void *vips_area_get_data(VipsArea *area, size_t *length, int *n, GType *type, size_t *sizeof_type)
      
    • vips_area_get_type$descriptor

      public static FunctionDescriptor vips_area_get_type$descriptor()
      Function descriptor for:
      extern GType vips_area_get_type()
      
    • vips_area_get_type$handle

      public static MethodHandle vips_area_get_type$handle()
      Downcall method handle for:
      extern GType vips_area_get_type()
      
    • vips_area_get_type$address

      public static MemorySegment vips_area_get_type$address()
      Address for:
      extern GType vips_area_get_type()
      
    • vips_area_get_type

      public static long vips_area_get_type()
      extern GType vips_area_get_type()
      
    • vips_blob_new$descriptor

      public static FunctionDescriptor vips_blob_new$descriptor()
      Function descriptor for:
      extern VipsBlob *vips_blob_new(VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_new$handle

      public static MethodHandle vips_blob_new$handle()
      Downcall method handle for:
      extern VipsBlob *vips_blob_new(VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_new$address

      public static MemorySegment vips_blob_new$address()
      Address for:
      extern VipsBlob *vips_blob_new(VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_new

      public static MemorySegment vips_blob_new(MemorySegment free_fn, MemorySegment data, long length)
      extern VipsBlob *vips_blob_new(VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_copy$descriptor

      public static FunctionDescriptor vips_blob_copy$descriptor()
      Function descriptor for:
      extern VipsBlob *vips_blob_copy(const void *data, size_t length)
      
    • vips_blob_copy$handle

      public static MethodHandle vips_blob_copy$handle()
      Downcall method handle for:
      extern VipsBlob *vips_blob_copy(const void *data, size_t length)
      
    • vips_blob_copy$address

      public static MemorySegment vips_blob_copy$address()
      Address for:
      extern VipsBlob *vips_blob_copy(const void *data, size_t length)
      
    • vips_blob_copy

      public static MemorySegment vips_blob_copy(MemorySegment data, long length)
      extern VipsBlob *vips_blob_copy(const void *data, size_t length)
      
    • vips_blob_get$descriptor

      public static FunctionDescriptor vips_blob_get$descriptor()
      Function descriptor for:
      extern const void *vips_blob_get(VipsBlob *blob, size_t *length)
      
    • vips_blob_get$handle

      public static MethodHandle vips_blob_get$handle()
      Downcall method handle for:
      extern const void *vips_blob_get(VipsBlob *blob, size_t *length)
      
    • vips_blob_get$address

      public static MemorySegment vips_blob_get$address()
      Address for:
      extern const void *vips_blob_get(VipsBlob *blob, size_t *length)
      
    • vips_blob_get

      public static MemorySegment vips_blob_get(MemorySegment blob, MemorySegment length)
      extern const void *vips_blob_get(VipsBlob *blob, size_t *length)
      
    • vips_blob_set$descriptor

      public static FunctionDescriptor vips_blob_set$descriptor()
      Function descriptor for:
      extern void vips_blob_set(VipsBlob *blob, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_set$handle

      public static MethodHandle vips_blob_set$handle()
      Downcall method handle for:
      extern void vips_blob_set(VipsBlob *blob, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_set$address

      public static MemorySegment vips_blob_set$address()
      Address for:
      extern void vips_blob_set(VipsBlob *blob, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_set

      public static void vips_blob_set(MemorySegment blob, MemorySegment free_fn, MemorySegment data, long length)
      extern void vips_blob_set(VipsBlob *blob, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_blob_get_type$descriptor

      public static FunctionDescriptor vips_blob_get_type$descriptor()
      Function descriptor for:
      extern GType vips_blob_get_type()
      
    • vips_blob_get_type$handle

      public static MethodHandle vips_blob_get_type$handle()
      Downcall method handle for:
      extern GType vips_blob_get_type()
      
    • vips_blob_get_type$address

      public static MemorySegment vips_blob_get_type$address()
      Address for:
      extern GType vips_blob_get_type()
      
    • vips_blob_get_type

      public static long vips_blob_get_type()
      extern GType vips_blob_get_type()
      
    • vips_array_double_get_type$descriptor

      public static FunctionDescriptor vips_array_double_get_type$descriptor()
      Function descriptor for:
      extern GType vips_array_double_get_type()
      
    • vips_array_double_get_type$handle

      public static MethodHandle vips_array_double_get_type$handle()
      Downcall method handle for:
      extern GType vips_array_double_get_type()
      
    • vips_array_double_get_type$address

      public static MemorySegment vips_array_double_get_type$address()
      Address for:
      extern GType vips_array_double_get_type()
      
    • vips_array_double_get_type

      public static long vips_array_double_get_type()
      extern GType vips_array_double_get_type()
      
    • vips_array_int_get_type$descriptor

      public static FunctionDescriptor vips_array_int_get_type$descriptor()
      Function descriptor for:
      extern GType vips_array_int_get_type()
      
    • vips_array_int_get_type$handle

      public static MethodHandle vips_array_int_get_type$handle()
      Downcall method handle for:
      extern GType vips_array_int_get_type()
      
    • vips_array_int_get_type$address

      public static MemorySegment vips_array_int_get_type$address()
      Address for:
      extern GType vips_array_int_get_type()
      
    • vips_array_int_get_type

      public static long vips_array_int_get_type()
      extern GType vips_array_int_get_type()
      
    • vips_array_image_get_type$descriptor

      public static FunctionDescriptor vips_array_image_get_type$descriptor()
      Function descriptor for:
      extern GType vips_array_image_get_type()
      
    • vips_array_image_get_type$handle

      public static MethodHandle vips_array_image_get_type$handle()
      Downcall method handle for:
      extern GType vips_array_image_get_type()
      
    • vips_array_image_get_type$address

      public static MemorySegment vips_array_image_get_type$address()
      Address for:
      extern GType vips_array_image_get_type()
      
    • vips_array_image_get_type

      public static long vips_array_image_get_type()
      extern GType vips_array_image_get_type()
      
    • vips_value_set_area$descriptor

      public static FunctionDescriptor vips_value_set_area$descriptor()
      Function descriptor for:
      extern void vips_value_set_area(GValue *value, VipsCallbackFn free_fn, void *data)
      
    • vips_value_set_area$handle

      public static MethodHandle vips_value_set_area$handle()
      Downcall method handle for:
      extern void vips_value_set_area(GValue *value, VipsCallbackFn free_fn, void *data)
      
    • vips_value_set_area$address

      public static MemorySegment vips_value_set_area$address()
      Address for:
      extern void vips_value_set_area(GValue *value, VipsCallbackFn free_fn, void *data)
      
    • vips_value_set_area

      public static void vips_value_set_area(MemorySegment value, MemorySegment free_fn, MemorySegment data)
      extern void vips_value_set_area(GValue *value, VipsCallbackFn free_fn, void *data)
      
    • vips_value_get_area$descriptor

      public static FunctionDescriptor vips_value_get_area$descriptor()
      Function descriptor for:
      extern void *vips_value_get_area(const GValue *value, size_t *length)
      
    • vips_value_get_area$handle

      public static MethodHandle vips_value_get_area$handle()
      Downcall method handle for:
      extern void *vips_value_get_area(const GValue *value, size_t *length)
      
    • vips_value_get_area$address

      public static MemorySegment vips_value_get_area$address()
      Address for:
      extern void *vips_value_get_area(const GValue *value, size_t *length)
      
    • vips_value_get_area

      public static MemorySegment vips_value_get_area(MemorySegment value, MemorySegment length)
      extern void *vips_value_get_area(const GValue *value, size_t *length)
      
    • vips_value_get_save_string$descriptor

      public static FunctionDescriptor vips_value_get_save_string$descriptor()
      Function descriptor for:
      extern const char *vips_value_get_save_string(const GValue *value)
      
    • vips_value_get_save_string$handle

      public static MethodHandle vips_value_get_save_string$handle()
      Downcall method handle for:
      extern const char *vips_value_get_save_string(const GValue *value)
      
    • vips_value_get_save_string$address

      public static MemorySegment vips_value_get_save_string$address()
      Address for:
      extern const char *vips_value_get_save_string(const GValue *value)
      
    • vips_value_get_save_string

      public static MemorySegment vips_value_get_save_string(MemorySegment value)
      extern const char *vips_value_get_save_string(const GValue *value)
      
    • vips_value_set_save_string$descriptor

      public static FunctionDescriptor vips_value_set_save_string$descriptor()
      Function descriptor for:
      extern void vips_value_set_save_string(GValue *value, const char *str)
      
    • vips_value_set_save_string$handle

      public static MethodHandle vips_value_set_save_string$handle()
      Downcall method handle for:
      extern void vips_value_set_save_string(GValue *value, const char *str)
      
    • vips_value_set_save_string$address

      public static MemorySegment vips_value_set_save_string$address()
      Address for:
      extern void vips_value_set_save_string(GValue *value, const char *str)
      
    • vips_value_set_save_string

      public static void vips_value_set_save_string(MemorySegment value, MemorySegment str)
      extern void vips_value_set_save_string(GValue *value, const char *str)
      
    • vips_value_get_ref_string$descriptor

      public static FunctionDescriptor vips_value_get_ref_string$descriptor()
      Function descriptor for:
      extern const char *vips_value_get_ref_string(const GValue *value, size_t *length)
      
    • vips_value_get_ref_string$handle

      public static MethodHandle vips_value_get_ref_string$handle()
      Downcall method handle for:
      extern const char *vips_value_get_ref_string(const GValue *value, size_t *length)
      
    • vips_value_get_ref_string$address

      public static MemorySegment vips_value_get_ref_string$address()
      Address for:
      extern const char *vips_value_get_ref_string(const GValue *value, size_t *length)
      
    • vips_value_get_ref_string

      public static MemorySegment vips_value_get_ref_string(MemorySegment value, MemorySegment length)
      extern const char *vips_value_get_ref_string(const GValue *value, size_t *length)
      
    • vips_value_set_ref_string$descriptor

      public static FunctionDescriptor vips_value_set_ref_string$descriptor()
      Function descriptor for:
      extern void vips_value_set_ref_string(GValue *value, const char *str)
      
    • vips_value_set_ref_string$handle

      public static MethodHandle vips_value_set_ref_string$handle()
      Downcall method handle for:
      extern void vips_value_set_ref_string(GValue *value, const char *str)
      
    • vips_value_set_ref_string$address

      public static MemorySegment vips_value_set_ref_string$address()
      Address for:
      extern void vips_value_set_ref_string(GValue *value, const char *str)
      
    • vips_value_set_ref_string

      public static void vips_value_set_ref_string(MemorySegment value, MemorySegment str)
      extern void vips_value_set_ref_string(GValue *value, const char *str)
      
    • vips_value_get_blob$descriptor

      public static FunctionDescriptor vips_value_get_blob$descriptor()
      Function descriptor for:
      extern void *vips_value_get_blob(const GValue *value, size_t *length)
      
    • vips_value_get_blob$handle

      public static MethodHandle vips_value_get_blob$handle()
      Downcall method handle for:
      extern void *vips_value_get_blob(const GValue *value, size_t *length)
      
    • vips_value_get_blob$address

      public static MemorySegment vips_value_get_blob$address()
      Address for:
      extern void *vips_value_get_blob(const GValue *value, size_t *length)
      
    • vips_value_get_blob

      public static MemorySegment vips_value_get_blob(MemorySegment value, MemorySegment length)
      extern void *vips_value_get_blob(const GValue *value, size_t *length)
      
    • vips_value_set_blob$descriptor

      public static FunctionDescriptor vips_value_set_blob$descriptor()
      Function descriptor for:
      extern void vips_value_set_blob(GValue *value, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_value_set_blob$handle

      public static MethodHandle vips_value_set_blob$handle()
      Downcall method handle for:
      extern void vips_value_set_blob(GValue *value, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_value_set_blob$address

      public static MemorySegment vips_value_set_blob$address()
      Address for:
      extern void vips_value_set_blob(GValue *value, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_value_set_blob

      public static void vips_value_set_blob(MemorySegment value, MemorySegment free_fn, MemorySegment data, long length)
      extern void vips_value_set_blob(GValue *value, VipsCallbackFn free_fn, const void *data, size_t length)
      
    • vips_value_set_blob_free$descriptor

      public static FunctionDescriptor vips_value_set_blob_free$descriptor()
      Function descriptor for:
      extern void vips_value_set_blob_free(GValue *value, void *data, size_t length)
      
    • vips_value_set_blob_free$handle

      public static MethodHandle vips_value_set_blob_free$handle()
      Downcall method handle for:
      extern void vips_value_set_blob_free(GValue *value, void *data, size_t length)
      
    • vips_value_set_blob_free$address

      public static MemorySegment vips_value_set_blob_free$address()
      Address for:
      extern void vips_value_set_blob_free(GValue *value, void *data, size_t length)
      
    • vips_value_set_blob_free

      public static void vips_value_set_blob_free(MemorySegment value, MemorySegment data, long length)
      extern void vips_value_set_blob_free(GValue *value, void *data, size_t length)
      
    • vips_value_set_array$descriptor

      public static FunctionDescriptor vips_value_set_array$descriptor()
      Function descriptor for:
      extern void vips_value_set_array(GValue *value, int n, GType type, size_t sizeof_type)
      
    • vips_value_set_array$handle

      public static MethodHandle vips_value_set_array$handle()
      Downcall method handle for:
      extern void vips_value_set_array(GValue *value, int n, GType type, size_t sizeof_type)
      
    • vips_value_set_array$address

      public static MemorySegment vips_value_set_array$address()
      Address for:
      extern void vips_value_set_array(GValue *value, int n, GType type, size_t sizeof_type)
      
    • vips_value_set_array

      public static void vips_value_set_array(MemorySegment value, int n, long type, long sizeof_type)
      extern void vips_value_set_array(GValue *value, int n, GType type, size_t sizeof_type)
      
    • vips_value_get_array$descriptor

      public static FunctionDescriptor vips_value_get_array$descriptor()
      Function descriptor for:
      extern void *vips_value_get_array(const GValue *value, int *n, GType *type, size_t *sizeof_type)
      
    • vips_value_get_array$handle

      public static MethodHandle vips_value_get_array$handle()
      Downcall method handle for:
      extern void *vips_value_get_array(const GValue *value, int *n, GType *type, size_t *sizeof_type)
      
    • vips_value_get_array$address

      public static MemorySegment vips_value_get_array$address()
      Address for:
      extern void *vips_value_get_array(const GValue *value, int *n, GType *type, size_t *sizeof_type)
      
    • vips_value_get_array

      public static MemorySegment vips_value_get_array(MemorySegment value, MemorySegment n, MemorySegment type, MemorySegment sizeof_type)
      extern void *vips_value_get_array(const GValue *value, int *n, GType *type, size_t *sizeof_type)
      
    • vips_value_get_array_double$descriptor

      public static FunctionDescriptor vips_value_get_array_double$descriptor()
      Function descriptor for:
      extern double *vips_value_get_array_double(const GValue *value, int *n)
      
    • vips_value_get_array_double$handle

      public static MethodHandle vips_value_get_array_double$handle()
      Downcall method handle for:
      extern double *vips_value_get_array_double(const GValue *value, int *n)
      
    • vips_value_get_array_double$address

      public static MemorySegment vips_value_get_array_double$address()
      Address for:
      extern double *vips_value_get_array_double(const GValue *value, int *n)
      
    • vips_value_get_array_double

      public static MemorySegment vips_value_get_array_double(MemorySegment value, MemorySegment n)
      extern double *vips_value_get_array_double(const GValue *value, int *n)
      
    • vips_value_set_array_double$descriptor

      public static FunctionDescriptor vips_value_set_array_double$descriptor()
      Function descriptor for:
      extern void vips_value_set_array_double(GValue *value, const double *array, int n)
      
    • vips_value_set_array_double$handle

      public static MethodHandle vips_value_set_array_double$handle()
      Downcall method handle for:
      extern void vips_value_set_array_double(GValue *value, const double *array, int n)
      
    • vips_value_set_array_double$address

      public static MemorySegment vips_value_set_array_double$address()
      Address for:
      extern void vips_value_set_array_double(GValue *value, const double *array, int n)
      
    • vips_value_set_array_double

      public static void vips_value_set_array_double(MemorySegment value, MemorySegment array, int n)
      extern void vips_value_set_array_double(GValue *value, const double *array, int n)
      
    • vips_value_get_array_int$descriptor

      public static FunctionDescriptor vips_value_get_array_int$descriptor()
      Function descriptor for:
      extern int *vips_value_get_array_int(const GValue *value, int *n)
      
    • vips_value_get_array_int$handle

      public static MethodHandle vips_value_get_array_int$handle()
      Downcall method handle for:
      extern int *vips_value_get_array_int(const GValue *value, int *n)
      
    • vips_value_get_array_int$address

      public static MemorySegment vips_value_get_array_int$address()
      Address for:
      extern int *vips_value_get_array_int(const GValue *value, int *n)
      
    • vips_value_get_array_int

      public static MemorySegment vips_value_get_array_int(MemorySegment value, MemorySegment n)
      extern int *vips_value_get_array_int(const GValue *value, int *n)
      
    • vips_value_set_array_int$descriptor

      public static FunctionDescriptor vips_value_set_array_int$descriptor()
      Function descriptor for:
      extern void vips_value_set_array_int(GValue *value, const int *array, int n)
      
    • vips_value_set_array_int$handle

      public static MethodHandle vips_value_set_array_int$handle()
      Downcall method handle for:
      extern void vips_value_set_array_int(GValue *value, const int *array, int n)
      
    • vips_value_set_array_int$address

      public static MemorySegment vips_value_set_array_int$address()
      Address for:
      extern void vips_value_set_array_int(GValue *value, const int *array, int n)
      
    • vips_value_set_array_int

      public static void vips_value_set_array_int(MemorySegment value, MemorySegment array, int n)
      extern void vips_value_set_array_int(GValue *value, const int *array, int n)
      
    • vips_value_get_array_object$descriptor

      public static FunctionDescriptor vips_value_get_array_object$descriptor()
      Function descriptor for:
      extern GObject **vips_value_get_array_object(const GValue *value, int *n)
      
    • vips_value_get_array_object$handle

      public static MethodHandle vips_value_get_array_object$handle()
      Downcall method handle for:
      extern GObject **vips_value_get_array_object(const GValue *value, int *n)
      
    • vips_value_get_array_object$address

      public static MemorySegment vips_value_get_array_object$address()
      Address for:
      extern GObject **vips_value_get_array_object(const GValue *value, int *n)
      
    • vips_value_get_array_object

      public static MemorySegment vips_value_get_array_object(MemorySegment value, MemorySegment n)
      extern GObject **vips_value_get_array_object(const GValue *value, int *n)
      
    • vips_value_set_array_object$descriptor

      public static FunctionDescriptor vips_value_set_array_object$descriptor()
      Function descriptor for:
      extern void vips_value_set_array_object(GValue *value, int n)
      
    • vips_value_set_array_object$handle

      public static MethodHandle vips_value_set_array_object$handle()
      Downcall method handle for:
      extern void vips_value_set_array_object(GValue *value, int n)
      
    • vips_value_set_array_object$address

      public static MemorySegment vips_value_set_array_object$address()
      Address for:
      extern void vips_value_set_array_object(GValue *value, int n)
      
    • vips_value_set_array_object

      public static void vips_value_set_array_object(MemorySegment value, int n)
      extern void vips_value_set_array_object(GValue *value, int n)
      
    • vips_source_get_type$descriptor

      public static FunctionDescriptor vips_source_get_type$descriptor()
      Function descriptor for:
      extern GType vips_source_get_type()
      
    • vips_source_get_type$handle

      public static MethodHandle vips_source_get_type$handle()
      Downcall method handle for:
      extern GType vips_source_get_type()
      
    • vips_source_get_type$address

      public static MemorySegment vips_source_get_type$address()
      Address for:
      extern GType vips_source_get_type()
      
    • vips_source_get_type

      public static long vips_source_get_type()
      extern GType vips_source_get_type()
      
    • vips_source_new_from_descriptor$descriptor

      public static FunctionDescriptor vips_source_new_from_descriptor$descriptor()
      Function descriptor for:
      extern VipsSource *vips_source_new_from_descriptor(int descriptor)
      
    • vips_source_new_from_descriptor$handle

      public static MethodHandle vips_source_new_from_descriptor$handle()
      Downcall method handle for:
      extern VipsSource *vips_source_new_from_descriptor(int descriptor)
      
    • vips_source_new_from_descriptor$address

      public static MemorySegment vips_source_new_from_descriptor$address()
      Address for:
      extern VipsSource *vips_source_new_from_descriptor(int descriptor)
      
    • vips_source_new_from_descriptor

      public static MemorySegment vips_source_new_from_descriptor(int descriptor)
      extern VipsSource *vips_source_new_from_descriptor(int descriptor)
      
    • vips_source_new_from_file$descriptor

      public static FunctionDescriptor vips_source_new_from_file$descriptor()
      Function descriptor for:
      extern VipsSource *vips_source_new_from_file(const char *filename)
      
    • vips_source_new_from_file$handle

      public static MethodHandle vips_source_new_from_file$handle()
      Downcall method handle for:
      extern VipsSource *vips_source_new_from_file(const char *filename)
      
    • vips_source_new_from_file$address

      public static MemorySegment vips_source_new_from_file$address()
      Address for:
      extern VipsSource *vips_source_new_from_file(const char *filename)
      
    • vips_source_new_from_file

      public static MemorySegment vips_source_new_from_file(MemorySegment filename)
      extern VipsSource *vips_source_new_from_file(const char *filename)
      
    • vips_source_new_from_blob$descriptor

      public static FunctionDescriptor vips_source_new_from_blob$descriptor()
      Function descriptor for:
      extern VipsSource *vips_source_new_from_blob(VipsBlob *blob)
      
    • vips_source_new_from_blob$handle

      public static MethodHandle vips_source_new_from_blob$handle()
      Downcall method handle for:
      extern VipsSource *vips_source_new_from_blob(VipsBlob *blob)
      
    • vips_source_new_from_blob$address

      public static MemorySegment vips_source_new_from_blob$address()
      Address for:
      extern VipsSource *vips_source_new_from_blob(VipsBlob *blob)
      
    • vips_source_new_from_blob

      public static MemorySegment vips_source_new_from_blob(MemorySegment blob)
      extern VipsSource *vips_source_new_from_blob(VipsBlob *blob)
      
    • vips_source_new_from_target$descriptor

      public static FunctionDescriptor vips_source_new_from_target$descriptor()
      Function descriptor for:
      extern VipsSource *vips_source_new_from_target(VipsTarget *target)
      
    • vips_source_new_from_target$handle

      public static MethodHandle vips_source_new_from_target$handle()
      Downcall method handle for:
      extern VipsSource *vips_source_new_from_target(VipsTarget *target)
      
    • vips_source_new_from_target$address

      public static MemorySegment vips_source_new_from_target$address()
      Address for:
      extern VipsSource *vips_source_new_from_target(VipsTarget *target)
      
    • vips_source_new_from_target

      public static MemorySegment vips_source_new_from_target(MemorySegment target)
      extern VipsSource *vips_source_new_from_target(VipsTarget *target)
      
    • vips_source_new_from_memory$descriptor

      public static FunctionDescriptor vips_source_new_from_memory$descriptor()
      Function descriptor for:
      extern VipsSource *vips_source_new_from_memory(const void *data, size_t size)
      
    • vips_source_new_from_memory$handle

      public static MethodHandle vips_source_new_from_memory$handle()
      Downcall method handle for:
      extern VipsSource *vips_source_new_from_memory(const void *data, size_t size)
      
    • vips_source_new_from_memory$address

      public static MemorySegment vips_source_new_from_memory$address()
      Address for:
      extern VipsSource *vips_source_new_from_memory(const void *data, size_t size)
      
    • vips_source_new_from_memory

      public static MemorySegment vips_source_new_from_memory(MemorySegment data, long size)
      extern VipsSource *vips_source_new_from_memory(const void *data, size_t size)
      
    • vips_source_new_from_options$descriptor

      public static FunctionDescriptor vips_source_new_from_options$descriptor()
      Function descriptor for:
      extern VipsSource *vips_source_new_from_options(const char *options)
      
    • vips_source_new_from_options$handle

      public static MethodHandle vips_source_new_from_options$handle()
      Downcall method handle for:
      extern VipsSource *vips_source_new_from_options(const char *options)
      
    • vips_source_new_from_options$address

      public static MemorySegment vips_source_new_from_options$address()
      Address for:
      extern VipsSource *vips_source_new_from_options(const char *options)
      
    • vips_source_new_from_options

      public static MemorySegment vips_source_new_from_options(MemorySegment options)
      extern VipsSource *vips_source_new_from_options(const char *options)
      
    • vips_source_custom_new$descriptor

      public static FunctionDescriptor vips_source_custom_new$descriptor()
      Function descriptor for:
      extern VipsSourceCustom *vips_source_custom_new()
      
    • vips_source_custom_new$handle

      public static MethodHandle vips_source_custom_new$handle()
      Downcall method handle for:
      extern VipsSourceCustom *vips_source_custom_new()
      
    • vips_source_custom_new$address

      public static MemorySegment vips_source_custom_new$address()
      Address for:
      extern VipsSourceCustom *vips_source_custom_new()
      
    • vips_source_custom_new

      public static MemorySegment vips_source_custom_new()
      extern VipsSourceCustom *vips_source_custom_new()
      
    • vips_target_get_type$descriptor

      public static FunctionDescriptor vips_target_get_type$descriptor()
      Function descriptor for:
      extern GType vips_target_get_type()
      
    • vips_target_get_type$handle

      public static MethodHandle vips_target_get_type$handle()
      Downcall method handle for:
      extern GType vips_target_get_type()
      
    • vips_target_get_type$address

      public static MemorySegment vips_target_get_type$address()
      Address for:
      extern GType vips_target_get_type()
      
    • vips_target_get_type

      public static long vips_target_get_type()
      extern GType vips_target_get_type()
      
    • vips_target_new_to_descriptor$descriptor

      public static FunctionDescriptor vips_target_new_to_descriptor$descriptor()
      Function descriptor for:
      extern VipsTarget *vips_target_new_to_descriptor(int descriptor)
      
    • vips_target_new_to_descriptor$handle

      public static MethodHandle vips_target_new_to_descriptor$handle()
      Downcall method handle for:
      extern VipsTarget *vips_target_new_to_descriptor(int descriptor)
      
    • vips_target_new_to_descriptor$address

      public static MemorySegment vips_target_new_to_descriptor$address()
      Address for:
      extern VipsTarget *vips_target_new_to_descriptor(int descriptor)
      
    • vips_target_new_to_descriptor

      public static MemorySegment vips_target_new_to_descriptor(int descriptor)
      extern VipsTarget *vips_target_new_to_descriptor(int descriptor)
      
    • vips_target_new_to_file$descriptor

      public static FunctionDescriptor vips_target_new_to_file$descriptor()
      Function descriptor for:
      extern VipsTarget *vips_target_new_to_file(const char *filename)
      
    • vips_target_new_to_file$handle

      public static MethodHandle vips_target_new_to_file$handle()
      Downcall method handle for:
      extern VipsTarget *vips_target_new_to_file(const char *filename)
      
    • vips_target_new_to_file$address

      public static MemorySegment vips_target_new_to_file$address()
      Address for:
      extern VipsTarget *vips_target_new_to_file(const char *filename)
      
    • vips_target_new_to_file

      public static MemorySegment vips_target_new_to_file(MemorySegment filename)
      extern VipsTarget *vips_target_new_to_file(const char *filename)
      
    • vips_target_new_to_memory$descriptor

      public static FunctionDescriptor vips_target_new_to_memory$descriptor()
      Function descriptor for:
      extern VipsTarget *vips_target_new_to_memory()
      
    • vips_target_new_to_memory$handle

      public static MethodHandle vips_target_new_to_memory$handle()
      Downcall method handle for:
      extern VipsTarget *vips_target_new_to_memory()
      
    • vips_target_new_to_memory$address

      public static MemorySegment vips_target_new_to_memory$address()
      Address for:
      extern VipsTarget *vips_target_new_to_memory()
      
    • vips_target_new_to_memory

      public static MemorySegment vips_target_new_to_memory()
      extern VipsTarget *vips_target_new_to_memory()
      
    • vips_target_new_temp$descriptor

      public static FunctionDescriptor vips_target_new_temp$descriptor()
      Function descriptor for:
      extern VipsTarget *vips_target_new_temp(VipsTarget *target)
      
    • vips_target_new_temp$handle

      public static MethodHandle vips_target_new_temp$handle()
      Downcall method handle for:
      extern VipsTarget *vips_target_new_temp(VipsTarget *target)
      
    • vips_target_new_temp$address

      public static MemorySegment vips_target_new_temp$address()
      Address for:
      extern VipsTarget *vips_target_new_temp(VipsTarget *target)
      
    • vips_target_new_temp

      public static MemorySegment vips_target_new_temp(MemorySegment target)
      extern VipsTarget *vips_target_new_temp(VipsTarget *target)
      
    • vips_target_custom_new$descriptor

      public static FunctionDescriptor vips_target_custom_new$descriptor()
      Function descriptor for:
      extern VipsTargetCustom *vips_target_custom_new()
      
    • vips_target_custom_new$handle

      public static MethodHandle vips_target_custom_new$handle()
      Downcall method handle for:
      extern VipsTargetCustom *vips_target_custom_new()
      
    • vips_target_custom_new$address

      public static MemorySegment vips_target_custom_new$address()
      Address for:
      extern VipsTargetCustom *vips_target_custom_new()
      
    • vips_target_custom_new

      public static MemorySegment vips_target_custom_new()
      extern VipsTargetCustom *vips_target_custom_new()
      
    • VIPS_REGION_NONE

      public static int VIPS_REGION_NONE()
      enum _RegionType.VIPS_REGION_NONE = 0
      
    • VIPS_REGION_BUFFER

      public static int VIPS_REGION_BUFFER()
      enum _RegionType.VIPS_REGION_BUFFER = 1
      
    • VIPS_REGION_OTHER_REGION

      public static int VIPS_REGION_OTHER_REGION()
      enum _RegionType.VIPS_REGION_OTHER_REGION = 2
      
    • VIPS_REGION_OTHER_IMAGE

      public static int VIPS_REGION_OTHER_IMAGE()
      enum _RegionType.VIPS_REGION_OTHER_IMAGE = 3
      
    • VIPS_REGION_WINDOW

      public static int VIPS_REGION_WINDOW()
      enum _RegionType.VIPS_REGION_WINDOW = 4
      
    • VIPS_REGION_SHRINK_MEAN

      public static int VIPS_REGION_SHRINK_MEAN()
      enum <anonymous>.VIPS_REGION_SHRINK_MEAN = 0
      
    • VIPS_REGION_SHRINK_MEDIAN

      public static int VIPS_REGION_SHRINK_MEDIAN()
      enum <anonymous>.VIPS_REGION_SHRINK_MEDIAN = 1
      
    • VIPS_REGION_SHRINK_MODE

      public static int VIPS_REGION_SHRINK_MODE()
      enum <anonymous>.VIPS_REGION_SHRINK_MODE = 2
      
    • VIPS_REGION_SHRINK_MAX

      public static int VIPS_REGION_SHRINK_MAX()
      enum <anonymous>.VIPS_REGION_SHRINK_MAX = 3
      
    • VIPS_REGION_SHRINK_MIN

      public static int VIPS_REGION_SHRINK_MIN()
      enum <anonymous>.VIPS_REGION_SHRINK_MIN = 4
      
    • VIPS_REGION_SHRINK_NEAREST

      public static int VIPS_REGION_SHRINK_NEAREST()
      enum <anonymous>.VIPS_REGION_SHRINK_NEAREST = 5
      
    • VIPS_REGION_SHRINK_LAST

      public static int VIPS_REGION_SHRINK_LAST()
      enum <anonymous>.VIPS_REGION_SHRINK_LAST = 6
      
    • VIPS_DEMAND_STYLE_ERROR

      public static int VIPS_DEMAND_STYLE_ERROR()
      enum <anonymous>.VIPS_DEMAND_STYLE_ERROR = -1
      
    • VIPS_DEMAND_STYLE_SMALLTILE

      public static int VIPS_DEMAND_STYLE_SMALLTILE()
      enum <anonymous>.VIPS_DEMAND_STYLE_SMALLTILE = 0
      
    • VIPS_DEMAND_STYLE_FATSTRIP

      public static int VIPS_DEMAND_STYLE_FATSTRIP()
      enum <anonymous>.VIPS_DEMAND_STYLE_FATSTRIP = 1
      
    • VIPS_DEMAND_STYLE_THINSTRIP

      public static int VIPS_DEMAND_STYLE_THINSTRIP()
      enum <anonymous>.VIPS_DEMAND_STYLE_THINSTRIP = 2
      
    • VIPS_DEMAND_STYLE_ANY

      public static int VIPS_DEMAND_STYLE_ANY()
      enum <anonymous>.VIPS_DEMAND_STYLE_ANY = 3
      
    • VIPS_IMAGE_ERROR

      public static int VIPS_IMAGE_ERROR()
      enum <anonymous>.VIPS_IMAGE_ERROR = -1
      
    • VIPS_IMAGE_NONE

      public static int VIPS_IMAGE_NONE()
      enum <anonymous>.VIPS_IMAGE_NONE = 0
      
    • VIPS_IMAGE_SETBUF

      public static int VIPS_IMAGE_SETBUF()
      enum <anonymous>.VIPS_IMAGE_SETBUF = 1
      
    • VIPS_IMAGE_SETBUF_FOREIGN

      public static int VIPS_IMAGE_SETBUF_FOREIGN()
      enum <anonymous>.VIPS_IMAGE_SETBUF_FOREIGN = 2
      
    • VIPS_IMAGE_OPENIN

      public static int VIPS_IMAGE_OPENIN()
      enum <anonymous>.VIPS_IMAGE_OPENIN = 3
      
    • VIPS_IMAGE_MMAPIN

      public static int VIPS_IMAGE_MMAPIN()
      enum <anonymous>.VIPS_IMAGE_MMAPIN = 4
      
    • VIPS_IMAGE_MMAPINRW

      public static int VIPS_IMAGE_MMAPINRW()
      enum <anonymous>.VIPS_IMAGE_MMAPINRW = 5
      
    • VIPS_IMAGE_OPENOUT

      public static int VIPS_IMAGE_OPENOUT()
      enum <anonymous>.VIPS_IMAGE_OPENOUT = 6
      
    • VIPS_IMAGE_PARTIAL

      public static int VIPS_IMAGE_PARTIAL()
      enum <anonymous>.VIPS_IMAGE_PARTIAL = 7
      
    • VIPS_INTERPRETATION_ERROR

      public static int VIPS_INTERPRETATION_ERROR()
      enum <anonymous>.VIPS_INTERPRETATION_ERROR = -1
      
    • VIPS_INTERPRETATION_MULTIBAND

      public static int VIPS_INTERPRETATION_MULTIBAND()
      enum <anonymous>.VIPS_INTERPRETATION_MULTIBAND = 0
      
    • VIPS_INTERPRETATION_B_W

      public static int VIPS_INTERPRETATION_B_W()
      enum <anonymous>.VIPS_INTERPRETATION_B_W = 1
      
    • VIPS_INTERPRETATION_HISTOGRAM

      public static int VIPS_INTERPRETATION_HISTOGRAM()
      enum <anonymous>.VIPS_INTERPRETATION_HISTOGRAM = 10
      
    • VIPS_INTERPRETATION_XYZ

      public static int VIPS_INTERPRETATION_XYZ()
      enum <anonymous>.VIPS_INTERPRETATION_XYZ = 12
      
    • VIPS_INTERPRETATION_LAB

      public static int VIPS_INTERPRETATION_LAB()
      enum <anonymous>.VIPS_INTERPRETATION_LAB = 13
      
    • VIPS_INTERPRETATION_CMYK

      public static int VIPS_INTERPRETATION_CMYK()
      enum <anonymous>.VIPS_INTERPRETATION_CMYK = 15
      
    • VIPS_INTERPRETATION_LABQ

      public static int VIPS_INTERPRETATION_LABQ()
      enum <anonymous>.VIPS_INTERPRETATION_LABQ = 16
      
    • VIPS_INTERPRETATION_RGB

      public static int VIPS_INTERPRETATION_RGB()
      enum <anonymous>.VIPS_INTERPRETATION_RGB = 17
      
    • VIPS_INTERPRETATION_CMC

      public static int VIPS_INTERPRETATION_CMC()
      enum <anonymous>.VIPS_INTERPRETATION_CMC = 18
      
    • VIPS_INTERPRETATION_LCH

      public static int VIPS_INTERPRETATION_LCH()
      enum <anonymous>.VIPS_INTERPRETATION_LCH = 19
      
    • VIPS_INTERPRETATION_LABS

      public static int VIPS_INTERPRETATION_LABS()
      enum <anonymous>.VIPS_INTERPRETATION_LABS = 21
      
    • VIPS_INTERPRETATION_sRGB

      public static int VIPS_INTERPRETATION_sRGB()
      enum <anonymous>.VIPS_INTERPRETATION_sRGB = 22
      
    • VIPS_INTERPRETATION_YXY

      public static int VIPS_INTERPRETATION_YXY()
      enum <anonymous>.VIPS_INTERPRETATION_YXY = 23
      
    • VIPS_INTERPRETATION_FOURIER

      public static int VIPS_INTERPRETATION_FOURIER()
      enum <anonymous>.VIPS_INTERPRETATION_FOURIER = 24
      
    • VIPS_INTERPRETATION_RGB16

      public static int VIPS_INTERPRETATION_RGB16()
      enum <anonymous>.VIPS_INTERPRETATION_RGB16 = 25
      
    • VIPS_INTERPRETATION_GREY16

      public static int VIPS_INTERPRETATION_GREY16()
      enum <anonymous>.VIPS_INTERPRETATION_GREY16 = 26
      
    • VIPS_INTERPRETATION_MATRIX

      public static int VIPS_INTERPRETATION_MATRIX()
      enum <anonymous>.VIPS_INTERPRETATION_MATRIX = 27
      
    • VIPS_INTERPRETATION_scRGB

      public static int VIPS_INTERPRETATION_scRGB()
      enum <anonymous>.VIPS_INTERPRETATION_scRGB = 28
      
    • VIPS_INTERPRETATION_HSV

      public static int VIPS_INTERPRETATION_HSV()
      enum <anonymous>.VIPS_INTERPRETATION_HSV = 29
      
    • VIPS_INTERPRETATION_LAST

      public static int VIPS_INTERPRETATION_LAST()
      enum <anonymous>.VIPS_INTERPRETATION_LAST = 30
      
    • VIPS_FORMAT_NOTSET

      public static int VIPS_FORMAT_NOTSET()
      enum <anonymous>.VIPS_FORMAT_NOTSET = -1
      
    • VIPS_FORMAT_UCHAR

      public static int VIPS_FORMAT_UCHAR()
      enum <anonymous>.VIPS_FORMAT_UCHAR = 0
      
    • VIPS_FORMAT_CHAR

      public static int VIPS_FORMAT_CHAR()
      enum <anonymous>.VIPS_FORMAT_CHAR = 1
      
    • VIPS_FORMAT_USHORT

      public static int VIPS_FORMAT_USHORT()
      enum <anonymous>.VIPS_FORMAT_USHORT = 2
      
    • VIPS_FORMAT_SHORT

      public static int VIPS_FORMAT_SHORT()
      enum <anonymous>.VIPS_FORMAT_SHORT = 3
      
    • VIPS_FORMAT_UINT

      public static int VIPS_FORMAT_UINT()
      enum <anonymous>.VIPS_FORMAT_UINT = 4
      
    • VIPS_FORMAT_INT

      public static int VIPS_FORMAT_INT()
      enum <anonymous>.VIPS_FORMAT_INT = 5
      
    • VIPS_FORMAT_FLOAT

      public static int VIPS_FORMAT_FLOAT()
      enum <anonymous>.VIPS_FORMAT_FLOAT = 6
      
    • VIPS_FORMAT_COMPLEX

      public static int VIPS_FORMAT_COMPLEX()
      enum <anonymous>.VIPS_FORMAT_COMPLEX = 7
      
    • VIPS_FORMAT_DOUBLE

      public static int VIPS_FORMAT_DOUBLE()
      enum <anonymous>.VIPS_FORMAT_DOUBLE = 8
      
    • VIPS_FORMAT_DPCOMPLEX

      public static int VIPS_FORMAT_DPCOMPLEX()
      enum <anonymous>.VIPS_FORMAT_DPCOMPLEX = 9
      
    • VIPS_FORMAT_LAST

      public static int VIPS_FORMAT_LAST()
      enum <anonymous>.VIPS_FORMAT_LAST = 10
      
    • VIPS_CODING_ERROR

      public static int VIPS_CODING_ERROR()
      enum <anonymous>.VIPS_CODING_ERROR = -1
      
    • VIPS_CODING_NONE

      public static int VIPS_CODING_NONE()
      enum <anonymous>.VIPS_CODING_NONE = 0
      
    • VIPS_CODING_LABQ

      public static int VIPS_CODING_LABQ()
      enum <anonymous>.VIPS_CODING_LABQ = 2
      
    • VIPS_CODING_RAD

      public static int VIPS_CODING_RAD()
      enum <anonymous>.VIPS_CODING_RAD = 6
      
    • VIPS_CODING_LAST

      public static int VIPS_CODING_LAST()
      enum <anonymous>.VIPS_CODING_LAST = 7
      
    • VIPS_ACCESS_RANDOM

      public static int VIPS_ACCESS_RANDOM()
      enum <anonymous>.VIPS_ACCESS_RANDOM = 0
      
    • VIPS_ACCESS_SEQUENTIAL

      public static int VIPS_ACCESS_SEQUENTIAL()
      enum <anonymous>.VIPS_ACCESS_SEQUENTIAL = 1
      
    • VIPS_ACCESS_SEQUENTIAL_UNBUFFERED

      public static int VIPS_ACCESS_SEQUENTIAL_UNBUFFERED()
      enum <anonymous>.VIPS_ACCESS_SEQUENTIAL_UNBUFFERED = 2
      
    • VIPS_ACCESS_LAST

      public static int VIPS_ACCESS_LAST()
      enum <anonymous>.VIPS_ACCESS_LAST = 3
      
    • vips_image_get_type$descriptor

      public static FunctionDescriptor vips_image_get_type$descriptor()
      Function descriptor for:
      extern GType vips_image_get_type()
      
    • vips_image_get_type$handle

      public static MethodHandle vips_image_get_type$handle()
      Downcall method handle for:
      extern GType vips_image_get_type()
      
    • vips_image_get_type$address

      public static MemorySegment vips_image_get_type$address()
      Address for:
      extern GType vips_image_get_type()
      
    • vips_image_get_type

      public static long vips_image_get_type()
      extern GType vips_image_get_type()
      
    • vips_filename_get_filename$descriptor

      public static FunctionDescriptor vips_filename_get_filename$descriptor()
      Function descriptor for:
      extern char *vips_filename_get_filename(const char *vips_filename)
      
    • vips_filename_get_filename$handle

      public static MethodHandle vips_filename_get_filename$handle()
      Downcall method handle for:
      extern char *vips_filename_get_filename(const char *vips_filename)
      
    • vips_filename_get_filename$address

      public static MemorySegment vips_filename_get_filename$address()
      Address for:
      extern char *vips_filename_get_filename(const char *vips_filename)
      
    • vips_filename_get_filename

      public static MemorySegment vips_filename_get_filename(MemorySegment vips_filename)
      extern char *vips_filename_get_filename(const char *vips_filename)
      
    • vips_filename_get_options$descriptor

      public static FunctionDescriptor vips_filename_get_options$descriptor()
      Function descriptor for:
      extern char *vips_filename_get_options(const char *vips_filename)
      
    • vips_filename_get_options$handle

      public static MethodHandle vips_filename_get_options$handle()
      Downcall method handle for:
      extern char *vips_filename_get_options(const char *vips_filename)
      
    • vips_filename_get_options$address

      public static MemorySegment vips_filename_get_options$address()
      Address for:
      extern char *vips_filename_get_options(const char *vips_filename)
      
    • vips_filename_get_options

      public static MemorySegment vips_filename_get_options(MemorySegment vips_filename)
      extern char *vips_filename_get_options(const char *vips_filename)
      
    • vips_image_new$descriptor

      public static FunctionDescriptor vips_image_new$descriptor()
      Function descriptor for:
      extern VipsImage *vips_image_new()
      
    • vips_image_new$handle

      public static MethodHandle vips_image_new$handle()
      Downcall method handle for:
      extern VipsImage *vips_image_new()
      
    • vips_image_new$address

      public static MemorySegment vips_image_new$address()
      Address for:
      extern VipsImage *vips_image_new()
      
    • vips_image_new

      public static MemorySegment vips_image_new()
      extern VipsImage *vips_image_new()
      
    • vips_image_write$descriptor

      public static FunctionDescriptor vips_image_write$descriptor()
      Function descriptor for:
      extern int vips_image_write(VipsImage *image, VipsImage *out)
      
    • vips_image_write$handle

      public static MethodHandle vips_image_write$handle()
      Downcall method handle for:
      extern int vips_image_write(VipsImage *image, VipsImage *out)
      
    • vips_image_write$address

      public static MemorySegment vips_image_write$address()
      Address for:
      extern int vips_image_write(VipsImage *image, VipsImage *out)
      
    • vips_image_write

      public static int vips_image_write(MemorySegment image, MemorySegment out)
      extern int vips_image_write(VipsImage *image, VipsImage *out)
      
    • vips_image_hasalpha$descriptor

      public static FunctionDescriptor vips_image_hasalpha$descriptor()
      Function descriptor for:
      extern gboolean vips_image_hasalpha(VipsImage *image)
      
    • vips_image_hasalpha$handle

      public static MethodHandle vips_image_hasalpha$handle()
      Downcall method handle for:
      extern gboolean vips_image_hasalpha(VipsImage *image)
      
    • vips_image_hasalpha$address

      public static MemorySegment vips_image_hasalpha$address()
      Address for:
      extern gboolean vips_image_hasalpha(VipsImage *image)
      
    • vips_image_hasalpha

      public static int vips_image_hasalpha(MemorySegment image)
      extern gboolean vips_image_hasalpha(VipsImage *image)
      
    • vips_value_get_array_image$descriptor

      public static FunctionDescriptor vips_value_get_array_image$descriptor()
      Function descriptor for:
      extern VipsImage **vips_value_get_array_image(const GValue *value, int *n)
      
    • vips_value_get_array_image$handle

      public static MethodHandle vips_value_get_array_image$handle()
      Downcall method handle for:
      extern VipsImage **vips_value_get_array_image(const GValue *value, int *n)
      
    • vips_value_get_array_image$address

      public static MemorySegment vips_value_get_array_image$address()
      Address for:
      extern VipsImage **vips_value_get_array_image(const GValue *value, int *n)
      
    • vips_value_get_array_image

      public static MemorySegment vips_value_get_array_image(MemorySegment value, MemorySegment n)
      extern VipsImage **vips_value_get_array_image(const GValue *value, int *n)
      
    • vips_value_set_array_image$descriptor

      public static FunctionDescriptor vips_value_set_array_image$descriptor()
      Function descriptor for:
      extern void vips_value_set_array_image(GValue *value, int n)
      
    • vips_value_set_array_image$handle

      public static MethodHandle vips_value_set_array_image$handle()
      Downcall method handle for:
      extern void vips_value_set_array_image(GValue *value, int n)
      
    • vips_value_set_array_image$address

      public static MemorySegment vips_value_set_array_image$address()
      Address for:
      extern void vips_value_set_array_image(GValue *value, int n)
      
    • vips_value_set_array_image

      public static void vips_value_set_array_image(MemorySegment value, int n)
      extern void vips_value_set_array_image(GValue *value, int n)
      
    • vips_error_buffer$descriptor

      public static FunctionDescriptor vips_error_buffer$descriptor()
      Function descriptor for:
      extern const char *vips_error_buffer()
      
    • vips_error_buffer$handle

      public static MethodHandle vips_error_buffer$handle()
      Downcall method handle for:
      extern const char *vips_error_buffer()
      
    • vips_error_buffer$address

      public static MemorySegment vips_error_buffer$address()
      Address for:
      extern const char *vips_error_buffer()
      
    • vips_error_buffer

      public static MemorySegment vips_error_buffer()
      extern const char *vips_error_buffer()
      
    • vips_error_buffer_copy$descriptor

      public static FunctionDescriptor vips_error_buffer_copy$descriptor()
      Function descriptor for:
      extern char *vips_error_buffer_copy()
      
    • vips_error_buffer_copy$handle

      public static MethodHandle vips_error_buffer_copy$handle()
      Downcall method handle for:
      extern char *vips_error_buffer_copy()
      
    • vips_error_buffer_copy$address

      public static MemorySegment vips_error_buffer_copy$address()
      Address for:
      extern char *vips_error_buffer_copy()
      
    • vips_error_buffer_copy

      public static MemorySegment vips_error_buffer_copy()
      extern char *vips_error_buffer_copy()
      
    • vips_error_clear$descriptor

      public static FunctionDescriptor vips_error_clear$descriptor()
      Function descriptor for:
      extern void vips_error_clear()
      
    • vips_error_clear$handle

      public static MethodHandle vips_error_clear$handle()
      Downcall method handle for:
      extern void vips_error_clear()
      
    • vips_error_clear$address

      public static MemorySegment vips_error_clear$address()
      Address for:
      extern void vips_error_clear()
      
    • vips_error_clear

      public static void vips_error_clear()
      extern void vips_error_clear()
      
    • vips_error_freeze$descriptor

      public static FunctionDescriptor vips_error_freeze$descriptor()
      Function descriptor for:
      extern void vips_error_freeze()
      
    • vips_error_freeze$handle

      public static MethodHandle vips_error_freeze$handle()
      Downcall method handle for:
      extern void vips_error_freeze()
      
    • vips_error_freeze$address

      public static MemorySegment vips_error_freeze$address()
      Address for:
      extern void vips_error_freeze()
      
    • vips_error_freeze

      public static void vips_error_freeze()
      extern void vips_error_freeze()
      
    • vips_error_thaw$descriptor

      public static FunctionDescriptor vips_error_thaw$descriptor()
      Function descriptor for:
      extern void vips_error_thaw()
      
    • vips_error_thaw$handle

      public static MethodHandle vips_error_thaw$handle()
      Downcall method handle for:
      extern void vips_error_thaw()
      
    • vips_error_thaw$address

      public static MemorySegment vips_error_thaw$address()
      Address for:
      extern void vips_error_thaw()
      
    • vips_error_thaw

      public static void vips_error_thaw()
      extern void vips_error_thaw()
      
    • vips_error_g$descriptor

      public static FunctionDescriptor vips_error_g$descriptor()
      Function descriptor for:
      extern void vips_error_g(GError **error)
      
    • vips_error_g$handle

      public static MethodHandle vips_error_g$handle()
      Downcall method handle for:
      extern void vips_error_g(GError **error)
      
    • vips_error_g$address

      public static MemorySegment vips_error_g$address()
      Address for:
      extern void vips_error_g(GError **error)
      
    • vips_error_g

      public static void vips_error_g(MemorySegment error)
      extern void vips_error_g(GError **error)
      
    • VIPS_FORMAT_NONE

      public static int VIPS_FORMAT_NONE()
      enum <anonymous>.VIPS_FORMAT_NONE = 0
      
    • VIPS_FORMAT_PARTIAL

      public static int VIPS_FORMAT_PARTIAL()
      enum <anonymous>.VIPS_FORMAT_PARTIAL = 1
      
    • VIPS_FORMAT_BIGENDIAN

      public static int VIPS_FORMAT_BIGENDIAN()
      enum <anonymous>.VIPS_FORMAT_BIGENDIAN = 2
      
    • vips_interpolate_get_type$descriptor

      public static FunctionDescriptor vips_interpolate_get_type$descriptor()
      Function descriptor for:
      extern GType vips_interpolate_get_type()
      
    • vips_interpolate_get_type$handle

      public static MethodHandle vips_interpolate_get_type$handle()
      Downcall method handle for:
      extern GType vips_interpolate_get_type()
      
    • vips_interpolate_get_type$address

      public static MemorySegment vips_interpolate_get_type$address()
      Address for:
      extern GType vips_interpolate_get_type()
      
    • vips_interpolate_get_type

      public static long vips_interpolate_get_type()
      extern GType vips_interpolate_get_type()
      
    • vips_interpolate$descriptor

      public static FunctionDescriptor vips_interpolate$descriptor()
      Function descriptor for:
      extern void vips_interpolate(VipsInterpolate *interpolate, void *out, VipsRegion *in, double x, double y)
      
    • vips_interpolate$handle

      public static MethodHandle vips_interpolate$handle()
      Downcall method handle for:
      extern void vips_interpolate(VipsInterpolate *interpolate, void *out, VipsRegion *in, double x, double y)
      
    • vips_interpolate$address

      public static MemorySegment vips_interpolate$address()
      Address for:
      extern void vips_interpolate(VipsInterpolate *interpolate, void *out, VipsRegion *in, double x, double y)
      
    • vips_interpolate

      public static void vips_interpolate(MemorySegment interpolate, MemorySegment out, MemorySegment in, double x, double y)
      extern void vips_interpolate(VipsInterpolate *interpolate, void *out, VipsRegion *in, double x, double y)
      
    • vips_interpolate_get_method$descriptor

      public static FunctionDescriptor vips_interpolate_get_method$descriptor()
      Function descriptor for:
      extern VipsInterpolateMethod vips_interpolate_get_method(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_method$handle

      public static MethodHandle vips_interpolate_get_method$handle()
      Downcall method handle for:
      extern VipsInterpolateMethod vips_interpolate_get_method(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_method$address

      public static MemorySegment vips_interpolate_get_method$address()
      Address for:
      extern VipsInterpolateMethod vips_interpolate_get_method(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_method

      public static MemorySegment vips_interpolate_get_method(MemorySegment interpolate)
      extern VipsInterpolateMethod vips_interpolate_get_method(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_size$descriptor

      public static FunctionDescriptor vips_interpolate_get_window_size$descriptor()
      Function descriptor for:
      extern int vips_interpolate_get_window_size(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_size$handle

      public static MethodHandle vips_interpolate_get_window_size$handle()
      Downcall method handle for:
      extern int vips_interpolate_get_window_size(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_size$address

      public static MemorySegment vips_interpolate_get_window_size$address()
      Address for:
      extern int vips_interpolate_get_window_size(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_size

      public static int vips_interpolate_get_window_size(MemorySegment interpolate)
      extern int vips_interpolate_get_window_size(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_offset$descriptor

      public static FunctionDescriptor vips_interpolate_get_window_offset$descriptor()
      Function descriptor for:
      extern int vips_interpolate_get_window_offset(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_offset$handle

      public static MethodHandle vips_interpolate_get_window_offset$handle()
      Downcall method handle for:
      extern int vips_interpolate_get_window_offset(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_offset$address

      public static MemorySegment vips_interpolate_get_window_offset$address()
      Address for:
      extern int vips_interpolate_get_window_offset(VipsInterpolate *interpolate)
      
    • vips_interpolate_get_window_offset

      public static int vips_interpolate_get_window_offset(MemorySegment interpolate)
      extern int vips_interpolate_get_window_offset(VipsInterpolate *interpolate)
      
    • vips_interpolate_nearest_static$descriptor

      public static FunctionDescriptor vips_interpolate_nearest_static$descriptor()
      Function descriptor for:
      extern VipsInterpolate *vips_interpolate_nearest_static()
      
    • vips_interpolate_nearest_static$handle

      public static MethodHandle vips_interpolate_nearest_static$handle()
      Downcall method handle for:
      extern VipsInterpolate *vips_interpolate_nearest_static()
      
    • vips_interpolate_nearest_static$address

      public static MemorySegment vips_interpolate_nearest_static$address()
      Address for:
      extern VipsInterpolate *vips_interpolate_nearest_static()
      
    • vips_interpolate_nearest_static

      public static MemorySegment vips_interpolate_nearest_static()
      extern VipsInterpolate *vips_interpolate_nearest_static()
      
    • vips_interpolate_bilinear_static$descriptor

      public static FunctionDescriptor vips_interpolate_bilinear_static$descriptor()
      Function descriptor for:
      extern VipsInterpolate *vips_interpolate_bilinear_static()
      
    • vips_interpolate_bilinear_static$handle

      public static MethodHandle vips_interpolate_bilinear_static$handle()
      Downcall method handle for:
      extern VipsInterpolate *vips_interpolate_bilinear_static()
      
    • vips_interpolate_bilinear_static$address

      public static MemorySegment vips_interpolate_bilinear_static$address()
      Address for:
      extern VipsInterpolate *vips_interpolate_bilinear_static()
      
    • vips_interpolate_bilinear_static

      public static MemorySegment vips_interpolate_bilinear_static()
      extern VipsInterpolate *vips_interpolate_bilinear_static()
      
    • vips_interpolate_new$descriptor

      public static FunctionDescriptor vips_interpolate_new$descriptor()
      Function descriptor for:
      extern VipsInterpolate *vips_interpolate_new(const char *nickname)
      
    • vips_interpolate_new$handle

      public static MethodHandle vips_interpolate_new$handle()
      Downcall method handle for:
      extern VipsInterpolate *vips_interpolate_new(const char *nickname)
      
    • vips_interpolate_new$address

      public static MemorySegment vips_interpolate_new$address()
      Address for:
      extern VipsInterpolate *vips_interpolate_new(const char *nickname)
      
    • vips_interpolate_new

      public static MemorySegment vips_interpolate_new(MemorySegment nickname)
      extern VipsInterpolate *vips_interpolate_new(const char *nickname)
      
    • vips_image_get_width$descriptor

      public static FunctionDescriptor vips_image_get_width$descriptor()
      Function descriptor for:
      extern int vips_image_get_width(const VipsImage *image)
      
    • vips_image_get_width$handle

      public static MethodHandle vips_image_get_width$handle()
      Downcall method handle for:
      extern int vips_image_get_width(const VipsImage *image)
      
    • vips_image_get_width$address

      public static MemorySegment vips_image_get_width$address()
      Address for:
      extern int vips_image_get_width(const VipsImage *image)
      
    • vips_image_get_width

      public static int vips_image_get_width(MemorySegment image)
      extern int vips_image_get_width(const VipsImage *image)
      
    • vips_image_get_height$descriptor

      public static FunctionDescriptor vips_image_get_height$descriptor()
      Function descriptor for:
      extern int vips_image_get_height(const VipsImage *image)
      
    • vips_image_get_height$handle

      public static MethodHandle vips_image_get_height$handle()
      Downcall method handle for:
      extern int vips_image_get_height(const VipsImage *image)
      
    • vips_image_get_height$address

      public static MemorySegment vips_image_get_height$address()
      Address for:
      extern int vips_image_get_height(const VipsImage *image)
      
    • vips_image_get_height

      public static int vips_image_get_height(MemorySegment image)
      extern int vips_image_get_height(const VipsImage *image)
      
    • vips_image_get_bands$descriptor

      public static FunctionDescriptor vips_image_get_bands$descriptor()
      Function descriptor for:
      extern int vips_image_get_bands(const VipsImage *image)
      
    • vips_image_get_bands$handle

      public static MethodHandle vips_image_get_bands$handle()
      Downcall method handle for:
      extern int vips_image_get_bands(const VipsImage *image)
      
    • vips_image_get_bands$address

      public static MemorySegment vips_image_get_bands$address()
      Address for:
      extern int vips_image_get_bands(const VipsImage *image)
      
    • vips_image_get_bands

      public static int vips_image_get_bands(MemorySegment image)
      extern int vips_image_get_bands(const VipsImage *image)
      
    • vips_image_get_typeof$descriptor

      public static FunctionDescriptor vips_image_get_typeof$descriptor()
      Function descriptor for:
      extern GType vips_image_get_typeof(const VipsImage *image, const char *name)
      
    • vips_image_get_typeof$handle

      public static MethodHandle vips_image_get_typeof$handle()
      Downcall method handle for:
      extern GType vips_image_get_typeof(const VipsImage *image, const char *name)
      
    • vips_image_get_typeof$address

      public static MemorySegment vips_image_get_typeof$address()
      Address for:
      extern GType vips_image_get_typeof(const VipsImage *image, const char *name)
      
    • vips_image_get_typeof

      public static long vips_image_get_typeof(MemorySegment image, MemorySegment name)
      extern GType vips_image_get_typeof(const VipsImage *image, const char *name)
      
    • vips_image_get_blob$descriptor

      public static FunctionDescriptor vips_image_get_blob$descriptor()
      Function descriptor for:
      extern int vips_image_get_blob(const VipsImage *image, const char *name, const void **data, size_t *length)
      
    • vips_image_get_blob$handle

      public static MethodHandle vips_image_get_blob$handle()
      Downcall method handle for:
      extern int vips_image_get_blob(const VipsImage *image, const char *name, const void **data, size_t *length)
      
    • vips_image_get_blob$address

      public static MemorySegment vips_image_get_blob$address()
      Address for:
      extern int vips_image_get_blob(const VipsImage *image, const char *name, const void **data, size_t *length)
      
    • vips_image_get_blob

      public static int vips_image_get_blob(MemorySegment image, MemorySegment name, MemorySegment data, MemorySegment length)
      extern int vips_image_get_blob(const VipsImage *image, const char *name, const void **data, size_t *length)
      
    • VIPS_OPERATION_NONE

      public static int VIPS_OPERATION_NONE()
      enum <anonymous>.VIPS_OPERATION_NONE = 0
      
    • VIPS_OPERATION_SEQUENTIAL

      public static int VIPS_OPERATION_SEQUENTIAL()
      enum <anonymous>.VIPS_OPERATION_SEQUENTIAL = 1
      
    • VIPS_OPERATION_SEQUENTIAL_UNBUFFERED

      public static int VIPS_OPERATION_SEQUENTIAL_UNBUFFERED()
      enum <anonymous>.VIPS_OPERATION_SEQUENTIAL_UNBUFFERED = 2
      
    • VIPS_OPERATION_NOCACHE

      public static int VIPS_OPERATION_NOCACHE()
      enum <anonymous>.VIPS_OPERATION_NOCACHE = 4
      
    • VIPS_OPERATION_DEPRECATED

      public static int VIPS_OPERATION_DEPRECATED()
      enum <anonymous>.VIPS_OPERATION_DEPRECATED = 8
      
    • VIPS_OPERATION_UNTRUSTED

      public static int VIPS_OPERATION_UNTRUSTED()
      enum <anonymous>.VIPS_OPERATION_UNTRUSTED = 16
      
    • VIPS_OPERATION_BLOCKED

      public static int VIPS_OPERATION_BLOCKED()
      enum <anonymous>.VIPS_OPERATION_BLOCKED = 32
      
    • VIPS_OPERATION_REVALIDATE

      public static int VIPS_OPERATION_REVALIDATE()
      enum <anonymous>.VIPS_OPERATION_REVALIDATE = 64
      
    • vips_operation_get_flags$descriptor

      public static FunctionDescriptor vips_operation_get_flags$descriptor()
      Function descriptor for:
      extern VipsOperationFlags vips_operation_get_flags(VipsOperation *operation)
      
    • vips_operation_get_flags$handle

      public static MethodHandle vips_operation_get_flags$handle()
      Downcall method handle for:
      extern VipsOperationFlags vips_operation_get_flags(VipsOperation *operation)
      
    • vips_operation_get_flags$address

      public static MemorySegment vips_operation_get_flags$address()
      Address for:
      extern VipsOperationFlags vips_operation_get_flags(VipsOperation *operation)
      
    • vips_operation_get_flags

      public static int vips_operation_get_flags(MemorySegment operation)
      extern VipsOperationFlags vips_operation_get_flags(VipsOperation *operation)
      
    • vips_operation_new$descriptor

      public static FunctionDescriptor vips_operation_new$descriptor()
      Function descriptor for:
      extern VipsOperation *vips_operation_new(const char *name)
      
    • vips_operation_new$handle

      public static MethodHandle vips_operation_new$handle()
      Downcall method handle for:
      extern VipsOperation *vips_operation_new(const char *name)
      
    • vips_operation_new$address

      public static MemorySegment vips_operation_new$address()
      Address for:
      extern VipsOperation *vips_operation_new(const char *name)
      
    • vips_operation_new

      public static MemorySegment vips_operation_new(MemorySegment name)
      extern VipsOperation *vips_operation_new(const char *name)
      
    • vips_cache_operation_buildp$descriptor

      public static FunctionDescriptor vips_cache_operation_buildp$descriptor()
      Function descriptor for:
      extern int vips_cache_operation_buildp(VipsOperation **operation)
      
    • vips_cache_operation_buildp$handle

      public static MethodHandle vips_cache_operation_buildp$handle()
      Downcall method handle for:
      extern int vips_cache_operation_buildp(VipsOperation **operation)
      
    • vips_cache_operation_buildp$address

      public static MemorySegment vips_cache_operation_buildp$address()
      Address for:
      extern int vips_cache_operation_buildp(VipsOperation **operation)
      
    • vips_cache_operation_buildp

      public static int vips_cache_operation_buildp(MemorySegment operation)
      extern int vips_cache_operation_buildp(VipsOperation **operation)
      
    • vips_cache_operation_build$descriptor

      public static FunctionDescriptor vips_cache_operation_build$descriptor()
      Function descriptor for:
      extern VipsOperation *vips_cache_operation_build(VipsOperation *operation)
      
    • vips_cache_operation_build$handle

      public static MethodHandle vips_cache_operation_build$handle()
      Downcall method handle for:
      extern VipsOperation *vips_cache_operation_build(VipsOperation *operation)
      
    • vips_cache_operation_build$address

      public static MemorySegment vips_cache_operation_build$address()
      Address for:
      extern VipsOperation *vips_cache_operation_build(VipsOperation *operation)
      
    • vips_cache_operation_build

      public static MemorySegment vips_cache_operation_build(MemorySegment operation)
      extern VipsOperation *vips_cache_operation_build(VipsOperation *operation)
      
    • vips_cache_set_max$descriptor

      public static FunctionDescriptor vips_cache_set_max$descriptor()
      Function descriptor for:
      extern void vips_cache_set_max(int max)
      
    • vips_cache_set_max$handle

      public static MethodHandle vips_cache_set_max$handle()
      Downcall method handle for:
      extern void vips_cache_set_max(int max)
      
    • vips_cache_set_max$address

      public static MemorySegment vips_cache_set_max$address()
      Address for:
      extern void vips_cache_set_max(int max)
      
    • vips_cache_set_max

      public static void vips_cache_set_max(int max)
      extern void vips_cache_set_max(int max)
      
    • vips_cache_set_max_mem$descriptor

      public static FunctionDescriptor vips_cache_set_max_mem$descriptor()
      Function descriptor for:
      extern void vips_cache_set_max_mem(size_t max_mem)
      
    • vips_cache_set_max_mem$handle

      public static MethodHandle vips_cache_set_max_mem$handle()
      Downcall method handle for:
      extern void vips_cache_set_max_mem(size_t max_mem)
      
    • vips_cache_set_max_mem$address

      public static MemorySegment vips_cache_set_max_mem$address()
      Address for:
      extern void vips_cache_set_max_mem(size_t max_mem)
      
    • vips_cache_set_max_mem

      public static void vips_cache_set_max_mem(long max_mem)
      extern void vips_cache_set_max_mem(size_t max_mem)
      
    • vips_cache_set_max_files$descriptor

      public static FunctionDescriptor vips_cache_set_max_files$descriptor()
      Function descriptor for:
      extern void vips_cache_set_max_files(int max_files)
      
    • vips_cache_set_max_files$handle

      public static MethodHandle vips_cache_set_max_files$handle()
      Downcall method handle for:
      extern void vips_cache_set_max_files(int max_files)
      
    • vips_cache_set_max_files$address

      public static MemorySegment vips_cache_set_max_files$address()
      Address for:
      extern void vips_cache_set_max_files(int max_files)
      
    • vips_cache_set_max_files

      public static void vips_cache_set_max_files(int max_files)
      extern void vips_cache_set_max_files(int max_files)
      
    • vips_cache_set_dump$descriptor

      public static FunctionDescriptor vips_cache_set_dump$descriptor()
      Function descriptor for:
      extern void vips_cache_set_dump(gboolean dump)
      
    • vips_cache_set_dump$handle

      public static MethodHandle vips_cache_set_dump$handle()
      Downcall method handle for:
      extern void vips_cache_set_dump(gboolean dump)
      
    • vips_cache_set_dump$address

      public static MemorySegment vips_cache_set_dump$address()
      Address for:
      extern void vips_cache_set_dump(gboolean dump)
      
    • vips_cache_set_dump

      public static void vips_cache_set_dump(int dump)
      extern void vips_cache_set_dump(gboolean dump)
      
    • vips_cache_set_trace$descriptor

      public static FunctionDescriptor vips_cache_set_trace$descriptor()
      Function descriptor for:
      extern void vips_cache_set_trace(gboolean trace)
      
    • vips_cache_set_trace$handle

      public static MethodHandle vips_cache_set_trace$handle()
      Downcall method handle for:
      extern void vips_cache_set_trace(gboolean trace)
      
    • vips_cache_set_trace$address

      public static MemorySegment vips_cache_set_trace$address()
      Address for:
      extern void vips_cache_set_trace(gboolean trace)
      
    • vips_cache_set_trace

      public static void vips_cache_set_trace(int trace)
      extern void vips_cache_set_trace(gboolean trace)
      
    • VIPS_FOREIGN_NONE

      public static int VIPS_FOREIGN_NONE()
      enum <anonymous>.VIPS_FOREIGN_NONE = 0
      
    • VIPS_FOREIGN_PARTIAL

      public static int VIPS_FOREIGN_PARTIAL()
      enum <anonymous>.VIPS_FOREIGN_PARTIAL = 1
      
    • VIPS_FOREIGN_BIGENDIAN

      public static int VIPS_FOREIGN_BIGENDIAN()
      enum <anonymous>.VIPS_FOREIGN_BIGENDIAN = 2
      
    • VIPS_FOREIGN_SEQUENTIAL

      public static int VIPS_FOREIGN_SEQUENTIAL()
      enum <anonymous>.VIPS_FOREIGN_SEQUENTIAL = 4
      
    • VIPS_FOREIGN_ALL

      public static int VIPS_FOREIGN_ALL()
      enum <anonymous>.VIPS_FOREIGN_ALL = 7
      
    • VIPS_FAIL_ON_NONE

      public static int VIPS_FAIL_ON_NONE()
      enum <anonymous>.VIPS_FAIL_ON_NONE = 0
      
    • VIPS_FAIL_ON_TRUNCATED

      public static int VIPS_FAIL_ON_TRUNCATED()
      enum <anonymous>.VIPS_FAIL_ON_TRUNCATED = 1
      
    • VIPS_FAIL_ON_ERROR

      public static int VIPS_FAIL_ON_ERROR()
      enum <anonymous>.VIPS_FAIL_ON_ERROR = 2
      
    • VIPS_FAIL_ON_WARNING

      public static int VIPS_FAIL_ON_WARNING()
      enum <anonymous>.VIPS_FAIL_ON_WARNING = 3
      
    • VIPS_FAIL_ON_LAST

      public static int VIPS_FAIL_ON_LAST()
      enum <anonymous>.VIPS_FAIL_ON_LAST = 4
      
    • vips_foreign_find_load$descriptor

      public static FunctionDescriptor vips_foreign_find_load$descriptor()
      Function descriptor for:
      extern const char *vips_foreign_find_load(const char *filename)
      
    • vips_foreign_find_load$handle

      public static MethodHandle vips_foreign_find_load$handle()
      Downcall method handle for:
      extern const char *vips_foreign_find_load(const char *filename)
      
    • vips_foreign_find_load$address

      public static MemorySegment vips_foreign_find_load$address()
      Address for:
      extern const char *vips_foreign_find_load(const char *filename)
      
    • vips_foreign_find_load

      public static MemorySegment vips_foreign_find_load(MemorySegment filename)
      extern const char *vips_foreign_find_load(const char *filename)
      
    • vips_foreign_find_load_buffer$descriptor

      public static FunctionDescriptor vips_foreign_find_load_buffer$descriptor()
      Function descriptor for:
      extern const char *vips_foreign_find_load_buffer(const void *data, size_t size)
      
    • vips_foreign_find_load_buffer$handle

      public static MethodHandle vips_foreign_find_load_buffer$handle()
      Downcall method handle for:
      extern const char *vips_foreign_find_load_buffer(const void *data, size_t size)
      
    • vips_foreign_find_load_buffer$address

      public static MemorySegment vips_foreign_find_load_buffer$address()
      Address for:
      extern const char *vips_foreign_find_load_buffer(const void *data, size_t size)
      
    • vips_foreign_find_load_buffer

      public static MemorySegment vips_foreign_find_load_buffer(MemorySegment data, long size)
      extern const char *vips_foreign_find_load_buffer(const void *data, size_t size)
      
    • vips_foreign_find_load_source$descriptor

      public static FunctionDescriptor vips_foreign_find_load_source$descriptor()
      Function descriptor for:
      extern const char *vips_foreign_find_load_source(VipsSource *source)
      
    • vips_foreign_find_load_source$handle

      public static MethodHandle vips_foreign_find_load_source$handle()
      Downcall method handle for:
      extern const char *vips_foreign_find_load_source(VipsSource *source)
      
    • vips_foreign_find_load_source$address

      public static MemorySegment vips_foreign_find_load_source$address()
      Address for:
      extern const char *vips_foreign_find_load_source(VipsSource *source)
      
    • vips_foreign_find_load_source

      public static MemorySegment vips_foreign_find_load_source(MemorySegment source)
      extern const char *vips_foreign_find_load_source(VipsSource *source)
      
    • VIPS_SAVEABLE_MONO

      public static int VIPS_SAVEABLE_MONO()
      enum <anonymous>.VIPS_SAVEABLE_MONO = 0
      
    • VIPS_SAVEABLE_RGB

      public static int VIPS_SAVEABLE_RGB()
      enum <anonymous>.VIPS_SAVEABLE_RGB = 1
      
    • VIPS_SAVEABLE_RGBA

      public static int VIPS_SAVEABLE_RGBA()
      enum <anonymous>.VIPS_SAVEABLE_RGBA = 2
      
    • VIPS_SAVEABLE_RGBA_ONLY

      public static int VIPS_SAVEABLE_RGBA_ONLY()
      enum <anonymous>.VIPS_SAVEABLE_RGBA_ONLY = 3
      
    • VIPS_SAVEABLE_RGB_CMYK

      public static int VIPS_SAVEABLE_RGB_CMYK()
      enum <anonymous>.VIPS_SAVEABLE_RGB_CMYK = 4
      
    • VIPS_SAVEABLE_ANY

      public static int VIPS_SAVEABLE_ANY()
      enum <anonymous>.VIPS_SAVEABLE_ANY = 5
      
    • VIPS_SAVEABLE_LAST

      public static int VIPS_SAVEABLE_LAST()
      enum <anonymous>.VIPS_SAVEABLE_LAST = 6
      
    • VIPS_FOREIGN_KEEP_NONE

      public static int VIPS_FOREIGN_KEEP_NONE()
      enum <anonymous>.VIPS_FOREIGN_KEEP_NONE = 0
      
    • VIPS_FOREIGN_KEEP_EXIF

      public static int VIPS_FOREIGN_KEEP_EXIF()
      enum <anonymous>.VIPS_FOREIGN_KEEP_EXIF = 1
      
    • VIPS_FOREIGN_KEEP_XMP

      public static int VIPS_FOREIGN_KEEP_XMP()
      enum <anonymous>.VIPS_FOREIGN_KEEP_XMP = 2
      
    • VIPS_FOREIGN_KEEP_IPTC

      public static int VIPS_FOREIGN_KEEP_IPTC()
      enum <anonymous>.VIPS_FOREIGN_KEEP_IPTC = 4
      
    • VIPS_FOREIGN_KEEP_ICC

      public static int VIPS_FOREIGN_KEEP_ICC()
      enum <anonymous>.VIPS_FOREIGN_KEEP_ICC = 8
      
    • VIPS_FOREIGN_KEEP_OTHER

      public static int VIPS_FOREIGN_KEEP_OTHER()
      enum <anonymous>.VIPS_FOREIGN_KEEP_OTHER = 16
      
    • VIPS_FOREIGN_KEEP_ALL

      public static int VIPS_FOREIGN_KEEP_ALL()
      enum <anonymous>.VIPS_FOREIGN_KEEP_ALL = 31
      
    • vips_foreign_find_save$descriptor

      public static FunctionDescriptor vips_foreign_find_save$descriptor()
      Function descriptor for:
      extern const char *vips_foreign_find_save(const char *filename)
      
    • vips_foreign_find_save$handle

      public static MethodHandle vips_foreign_find_save$handle()
      Downcall method handle for:
      extern const char *vips_foreign_find_save(const char *filename)
      
    • vips_foreign_find_save$address

      public static MemorySegment vips_foreign_find_save$address()
      Address for:
      extern const char *vips_foreign_find_save(const char *filename)
      
    • vips_foreign_find_save

      public static MemorySegment vips_foreign_find_save(MemorySegment filename)
      extern const char *vips_foreign_find_save(const char *filename)
      
    • vips_foreign_find_save_buffer$descriptor

      public static FunctionDescriptor vips_foreign_find_save_buffer$descriptor()
      Function descriptor for:
      extern const char *vips_foreign_find_save_buffer(const char *suffix)
      
    • vips_foreign_find_save_buffer$handle

      public static MethodHandle vips_foreign_find_save_buffer$handle()
      Downcall method handle for:
      extern const char *vips_foreign_find_save_buffer(const char *suffix)
      
    • vips_foreign_find_save_buffer$address

      public static MemorySegment vips_foreign_find_save_buffer$address()
      Address for:
      extern const char *vips_foreign_find_save_buffer(const char *suffix)
      
    • vips_foreign_find_save_buffer

      public static MemorySegment vips_foreign_find_save_buffer(MemorySegment suffix)
      extern const char *vips_foreign_find_save_buffer(const char *suffix)
      
    • vips_foreign_find_save_target$descriptor

      public static FunctionDescriptor vips_foreign_find_save_target$descriptor()
      Function descriptor for:
      extern const char *vips_foreign_find_save_target(const char *suffix)
      
    • vips_foreign_find_save_target$handle

      public static MethodHandle vips_foreign_find_save_target$handle()
      Downcall method handle for:
      extern const char *vips_foreign_find_save_target(const char *suffix)
      
    • vips_foreign_find_save_target$address

      public static MemorySegment vips_foreign_find_save_target$address()
      Address for:
      extern const char *vips_foreign_find_save_target(const char *suffix)
      
    • vips_foreign_find_save_target

      public static MemorySegment vips_foreign_find_save_target(MemorySegment suffix)
      extern const char *vips_foreign_find_save_target(const char *suffix)
      
    • VIPS_FOREIGN_SUBSAMPLE_AUTO

      public static int VIPS_FOREIGN_SUBSAMPLE_AUTO()
      enum <anonymous>.VIPS_FOREIGN_SUBSAMPLE_AUTO = 0
      
    • VIPS_FOREIGN_SUBSAMPLE_ON

      public static int VIPS_FOREIGN_SUBSAMPLE_ON()
      enum <anonymous>.VIPS_FOREIGN_SUBSAMPLE_ON = 1
      
    • VIPS_FOREIGN_SUBSAMPLE_OFF

      public static int VIPS_FOREIGN_SUBSAMPLE_OFF()
      enum <anonymous>.VIPS_FOREIGN_SUBSAMPLE_OFF = 2
      
    • VIPS_FOREIGN_SUBSAMPLE_LAST

      public static int VIPS_FOREIGN_SUBSAMPLE_LAST()
      enum <anonymous>.VIPS_FOREIGN_SUBSAMPLE_LAST = 3
      
    • VIPS_FOREIGN_WEBP_PRESET_DEFAULT

      public static int VIPS_FOREIGN_WEBP_PRESET_DEFAULT()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_DEFAULT = 0
      
    • VIPS_FOREIGN_WEBP_PRESET_PICTURE

      public static int VIPS_FOREIGN_WEBP_PRESET_PICTURE()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_PICTURE = 1
      
    • VIPS_FOREIGN_WEBP_PRESET_PHOTO

      public static int VIPS_FOREIGN_WEBP_PRESET_PHOTO()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_PHOTO = 2
      
    • VIPS_FOREIGN_WEBP_PRESET_DRAWING

      public static int VIPS_FOREIGN_WEBP_PRESET_DRAWING()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_DRAWING = 3
      
    • VIPS_FOREIGN_WEBP_PRESET_ICON

      public static int VIPS_FOREIGN_WEBP_PRESET_ICON()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_ICON = 4
      
    • VIPS_FOREIGN_WEBP_PRESET_TEXT

      public static int VIPS_FOREIGN_WEBP_PRESET_TEXT()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_TEXT = 5
      
    • VIPS_FOREIGN_WEBP_PRESET_LAST

      public static int VIPS_FOREIGN_WEBP_PRESET_LAST()
      enum <anonymous>.VIPS_FOREIGN_WEBP_PRESET_LAST = 6
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_NONE

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_NONE()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_NONE = 0
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_JPEG

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_JPEG()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_JPEG = 1
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_DEFLATE

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_DEFLATE()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_DEFLATE = 2
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_PACKBITS

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_PACKBITS()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_PACKBITS = 3
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_CCITTFAX4

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_CCITTFAX4()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_CCITTFAX4 = 4
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_LZW

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_LZW()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_LZW = 5
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_WEBP

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_WEBP()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_WEBP = 6
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_ZSTD

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_ZSTD()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_ZSTD = 7
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_JP2K

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_JP2K()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_JP2K = 8
      
    • VIPS_FOREIGN_TIFF_COMPRESSION_LAST

      public static int VIPS_FOREIGN_TIFF_COMPRESSION_LAST()
      enum <anonymous>.VIPS_FOREIGN_TIFF_COMPRESSION_LAST = 9
      
    • VIPS_FOREIGN_TIFF_PREDICTOR_NONE

      public static int VIPS_FOREIGN_TIFF_PREDICTOR_NONE()
      enum <anonymous>.VIPS_FOREIGN_TIFF_PREDICTOR_NONE = 1
      
    • VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL

      public static int VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL()
      enum <anonymous>.VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL = 2
      
    • VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT

      public static int VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT()
      enum <anonymous>.VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT = 3
      
    • VIPS_FOREIGN_TIFF_PREDICTOR_LAST

      public static int VIPS_FOREIGN_TIFF_PREDICTOR_LAST()
      enum <anonymous>.VIPS_FOREIGN_TIFF_PREDICTOR_LAST = 4
      
    • VIPS_FOREIGN_TIFF_RESUNIT_CM

      public static int VIPS_FOREIGN_TIFF_RESUNIT_CM()
      enum <anonymous>.VIPS_FOREIGN_TIFF_RESUNIT_CM = 0
      
    • VIPS_FOREIGN_TIFF_RESUNIT_INCH

      public static int VIPS_FOREIGN_TIFF_RESUNIT_INCH()
      enum <anonymous>.VIPS_FOREIGN_TIFF_RESUNIT_INCH = 1
      
    • VIPS_FOREIGN_TIFF_RESUNIT_LAST

      public static int VIPS_FOREIGN_TIFF_RESUNIT_LAST()
      enum <anonymous>.VIPS_FOREIGN_TIFF_RESUNIT_LAST = 2
      
    • VIPS_FOREIGN_PNG_FILTER_NONE

      public static int VIPS_FOREIGN_PNG_FILTER_NONE()
      enum <anonymous>.VIPS_FOREIGN_PNG_FILTER_NONE = 8
      
    • VIPS_FOREIGN_PNG_FILTER_SUB

      public static int VIPS_FOREIGN_PNG_FILTER_SUB()
      enum <anonymous>.VIPS_FOREIGN_PNG_FILTER_SUB = 16
      
    • VIPS_FOREIGN_PNG_FILTER_UP

      public static int VIPS_FOREIGN_PNG_FILTER_UP()
      enum <anonymous>.VIPS_FOREIGN_PNG_FILTER_UP = 32
      
    • VIPS_FOREIGN_PNG_FILTER_AVG

      public static int VIPS_FOREIGN_PNG_FILTER_AVG()
      enum <anonymous>.VIPS_FOREIGN_PNG_FILTER_AVG = 64
      
    • VIPS_FOREIGN_PNG_FILTER_PAETH

      public static int VIPS_FOREIGN_PNG_FILTER_PAETH()
      enum <anonymous>.VIPS_FOREIGN_PNG_FILTER_PAETH = 128
      
    • VIPS_FOREIGN_PNG_FILTER_ALL

      public static int VIPS_FOREIGN_PNG_FILTER_ALL()
      enum <anonymous>.VIPS_FOREIGN_PNG_FILTER_ALL = 248
      
    • VIPS_FOREIGN_PPM_FORMAT_PBM

      public static int VIPS_FOREIGN_PPM_FORMAT_PBM()
      enum <anonymous>.VIPS_FOREIGN_PPM_FORMAT_PBM = 0
      
    • VIPS_FOREIGN_PPM_FORMAT_PGM

      public static int VIPS_FOREIGN_PPM_FORMAT_PGM()
      enum <anonymous>.VIPS_FOREIGN_PPM_FORMAT_PGM = 1
      
    • VIPS_FOREIGN_PPM_FORMAT_PPM

      public static int VIPS_FOREIGN_PPM_FORMAT_PPM()
      enum <anonymous>.VIPS_FOREIGN_PPM_FORMAT_PPM = 2
      
    • VIPS_FOREIGN_PPM_FORMAT_PFM

      public static int VIPS_FOREIGN_PPM_FORMAT_PFM()
      enum <anonymous>.VIPS_FOREIGN_PPM_FORMAT_PFM = 3
      
    • VIPS_FOREIGN_PPM_FORMAT_PNM

      public static int VIPS_FOREIGN_PPM_FORMAT_PNM()
      enum <anonymous>.VIPS_FOREIGN_PPM_FORMAT_PNM = 4
      
    • VIPS_FOREIGN_PPM_FORMAT_LAST

      public static int VIPS_FOREIGN_PPM_FORMAT_LAST()
      enum <anonymous>.VIPS_FOREIGN_PPM_FORMAT_LAST = 5
      
    • VIPS_FOREIGN_DZ_LAYOUT_DZ

      public static int VIPS_FOREIGN_DZ_LAYOUT_DZ()
      enum <anonymous>.VIPS_FOREIGN_DZ_LAYOUT_DZ = 0
      
    • VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY

      public static int VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY()
      enum <anonymous>.VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY = 1
      
    • VIPS_FOREIGN_DZ_LAYOUT_GOOGLE

      public static int VIPS_FOREIGN_DZ_LAYOUT_GOOGLE()
      enum <anonymous>.VIPS_FOREIGN_DZ_LAYOUT_GOOGLE = 2
      
    • VIPS_FOREIGN_DZ_LAYOUT_IIIF

      public static int VIPS_FOREIGN_DZ_LAYOUT_IIIF()
      enum <anonymous>.VIPS_FOREIGN_DZ_LAYOUT_IIIF = 3
      
    • VIPS_FOREIGN_DZ_LAYOUT_IIIF3

      public static int VIPS_FOREIGN_DZ_LAYOUT_IIIF3()
      enum <anonymous>.VIPS_FOREIGN_DZ_LAYOUT_IIIF3 = 4
      
    • VIPS_FOREIGN_DZ_LAYOUT_LAST

      public static int VIPS_FOREIGN_DZ_LAYOUT_LAST()
      enum <anonymous>.VIPS_FOREIGN_DZ_LAYOUT_LAST = 5
      
    • VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL

      public static int VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL()
      enum <anonymous>.VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL = 0
      
    • VIPS_FOREIGN_DZ_DEPTH_ONETILE

      public static int VIPS_FOREIGN_DZ_DEPTH_ONETILE()
      enum <anonymous>.VIPS_FOREIGN_DZ_DEPTH_ONETILE = 1
      
    • VIPS_FOREIGN_DZ_DEPTH_ONE

      public static int VIPS_FOREIGN_DZ_DEPTH_ONE()
      enum <anonymous>.VIPS_FOREIGN_DZ_DEPTH_ONE = 2
      
    • VIPS_FOREIGN_DZ_DEPTH_LAST

      public static int VIPS_FOREIGN_DZ_DEPTH_LAST()
      enum <anonymous>.VIPS_FOREIGN_DZ_DEPTH_LAST = 3
      
    • VIPS_FOREIGN_DZ_CONTAINER_FS

      public static int VIPS_FOREIGN_DZ_CONTAINER_FS()
      enum <anonymous>.VIPS_FOREIGN_DZ_CONTAINER_FS = 0
      
    • VIPS_FOREIGN_DZ_CONTAINER_ZIP

      public static int VIPS_FOREIGN_DZ_CONTAINER_ZIP()
      enum <anonymous>.VIPS_FOREIGN_DZ_CONTAINER_ZIP = 1
      
    • VIPS_FOREIGN_DZ_CONTAINER_SZI

      public static int VIPS_FOREIGN_DZ_CONTAINER_SZI()
      enum <anonymous>.VIPS_FOREIGN_DZ_CONTAINER_SZI = 2
      
    • VIPS_FOREIGN_DZ_CONTAINER_LAST

      public static int VIPS_FOREIGN_DZ_CONTAINER_LAST()
      enum <anonymous>.VIPS_FOREIGN_DZ_CONTAINER_LAST = 3
      
    • VIPS_FOREIGN_HEIF_COMPRESSION_HEVC

      public static int VIPS_FOREIGN_HEIF_COMPRESSION_HEVC()
      enum <anonymous>.VIPS_FOREIGN_HEIF_COMPRESSION_HEVC = 1
      
    • VIPS_FOREIGN_HEIF_COMPRESSION_AVC

      public static int VIPS_FOREIGN_HEIF_COMPRESSION_AVC()
      enum <anonymous>.VIPS_FOREIGN_HEIF_COMPRESSION_AVC = 2
      
    • VIPS_FOREIGN_HEIF_COMPRESSION_JPEG

      public static int VIPS_FOREIGN_HEIF_COMPRESSION_JPEG()
      enum <anonymous>.VIPS_FOREIGN_HEIF_COMPRESSION_JPEG = 3
      
    • VIPS_FOREIGN_HEIF_COMPRESSION_AV1

      public static int VIPS_FOREIGN_HEIF_COMPRESSION_AV1()
      enum <anonymous>.VIPS_FOREIGN_HEIF_COMPRESSION_AV1 = 4
      
    • VIPS_FOREIGN_HEIF_COMPRESSION_LAST

      public static int VIPS_FOREIGN_HEIF_COMPRESSION_LAST()
      enum <anonymous>.VIPS_FOREIGN_HEIF_COMPRESSION_LAST = 5
      
    • VIPS_FOREIGN_HEIF_ENCODER_AUTO

      public static int VIPS_FOREIGN_HEIF_ENCODER_AUTO()
      enum <anonymous>.VIPS_FOREIGN_HEIF_ENCODER_AUTO = 0
      
    • VIPS_FOREIGN_HEIF_ENCODER_AOM

      public static int VIPS_FOREIGN_HEIF_ENCODER_AOM()
      enum <anonymous>.VIPS_FOREIGN_HEIF_ENCODER_AOM = 1
      
    • VIPS_FOREIGN_HEIF_ENCODER_RAV1E

      public static int VIPS_FOREIGN_HEIF_ENCODER_RAV1E()
      enum <anonymous>.VIPS_FOREIGN_HEIF_ENCODER_RAV1E = 2
      
    • VIPS_FOREIGN_HEIF_ENCODER_SVT

      public static int VIPS_FOREIGN_HEIF_ENCODER_SVT()
      enum <anonymous>.VIPS_FOREIGN_HEIF_ENCODER_SVT = 3
      
    • VIPS_FOREIGN_HEIF_ENCODER_X265

      public static int VIPS_FOREIGN_HEIF_ENCODER_X265()
      enum <anonymous>.VIPS_FOREIGN_HEIF_ENCODER_X265 = 4
      
    • VIPS_FOREIGN_HEIF_ENCODER_LAST

      public static int VIPS_FOREIGN_HEIF_ENCODER_LAST()
      enum <anonymous>.VIPS_FOREIGN_HEIF_ENCODER_LAST = 5
      
    • VIPS_OPERATION_MATH_SIN

      public static int VIPS_OPERATION_MATH_SIN()
      enum <anonymous>.VIPS_OPERATION_MATH_SIN = 0
      
    • VIPS_OPERATION_MATH_COS

      public static int VIPS_OPERATION_MATH_COS()
      enum <anonymous>.VIPS_OPERATION_MATH_COS = 1
      
    • VIPS_OPERATION_MATH_TAN

      public static int VIPS_OPERATION_MATH_TAN()
      enum <anonymous>.VIPS_OPERATION_MATH_TAN = 2
      
    • VIPS_OPERATION_MATH_ASIN

      public static int VIPS_OPERATION_MATH_ASIN()
      enum <anonymous>.VIPS_OPERATION_MATH_ASIN = 3
      
    • VIPS_OPERATION_MATH_ACOS

      public static int VIPS_OPERATION_MATH_ACOS()
      enum <anonymous>.VIPS_OPERATION_MATH_ACOS = 4
      
    • VIPS_OPERATION_MATH_ATAN

      public static int VIPS_OPERATION_MATH_ATAN()
      enum <anonymous>.VIPS_OPERATION_MATH_ATAN = 5
      
    • VIPS_OPERATION_MATH_LOG

      public static int VIPS_OPERATION_MATH_LOG()
      enum <anonymous>.VIPS_OPERATION_MATH_LOG = 6
      
    • VIPS_OPERATION_MATH_LOG10

      public static int VIPS_OPERATION_MATH_LOG10()
      enum <anonymous>.VIPS_OPERATION_MATH_LOG10 = 7
      
    • VIPS_OPERATION_MATH_EXP

      public static int VIPS_OPERATION_MATH_EXP()
      enum <anonymous>.VIPS_OPERATION_MATH_EXP = 8
      
    • VIPS_OPERATION_MATH_EXP10

      public static int VIPS_OPERATION_MATH_EXP10()
      enum <anonymous>.VIPS_OPERATION_MATH_EXP10 = 9
      
    • VIPS_OPERATION_MATH_SINH

      public static int VIPS_OPERATION_MATH_SINH()
      enum <anonymous>.VIPS_OPERATION_MATH_SINH = 10
      
    • VIPS_OPERATION_MATH_COSH

      public static int VIPS_OPERATION_MATH_COSH()
      enum <anonymous>.VIPS_OPERATION_MATH_COSH = 11
      
    • VIPS_OPERATION_MATH_TANH

      public static int VIPS_OPERATION_MATH_TANH()
      enum <anonymous>.VIPS_OPERATION_MATH_TANH = 12
      
    • VIPS_OPERATION_MATH_ASINH

      public static int VIPS_OPERATION_MATH_ASINH()
      enum <anonymous>.VIPS_OPERATION_MATH_ASINH = 13
      
    • VIPS_OPERATION_MATH_ACOSH

      public static int VIPS_OPERATION_MATH_ACOSH()
      enum <anonymous>.VIPS_OPERATION_MATH_ACOSH = 14
      
    • VIPS_OPERATION_MATH_ATANH

      public static int VIPS_OPERATION_MATH_ATANH()
      enum <anonymous>.VIPS_OPERATION_MATH_ATANH = 15
      
    • VIPS_OPERATION_MATH_LAST

      public static int VIPS_OPERATION_MATH_LAST()
      enum <anonymous>.VIPS_OPERATION_MATH_LAST = 16
      
    • VIPS_OPERATION_MATH2_POW

      public static int VIPS_OPERATION_MATH2_POW()
      enum <anonymous>.VIPS_OPERATION_MATH2_POW = 0
      
    • VIPS_OPERATION_MATH2_WOP

      public static int VIPS_OPERATION_MATH2_WOP()
      enum <anonymous>.VIPS_OPERATION_MATH2_WOP = 1
      
    • VIPS_OPERATION_MATH2_ATAN2

      public static int VIPS_OPERATION_MATH2_ATAN2()
      enum <anonymous>.VIPS_OPERATION_MATH2_ATAN2 = 2
      
    • VIPS_OPERATION_MATH2_LAST

      public static int VIPS_OPERATION_MATH2_LAST()
      enum <anonymous>.VIPS_OPERATION_MATH2_LAST = 3
      
    • VIPS_OPERATION_ROUND_RINT

      public static int VIPS_OPERATION_ROUND_RINT()
      enum <anonymous>.VIPS_OPERATION_ROUND_RINT = 0
      
    • VIPS_OPERATION_ROUND_CEIL

      public static int VIPS_OPERATION_ROUND_CEIL()
      enum <anonymous>.VIPS_OPERATION_ROUND_CEIL = 1
      
    • VIPS_OPERATION_ROUND_FLOOR

      public static int VIPS_OPERATION_ROUND_FLOOR()
      enum <anonymous>.VIPS_OPERATION_ROUND_FLOOR = 2
      
    • VIPS_OPERATION_ROUND_LAST

      public static int VIPS_OPERATION_ROUND_LAST()
      enum <anonymous>.VIPS_OPERATION_ROUND_LAST = 3
      
    • VIPS_OPERATION_RELATIONAL_EQUAL

      public static int VIPS_OPERATION_RELATIONAL_EQUAL()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_EQUAL = 0
      
    • VIPS_OPERATION_RELATIONAL_NOTEQ

      public static int VIPS_OPERATION_RELATIONAL_NOTEQ()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_NOTEQ = 1
      
    • VIPS_OPERATION_RELATIONAL_LESS

      public static int VIPS_OPERATION_RELATIONAL_LESS()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_LESS = 2
      
    • VIPS_OPERATION_RELATIONAL_LESSEQ

      public static int VIPS_OPERATION_RELATIONAL_LESSEQ()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_LESSEQ = 3
      
    • VIPS_OPERATION_RELATIONAL_MORE

      public static int VIPS_OPERATION_RELATIONAL_MORE()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_MORE = 4
      
    • VIPS_OPERATION_RELATIONAL_MOREEQ

      public static int VIPS_OPERATION_RELATIONAL_MOREEQ()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_MOREEQ = 5
      
    • VIPS_OPERATION_RELATIONAL_LAST

      public static int VIPS_OPERATION_RELATIONAL_LAST()
      enum <anonymous>.VIPS_OPERATION_RELATIONAL_LAST = 6
      
    • VIPS_OPERATION_BOOLEAN_AND

      public static int VIPS_OPERATION_BOOLEAN_AND()
      enum <anonymous>.VIPS_OPERATION_BOOLEAN_AND = 0
      
    • VIPS_OPERATION_BOOLEAN_OR

      public static int VIPS_OPERATION_BOOLEAN_OR()
      enum <anonymous>.VIPS_OPERATION_BOOLEAN_OR = 1
      
    • VIPS_OPERATION_BOOLEAN_EOR

      public static int VIPS_OPERATION_BOOLEAN_EOR()
      enum <anonymous>.VIPS_OPERATION_BOOLEAN_EOR = 2
      
    • VIPS_OPERATION_BOOLEAN_LSHIFT

      public static int VIPS_OPERATION_BOOLEAN_LSHIFT()
      enum <anonymous>.VIPS_OPERATION_BOOLEAN_LSHIFT = 3
      
    • VIPS_OPERATION_BOOLEAN_RSHIFT

      public static int VIPS_OPERATION_BOOLEAN_RSHIFT()
      enum <anonymous>.VIPS_OPERATION_BOOLEAN_RSHIFT = 4
      
    • VIPS_OPERATION_BOOLEAN_LAST

      public static int VIPS_OPERATION_BOOLEAN_LAST()
      enum <anonymous>.VIPS_OPERATION_BOOLEAN_LAST = 5
      
    • VIPS_OPERATION_COMPLEX_POLAR

      public static int VIPS_OPERATION_COMPLEX_POLAR()
      enum <anonymous>.VIPS_OPERATION_COMPLEX_POLAR = 0
      
    • VIPS_OPERATION_COMPLEX_RECT

      public static int VIPS_OPERATION_COMPLEX_RECT()
      enum <anonymous>.VIPS_OPERATION_COMPLEX_RECT = 1
      
    • VIPS_OPERATION_COMPLEX_CONJ

      public static int VIPS_OPERATION_COMPLEX_CONJ()
      enum <anonymous>.VIPS_OPERATION_COMPLEX_CONJ = 2
      
    • VIPS_OPERATION_COMPLEX_LAST

      public static int VIPS_OPERATION_COMPLEX_LAST()
      enum <anonymous>.VIPS_OPERATION_COMPLEX_LAST = 3
      
    • VIPS_OPERATION_COMPLEX2_CROSS_PHASE

      public static int VIPS_OPERATION_COMPLEX2_CROSS_PHASE()
      enum <anonymous>.VIPS_OPERATION_COMPLEX2_CROSS_PHASE = 0
      
    • VIPS_OPERATION_COMPLEX2_LAST

      public static int VIPS_OPERATION_COMPLEX2_LAST()
      enum <anonymous>.VIPS_OPERATION_COMPLEX2_LAST = 1
      
    • VIPS_OPERATION_COMPLEXGET_REAL

      public static int VIPS_OPERATION_COMPLEXGET_REAL()
      enum <anonymous>.VIPS_OPERATION_COMPLEXGET_REAL = 0
      
    • VIPS_OPERATION_COMPLEXGET_IMAG

      public static int VIPS_OPERATION_COMPLEXGET_IMAG()
      enum <anonymous>.VIPS_OPERATION_COMPLEXGET_IMAG = 1
      
    • VIPS_OPERATION_COMPLEXGET_LAST

      public static int VIPS_OPERATION_COMPLEXGET_LAST()
      enum <anonymous>.VIPS_OPERATION_COMPLEXGET_LAST = 2
      
    • VIPS_EXTEND_BLACK

      public static int VIPS_EXTEND_BLACK()
      enum <anonymous>.VIPS_EXTEND_BLACK = 0
      
    • VIPS_EXTEND_COPY

      public static int VIPS_EXTEND_COPY()
      enum <anonymous>.VIPS_EXTEND_COPY = 1
      
    • VIPS_EXTEND_REPEAT

      public static int VIPS_EXTEND_REPEAT()
      enum <anonymous>.VIPS_EXTEND_REPEAT = 2
      
    • VIPS_EXTEND_MIRROR

      public static int VIPS_EXTEND_MIRROR()
      enum <anonymous>.VIPS_EXTEND_MIRROR = 3
      
    • VIPS_EXTEND_WHITE

      public static int VIPS_EXTEND_WHITE()
      enum <anonymous>.VIPS_EXTEND_WHITE = 4
      
    • VIPS_EXTEND_BACKGROUND

      public static int VIPS_EXTEND_BACKGROUND()
      enum <anonymous>.VIPS_EXTEND_BACKGROUND = 5
      
    • VIPS_EXTEND_LAST

      public static int VIPS_EXTEND_LAST()
      enum <anonymous>.VIPS_EXTEND_LAST = 6
      
    • VIPS_COMPASS_DIRECTION_CENTRE

      public static int VIPS_COMPASS_DIRECTION_CENTRE()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_CENTRE = 0
      
    • VIPS_COMPASS_DIRECTION_NORTH

      public static int VIPS_COMPASS_DIRECTION_NORTH()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_NORTH = 1
      
    • VIPS_COMPASS_DIRECTION_EAST

      public static int VIPS_COMPASS_DIRECTION_EAST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_EAST = 2
      
    • VIPS_COMPASS_DIRECTION_SOUTH

      public static int VIPS_COMPASS_DIRECTION_SOUTH()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_SOUTH = 3
      
    • VIPS_COMPASS_DIRECTION_WEST

      public static int VIPS_COMPASS_DIRECTION_WEST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_WEST = 4
      
    • VIPS_COMPASS_DIRECTION_NORTH_EAST

      public static int VIPS_COMPASS_DIRECTION_NORTH_EAST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_NORTH_EAST = 5
      
    • VIPS_COMPASS_DIRECTION_SOUTH_EAST

      public static int VIPS_COMPASS_DIRECTION_SOUTH_EAST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_SOUTH_EAST = 6
      
    • VIPS_COMPASS_DIRECTION_SOUTH_WEST

      public static int VIPS_COMPASS_DIRECTION_SOUTH_WEST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_SOUTH_WEST = 7
      
    • VIPS_COMPASS_DIRECTION_NORTH_WEST

      public static int VIPS_COMPASS_DIRECTION_NORTH_WEST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_NORTH_WEST = 8
      
    • VIPS_COMPASS_DIRECTION_LAST

      public static int VIPS_COMPASS_DIRECTION_LAST()
      enum <anonymous>.VIPS_COMPASS_DIRECTION_LAST = 9
      
    • VIPS_DIRECTION_HORIZONTAL

      public static int VIPS_DIRECTION_HORIZONTAL()
      enum <anonymous>.VIPS_DIRECTION_HORIZONTAL = 0
      
    • VIPS_DIRECTION_VERTICAL

      public static int VIPS_DIRECTION_VERTICAL()
      enum <anonymous>.VIPS_DIRECTION_VERTICAL = 1
      
    • VIPS_DIRECTION_LAST

      public static int VIPS_DIRECTION_LAST()
      enum <anonymous>.VIPS_DIRECTION_LAST = 2
      
    • VIPS_ALIGN_LOW

      public static int VIPS_ALIGN_LOW()
      enum <anonymous>.VIPS_ALIGN_LOW = 0
      
    • VIPS_ALIGN_CENTRE

      public static int VIPS_ALIGN_CENTRE()
      enum <anonymous>.VIPS_ALIGN_CENTRE = 1
      
    • VIPS_ALIGN_HIGH

      public static int VIPS_ALIGN_HIGH()
      enum <anonymous>.VIPS_ALIGN_HIGH = 2
      
    • VIPS_ALIGN_LAST

      public static int VIPS_ALIGN_LAST()
      enum <anonymous>.VIPS_ALIGN_LAST = 3
      
    • VIPS_ANGLE_D0

      public static int VIPS_ANGLE_D0()
      enum <anonymous>.VIPS_ANGLE_D0 = 0
      
    • VIPS_ANGLE_D90

      public static int VIPS_ANGLE_D90()
      enum <anonymous>.VIPS_ANGLE_D90 = 1
      
    • VIPS_ANGLE_D180

      public static int VIPS_ANGLE_D180()
      enum <anonymous>.VIPS_ANGLE_D180 = 2
      
    • VIPS_ANGLE_D270

      public static int VIPS_ANGLE_D270()
      enum <anonymous>.VIPS_ANGLE_D270 = 3
      
    • VIPS_ANGLE_LAST

      public static int VIPS_ANGLE_LAST()
      enum <anonymous>.VIPS_ANGLE_LAST = 4
      
    • VIPS_ANGLE45_D0

      public static int VIPS_ANGLE45_D0()
      enum <anonymous>.VIPS_ANGLE45_D0 = 0
      
    • VIPS_ANGLE45_D45

      public static int VIPS_ANGLE45_D45()
      enum <anonymous>.VIPS_ANGLE45_D45 = 1
      
    • VIPS_ANGLE45_D90

      public static int VIPS_ANGLE45_D90()
      enum <anonymous>.VIPS_ANGLE45_D90 = 2
      
    • VIPS_ANGLE45_D135

      public static int VIPS_ANGLE45_D135()
      enum <anonymous>.VIPS_ANGLE45_D135 = 3
      
    • VIPS_ANGLE45_D180

      public static int VIPS_ANGLE45_D180()
      enum <anonymous>.VIPS_ANGLE45_D180 = 4
      
    • VIPS_ANGLE45_D225

      public static int VIPS_ANGLE45_D225()
      enum <anonymous>.VIPS_ANGLE45_D225 = 5
      
    • VIPS_ANGLE45_D270

      public static int VIPS_ANGLE45_D270()
      enum <anonymous>.VIPS_ANGLE45_D270 = 6
      
    • VIPS_ANGLE45_D315

      public static int VIPS_ANGLE45_D315()
      enum <anonymous>.VIPS_ANGLE45_D315 = 7
      
    • VIPS_ANGLE45_LAST

      public static int VIPS_ANGLE45_LAST()
      enum <anonymous>.VIPS_ANGLE45_LAST = 8
      
    • VIPS_INTERESTING_NONE

      public static int VIPS_INTERESTING_NONE()
      enum <anonymous>.VIPS_INTERESTING_NONE = 0
      
    • VIPS_INTERESTING_CENTRE

      public static int VIPS_INTERESTING_CENTRE()
      enum <anonymous>.VIPS_INTERESTING_CENTRE = 1
      
    • VIPS_INTERESTING_ENTROPY

      public static int VIPS_INTERESTING_ENTROPY()
      enum <anonymous>.VIPS_INTERESTING_ENTROPY = 2
      
    • VIPS_INTERESTING_ATTENTION

      public static int VIPS_INTERESTING_ATTENTION()
      enum <anonymous>.VIPS_INTERESTING_ATTENTION = 3
      
    • VIPS_INTERESTING_LOW

      public static int VIPS_INTERESTING_LOW()
      enum <anonymous>.VIPS_INTERESTING_LOW = 4
      
    • VIPS_INTERESTING_HIGH

      public static int VIPS_INTERESTING_HIGH()
      enum <anonymous>.VIPS_INTERESTING_HIGH = 5
      
    • VIPS_INTERESTING_ALL

      public static int VIPS_INTERESTING_ALL()
      enum <anonymous>.VIPS_INTERESTING_ALL = 6
      
    • VIPS_INTERESTING_LAST

      public static int VIPS_INTERESTING_LAST()
      enum <anonymous>.VIPS_INTERESTING_LAST = 7
      
    • VIPS_BLEND_MODE_CLEAR

      public static int VIPS_BLEND_MODE_CLEAR()
      enum <anonymous>.VIPS_BLEND_MODE_CLEAR = 0
      
    • VIPS_BLEND_MODE_SOURCE

      public static int VIPS_BLEND_MODE_SOURCE()
      enum <anonymous>.VIPS_BLEND_MODE_SOURCE = 1
      
    • VIPS_BLEND_MODE_OVER

      public static int VIPS_BLEND_MODE_OVER()
      enum <anonymous>.VIPS_BLEND_MODE_OVER = 2
      
    • VIPS_BLEND_MODE_IN

      public static int VIPS_BLEND_MODE_IN()
      enum <anonymous>.VIPS_BLEND_MODE_IN = 3
      
    • VIPS_BLEND_MODE_OUT

      public static int VIPS_BLEND_MODE_OUT()
      enum <anonymous>.VIPS_BLEND_MODE_OUT = 4
      
    • VIPS_BLEND_MODE_ATOP

      public static int VIPS_BLEND_MODE_ATOP()
      enum <anonymous>.VIPS_BLEND_MODE_ATOP = 5
      
    • VIPS_BLEND_MODE_DEST

      public static int VIPS_BLEND_MODE_DEST()
      enum <anonymous>.VIPS_BLEND_MODE_DEST = 6
      
    • VIPS_BLEND_MODE_DEST_OVER

      public static int VIPS_BLEND_MODE_DEST_OVER()
      enum <anonymous>.VIPS_BLEND_MODE_DEST_OVER = 7
      
    • VIPS_BLEND_MODE_DEST_IN

      public static int VIPS_BLEND_MODE_DEST_IN()
      enum <anonymous>.VIPS_BLEND_MODE_DEST_IN = 8
      
    • VIPS_BLEND_MODE_DEST_OUT

      public static int VIPS_BLEND_MODE_DEST_OUT()
      enum <anonymous>.VIPS_BLEND_MODE_DEST_OUT = 9
      
    • VIPS_BLEND_MODE_DEST_ATOP

      public static int VIPS_BLEND_MODE_DEST_ATOP()
      enum <anonymous>.VIPS_BLEND_MODE_DEST_ATOP = 10
      
    • VIPS_BLEND_MODE_XOR

      public static int VIPS_BLEND_MODE_XOR()
      enum <anonymous>.VIPS_BLEND_MODE_XOR = 11
      
    • VIPS_BLEND_MODE_ADD

      public static int VIPS_BLEND_MODE_ADD()
      enum <anonymous>.VIPS_BLEND_MODE_ADD = 12
      
    • VIPS_BLEND_MODE_SATURATE

      public static int VIPS_BLEND_MODE_SATURATE()
      enum <anonymous>.VIPS_BLEND_MODE_SATURATE = 13
      
    • VIPS_BLEND_MODE_MULTIPLY

      public static int VIPS_BLEND_MODE_MULTIPLY()
      enum <anonymous>.VIPS_BLEND_MODE_MULTIPLY = 14
      
    • VIPS_BLEND_MODE_SCREEN

      public static int VIPS_BLEND_MODE_SCREEN()
      enum <anonymous>.VIPS_BLEND_MODE_SCREEN = 15
      
    • VIPS_BLEND_MODE_OVERLAY

      public static int VIPS_BLEND_MODE_OVERLAY()
      enum <anonymous>.VIPS_BLEND_MODE_OVERLAY = 16
      
    • VIPS_BLEND_MODE_DARKEN

      public static int VIPS_BLEND_MODE_DARKEN()
      enum <anonymous>.VIPS_BLEND_MODE_DARKEN = 17
      
    • VIPS_BLEND_MODE_LIGHTEN

      public static int VIPS_BLEND_MODE_LIGHTEN()
      enum <anonymous>.VIPS_BLEND_MODE_LIGHTEN = 18
      
    • VIPS_BLEND_MODE_COLOUR_DODGE

      public static int VIPS_BLEND_MODE_COLOUR_DODGE()
      enum <anonymous>.VIPS_BLEND_MODE_COLOUR_DODGE = 19
      
    • VIPS_BLEND_MODE_COLOUR_BURN

      public static int VIPS_BLEND_MODE_COLOUR_BURN()
      enum <anonymous>.VIPS_BLEND_MODE_COLOUR_BURN = 20
      
    • VIPS_BLEND_MODE_HARD_LIGHT

      public static int VIPS_BLEND_MODE_HARD_LIGHT()
      enum <anonymous>.VIPS_BLEND_MODE_HARD_LIGHT = 21
      
    • VIPS_BLEND_MODE_SOFT_LIGHT

      public static int VIPS_BLEND_MODE_SOFT_LIGHT()
      enum <anonymous>.VIPS_BLEND_MODE_SOFT_LIGHT = 22
      
    • VIPS_BLEND_MODE_DIFFERENCE

      public static int VIPS_BLEND_MODE_DIFFERENCE()
      enum <anonymous>.VIPS_BLEND_MODE_DIFFERENCE = 23
      
    • VIPS_BLEND_MODE_EXCLUSION

      public static int VIPS_BLEND_MODE_EXCLUSION()
      enum <anonymous>.VIPS_BLEND_MODE_EXCLUSION = 24
      
    • VIPS_BLEND_MODE_LAST

      public static int VIPS_BLEND_MODE_LAST()
      enum <anonymous>.VIPS_BLEND_MODE_LAST = 25
      
    • VIPS_COMBINE_MAX

      public static int VIPS_COMBINE_MAX()
      enum <anonymous>.VIPS_COMBINE_MAX = 0
      
    • VIPS_COMBINE_SUM

      public static int VIPS_COMBINE_SUM()
      enum <anonymous>.VIPS_COMBINE_SUM = 1
      
    • VIPS_COMBINE_MIN

      public static int VIPS_COMBINE_MIN()
      enum <anonymous>.VIPS_COMBINE_MIN = 2
      
    • VIPS_COMBINE_LAST

      public static int VIPS_COMBINE_LAST()
      enum <anonymous>.VIPS_COMBINE_LAST = 3
      
    • VIPS_OPERATION_MORPHOLOGY_ERODE

      public static int VIPS_OPERATION_MORPHOLOGY_ERODE()
      enum <anonymous>.VIPS_OPERATION_MORPHOLOGY_ERODE = 0
      
    • VIPS_OPERATION_MORPHOLOGY_DILATE

      public static int VIPS_OPERATION_MORPHOLOGY_DILATE()
      enum <anonymous>.VIPS_OPERATION_MORPHOLOGY_DILATE = 1
      
    • VIPS_OPERATION_MORPHOLOGY_LAST

      public static int VIPS_OPERATION_MORPHOLOGY_LAST()
      enum <anonymous>.VIPS_OPERATION_MORPHOLOGY_LAST = 2
      
    • VIPS_KERNEL_NEAREST

      public static int VIPS_KERNEL_NEAREST()
      enum <anonymous>.VIPS_KERNEL_NEAREST = 0
      
    • VIPS_KERNEL_LINEAR

      public static int VIPS_KERNEL_LINEAR()
      enum <anonymous>.VIPS_KERNEL_LINEAR = 1
      
    • VIPS_KERNEL_CUBIC

      public static int VIPS_KERNEL_CUBIC()
      enum <anonymous>.VIPS_KERNEL_CUBIC = 2
      
    • VIPS_KERNEL_MITCHELL

      public static int VIPS_KERNEL_MITCHELL()
      enum <anonymous>.VIPS_KERNEL_MITCHELL = 3
      
    • VIPS_KERNEL_LANCZOS2

      public static int VIPS_KERNEL_LANCZOS2()
      enum <anonymous>.VIPS_KERNEL_LANCZOS2 = 4
      
    • VIPS_KERNEL_LANCZOS3

      public static int VIPS_KERNEL_LANCZOS3()
      enum <anonymous>.VIPS_KERNEL_LANCZOS3 = 5
      
    • VIPS_KERNEL_LAST

      public static int VIPS_KERNEL_LAST()
      enum <anonymous>.VIPS_KERNEL_LAST = 6
      
    • VIPS_SIZE_BOTH

      public static int VIPS_SIZE_BOTH()
      enum <anonymous>.VIPS_SIZE_BOTH = 0
      
    • VIPS_SIZE_UP

      public static int VIPS_SIZE_UP()
      enum <anonymous>.VIPS_SIZE_UP = 1
      
    • VIPS_SIZE_DOWN

      public static int VIPS_SIZE_DOWN()
      enum <anonymous>.VIPS_SIZE_DOWN = 2
      
    • VIPS_SIZE_FORCE

      public static int VIPS_SIZE_FORCE()
      enum <anonymous>.VIPS_SIZE_FORCE = 3
      
    • VIPS_SIZE_LAST

      public static int VIPS_SIZE_LAST()
      enum <anonymous>.VIPS_SIZE_LAST = 4
      
    • VIPS_INTENT_PERCEPTUAL

      public static int VIPS_INTENT_PERCEPTUAL()
      enum <anonymous>.VIPS_INTENT_PERCEPTUAL = 0
      
    • VIPS_INTENT_RELATIVE

      public static int VIPS_INTENT_RELATIVE()
      enum <anonymous>.VIPS_INTENT_RELATIVE = 1
      
    • VIPS_INTENT_SATURATION

      public static int VIPS_INTENT_SATURATION()
      enum <anonymous>.VIPS_INTENT_SATURATION = 2
      
    • VIPS_INTENT_ABSOLUTE

      public static int VIPS_INTENT_ABSOLUTE()
      enum <anonymous>.VIPS_INTENT_ABSOLUTE = 3
      
    • VIPS_INTENT_LAST

      public static int VIPS_INTENT_LAST()
      enum <anonymous>.VIPS_INTENT_LAST = 4
      
    • VIPS_PCS_LAB

      public static int VIPS_PCS_LAB()
      enum <anonymous>.VIPS_PCS_LAB = 0
      
    • VIPS_PCS_XYZ

      public static int VIPS_PCS_XYZ()
      enum <anonymous>.VIPS_PCS_XYZ = 1
      
    • VIPS_PCS_LAST

      public static int VIPS_PCS_LAST()
      enum <anonymous>.VIPS_PCS_LAST = 2
      
    • VIPS_COMBINE_MODE_SET

      public static int VIPS_COMBINE_MODE_SET()
      enum <anonymous>.VIPS_COMBINE_MODE_SET = 0
      
    • VIPS_COMBINE_MODE_ADD

      public static int VIPS_COMBINE_MODE_ADD()
      enum <anonymous>.VIPS_COMBINE_MODE_ADD = 1
      
    • VIPS_COMBINE_MODE_LAST

      public static int VIPS_COMBINE_MODE_LAST()
      enum <anonymous>.VIPS_COMBINE_MODE_LAST = 2
      
    • VIPS_TEXT_WRAP_WORD

      public static int VIPS_TEXT_WRAP_WORD()
      enum <anonymous>.VIPS_TEXT_WRAP_WORD = 0
      
    • VIPS_TEXT_WRAP_CHAR

      public static int VIPS_TEXT_WRAP_CHAR()
      enum <anonymous>.VIPS_TEXT_WRAP_CHAR = 1
      
    • VIPS_TEXT_WRAP_WORD_CHAR

      public static int VIPS_TEXT_WRAP_WORD_CHAR()
      enum <anonymous>.VIPS_TEXT_WRAP_WORD_CHAR = 2
      
    • VIPS_TEXT_WRAP_NONE

      public static int VIPS_TEXT_WRAP_NONE()
      enum <anonymous>.VIPS_TEXT_WRAP_NONE = 3
      
    • VIPS_TEXT_WRAP_LAST

      public static int VIPS_TEXT_WRAP_LAST()
      enum <anonymous>.VIPS_TEXT_WRAP_LAST = 4
      
    • VIPS_SDF_SHAPE_CIRCLE

      public static int VIPS_SDF_SHAPE_CIRCLE()
      enum <anonymous>.VIPS_SDF_SHAPE_CIRCLE = 0
      
    • VIPS_SDF_SHAPE_BOX

      public static int VIPS_SDF_SHAPE_BOX()
      enum <anonymous>.VIPS_SDF_SHAPE_BOX = 1
      
    • VIPS_SDF_SHAPE_ROUNDED_BOX

      public static int VIPS_SDF_SHAPE_ROUNDED_BOX()
      enum <anonymous>.VIPS_SDF_SHAPE_ROUNDED_BOX = 2
      
    • VIPS_SDF_SHAPE_LINE

      public static int VIPS_SDF_SHAPE_LINE()
      enum <anonymous>.VIPS_SDF_SHAPE_LINE = 3
      
    • VIPS_SDF_SHAPE_LAST

      public static int VIPS_SDF_SHAPE_LAST()
      enum <anonymous>.VIPS_SDF_SHAPE_LAST = 4
      
    • VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO

      public static int VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO()
      enum <anonymous>.VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO = 0
      
    • VIPS_FOREIGN_JPEG_SUBSAMPLE_ON

      public static int VIPS_FOREIGN_JPEG_SUBSAMPLE_ON()
      enum <anonymous>.VIPS_FOREIGN_JPEG_SUBSAMPLE_ON = 1
      
    • VIPS_FOREIGN_JPEG_SUBSAMPLE_OFF

      public static int VIPS_FOREIGN_JPEG_SUBSAMPLE_OFF()
      enum <anonymous>.VIPS_FOREIGN_JPEG_SUBSAMPLE_OFF = 2
      
    • VIPS_FOREIGN_JPEG_SUBSAMPLE_LAST

      public static int VIPS_FOREIGN_JPEG_SUBSAMPLE_LAST()
      enum <anonymous>.VIPS_FOREIGN_JPEG_SUBSAMPLE_LAST = 3
      
    • vips_init$descriptor

      public static FunctionDescriptor vips_init$descriptor()
      Function descriptor for:
      extern int vips_init(const char *argv0)
      
    • vips_init$handle

      public static MethodHandle vips_init$handle()
      Downcall method handle for:
      extern int vips_init(const char *argv0)
      
    • vips_init$address

      public static MemorySegment vips_init$address()
      Address for:
      extern int vips_init(const char *argv0)
      
    • vips_init

      public static int vips_init(MemorySegment argv0)
      extern int vips_init(const char *argv0)
      
    • vips_shutdown$descriptor

      public static FunctionDescriptor vips_shutdown$descriptor()
      Function descriptor for:
      extern void vips_shutdown()
      
    • vips_shutdown$handle

      public static MethodHandle vips_shutdown$handle()
      Downcall method handle for:
      extern void vips_shutdown()
      
    • vips_shutdown$address

      public static MemorySegment vips_shutdown$address()
      Address for:
      extern void vips_shutdown()
      
    • vips_shutdown

      public static void vips_shutdown()
      extern void vips_shutdown()
      
    • vips_leak_set$descriptor

      public static FunctionDescriptor vips_leak_set$descriptor()
      Function descriptor for:
      extern void vips_leak_set(gboolean leak)
      
    • vips_leak_set$handle

      public static MethodHandle vips_leak_set$handle()
      Downcall method handle for:
      extern void vips_leak_set(gboolean leak)
      
    • vips_leak_set$address

      public static MemorySegment vips_leak_set$address()
      Address for:
      extern void vips_leak_set(gboolean leak)
      
    • vips_leak_set

      public static void vips_leak_set(int leak)
      extern void vips_leak_set(gboolean leak)
      
    • vips_block_untrusted_set$descriptor

      public static FunctionDescriptor vips_block_untrusted_set$descriptor()
      Function descriptor for:
      extern void vips_block_untrusted_set(gboolean state)
      
    • vips_block_untrusted_set$handle

      public static MethodHandle vips_block_untrusted_set$handle()
      Downcall method handle for:
      extern void vips_block_untrusted_set(gboolean state)
      
    • vips_block_untrusted_set$address

      public static MemorySegment vips_block_untrusted_set$address()
      Address for:
      extern void vips_block_untrusted_set(gboolean state)
      
    • vips_block_untrusted_set

      public static void vips_block_untrusted_set(int state)
      extern void vips_block_untrusted_set(gboolean state)
      
    • vips_version_string$descriptor

      public static FunctionDescriptor vips_version_string$descriptor()
      Function descriptor for:
      extern const char *vips_version_string()
      
    • vips_version_string$handle

      public static MethodHandle vips_version_string$handle()
      Downcall method handle for:
      extern const char *vips_version_string()
      
    • vips_version_string$address

      public static MemorySegment vips_version_string$address()
      Address for:
      extern const char *vips_version_string()
      
    • vips_version_string

      public static MemorySegment vips_version_string()
      extern const char *vips_version_string()
      
    • vips_version$descriptor

      public static FunctionDescriptor vips_version$descriptor()
      Function descriptor for:
      extern int vips_version(int flag)
      
    • vips_version$handle

      public static MethodHandle vips_version$handle()
      Downcall method handle for:
      extern int vips_version(int flag)
      
    • vips_version$address

      public static MemorySegment vips_version$address()
      Address for:
      extern int vips_version(int flag)
      
    • vips_version

      public static int vips_version(int flag)
      extern int vips_version(int flag)
      
    • G_TYPE_FUNDAMENTAL_SHIFT

      public static int G_TYPE_FUNDAMENTAL_SHIFT()
      #define G_TYPE_FUNDAMENTAL_SHIFT 2
      
    • G_TYPE_FUNDAMENTAL_MAX

      public static int G_TYPE_FUNDAMENTAL_MAX()
      #define G_TYPE_FUNDAMENTAL_MAX 1020
      
    • G_TYPE_INVALID

      public static long G_TYPE_INVALID()
      #define G_TYPE_INVALID 0
      
    • G_TYPE_NONE

      public static long G_TYPE_NONE()
      #define G_TYPE_NONE 4
      
    • G_TYPE_INTERFACE

      public static long G_TYPE_INTERFACE()
      #define G_TYPE_INTERFACE 8
      
    • G_TYPE_CHAR

      public static long G_TYPE_CHAR()
      #define G_TYPE_CHAR 12
      
    • G_TYPE_UCHAR

      public static long G_TYPE_UCHAR()
      #define G_TYPE_UCHAR 16
      
    • G_TYPE_BOOLEAN

      public static long G_TYPE_BOOLEAN()
      #define G_TYPE_BOOLEAN 20
      
    • G_TYPE_INT

      public static long G_TYPE_INT()
      #define G_TYPE_INT 24
      
    • G_TYPE_UINT

      public static long G_TYPE_UINT()
      #define G_TYPE_UINT 28
      
    • G_TYPE_LONG

      public static long G_TYPE_LONG()
      #define G_TYPE_LONG 32
      
    • G_TYPE_ULONG

      public static long G_TYPE_ULONG()
      #define G_TYPE_ULONG 36
      
    • G_TYPE_INT64

      public static long G_TYPE_INT64()
      #define G_TYPE_INT64 40
      
    • G_TYPE_UINT64

      public static long G_TYPE_UINT64()
      #define G_TYPE_UINT64 44
      
    • G_TYPE_ENUM

      public static long G_TYPE_ENUM()
      #define G_TYPE_ENUM 48
      
    • G_TYPE_FLAGS

      public static long G_TYPE_FLAGS()
      #define G_TYPE_FLAGS 52
      
    • G_TYPE_FLOAT

      public static long G_TYPE_FLOAT()
      #define G_TYPE_FLOAT 56
      
    • G_TYPE_DOUBLE

      public static long G_TYPE_DOUBLE()
      #define G_TYPE_DOUBLE 60
      
    • G_TYPE_STRING

      public static long G_TYPE_STRING()
      #define G_TYPE_STRING 64
      
    • G_TYPE_POINTER

      public static long G_TYPE_POINTER()
      #define G_TYPE_POINTER 68
      
    • G_TYPE_BOXED

      public static long G_TYPE_BOXED()
      #define G_TYPE_BOXED 72
      
    • G_TYPE_PARAM

      public static long G_TYPE_PARAM()
      #define G_TYPE_PARAM 76
      
    • G_TYPE_OBJECT

      public static long G_TYPE_OBJECT()
      #define G_TYPE_OBJECT 80
      
    • G_TYPE_VARIANT

      public static long G_TYPE_VARIANT()
      #define G_TYPE_VARIANT 84
      
    • G_TYPE_RESERVED_GLIB_FIRST

      public static int G_TYPE_RESERVED_GLIB_FIRST()
      #define G_TYPE_RESERVED_GLIB_FIRST 22
      
    • G_TYPE_RESERVED_GLIB_LAST

      public static int G_TYPE_RESERVED_GLIB_LAST()
      #define G_TYPE_RESERVED_GLIB_LAST 31
      
    • G_TYPE_RESERVED_BSE_FIRST

      public static int G_TYPE_RESERVED_BSE_FIRST()
      #define G_TYPE_RESERVED_BSE_FIRST 32
      
    • G_TYPE_RESERVED_BSE_LAST

      public static int G_TYPE_RESERVED_BSE_LAST()
      #define G_TYPE_RESERVED_BSE_LAST 48
      
    • G_TYPE_RESERVED_USER_FIRST

      public static int G_TYPE_RESERVED_USER_FIRST()
      #define G_TYPE_RESERVED_USER_FIRST 49
      
    • G_TYPE_FLAG_RESERVED_ID_BIT

      public static long G_TYPE_FLAG_RESERVED_ID_BIT()
      #define G_TYPE_FLAG_RESERVED_ID_BIT 1
      
    • VIPS_PI

      public static double VIPS_PI()
      #define VIPS_PI 3.141592653589793
      
    • VIPS_PATH_MAX

      public static int VIPS_PATH_MAX()
      #define VIPS_PATH_MAX 4096
      
    • VIPS_ARGUMENT_REQUIRED_INPUT

      public static int VIPS_ARGUMENT_REQUIRED_INPUT()
      #define VIPS_ARGUMENT_REQUIRED_INPUT 19
      
    • VIPS_ARGUMENT_OPTIONAL_INPUT

      public static int VIPS_ARGUMENT_OPTIONAL_INPUT()
      #define VIPS_ARGUMENT_OPTIONAL_INPUT 18
      
    • VIPS_ARGUMENT_REQUIRED_OUTPUT

      public static int VIPS_ARGUMENT_REQUIRED_OUTPUT()
      #define VIPS_ARGUMENT_REQUIRED_OUTPUT 35
      
    • VIPS_ARGUMENT_OPTIONAL_OUTPUT

      public static int VIPS_ARGUMENT_OPTIONAL_OUTPUT()
      #define VIPS_ARGUMENT_OPTIONAL_OUTPUT 34
      
    • VIPS_TARGET_BUFFER_SIZE

      public static int VIPS_TARGET_BUFFER_SIZE()
      #define VIPS_TARGET_BUFFER_SIZE 8500
      
    • VIPS_TARGET_CUSTOM_BUFFER_SIZE

      public static int VIPS_TARGET_CUSTOM_BUFFER_SIZE()
      #define VIPS_TARGET_CUSTOM_BUFFER_SIZE 4096
      
    • VIPS_SBUF_BUFFER_SIZE

      public static int VIPS_SBUF_BUFFER_SIZE()
      #define VIPS_SBUF_BUFFER_SIZE 4096
      
    • VIPS_VERSION

      public static MemorySegment VIPS_VERSION()
      #define VIPS_VERSION "8.16.0"
      
    • VIPS_VERSION_STRING

      public static MemorySegment VIPS_VERSION_STRING()
      #define VIPS_VERSION_STRING "8.16.0"
      
    • VIPS_MAJOR_VERSION

      public static int VIPS_MAJOR_VERSION()
      #define VIPS_MAJOR_VERSION 8
      
    • VIPS_MINOR_VERSION

      public static int VIPS_MINOR_VERSION()
      #define VIPS_MINOR_VERSION 16
      
    • VIPS_MICRO_VERSION

      public static int VIPS_MICRO_VERSION()
      #define VIPS_MICRO_VERSION 0
      
    • VIPS_LIBRARY_CURRENT

      public static int VIPS_LIBRARY_CURRENT()
      #define VIPS_LIBRARY_CURRENT 60
      
    • VIPS_LIBRARY_REVISION

      public static int VIPS_LIBRARY_REVISION()
      #define VIPS_LIBRARY_REVISION 0
      
    • VIPS_LIBRARY_AGE

      public static int VIPS_LIBRARY_AGE()
      #define VIPS_LIBRARY_AGE 18
      
    • VIPS_CONFIG

      public static MemorySegment VIPS_CONFIG()
      #define VIPS_CONFIG "enable debug: false
      enable deprecated: true
      enable modules: true
      enable cplusplus: true
      enable RAD load/save: true
      enable Analyze7 load: true
      enable PPM load/save: true
      enable GIF load: true
      FFTs with fftw3: true
      SIMD support with libhwy: true
      ICC profile support with lcms2: true
      deflate compression with zlib: true
      text rendering with pangocairo: true
      font file support with fontconfig: true
      EXIF metadata support with libexif: true
      JPEG load/save with libjpeg: true
      JXL load/save with libjxl: true (dynamic module: true)
      JPEG2000 load/save with libopenjp2: true
      PNG load/save with spng: true
      image quantisation with imagequant: true
      TIFF load/save with libtiff-4: true
      image pyramid save with libarchive: true
      HEIC/AVIF load/save with libheif: true (dynamic module: true)
      WebP load/save with libwebp: true
      PDF load with poppler-glib: true (dynamic module: true)
      SVG load with librsvg-2.0: true
      EXR load with OpenEXR: true
      WSI load with openslide: true (dynamic module: true)
      Matlab load with matio: true
      NIfTI load/save with libnifti: false
      FITS load/save with cfitsio: true
      GIF save with cgif: true
      Magick load/save with MagickCore: true (dynamic module: true)"
      
    • VIPS_SPARE

      public static int VIPS_SPARE()
      #define VIPS_SPARE 8
      
    • VIPS__WINDOW_MARGIN_PIXELS

      public static int VIPS__WINDOW_MARGIN_PIXELS()
      #define VIPS__WINDOW_MARGIN_PIXELS 128
      
    • VIPS__WINDOW_MARGIN_BYTES

      public static int VIPS__WINDOW_MARGIN_BYTES()
      #define VIPS__WINDOW_MARGIN_BYTES 10485760
      
    • VIPS_SIZEOF_HEADER

      public static int VIPS_SIZEOF_HEADER()
      #define VIPS_SIZEOF_HEADER 64
      
    • VIPS__TILE_WIDTH

      public static int VIPS__TILE_WIDTH()
      #define VIPS__TILE_WIDTH 128
      
    • VIPS__TILE_HEIGHT

      public static int VIPS__TILE_HEIGHT()
      #define VIPS__TILE_HEIGHT 128
      
    • VIPS__THINSTRIP_HEIGHT

      public static int VIPS__THINSTRIP_HEIGHT()
      #define VIPS__THINSTRIP_HEIGHT 1
      
    • VIPS__FATSTRIP_HEIGHT

      public static int VIPS__FATSTRIP_HEIGHT()
      #define VIPS__FATSTRIP_HEIGHT 16
      
    • VIPS_MAGIC_INTEL

      public static int VIPS_MAGIC_INTEL()
      #define VIPS_MAGIC_INTEL 3064394248
      
    • VIPS_MAGIC_SPARC

      public static int VIPS_MAGIC_SPARC()
      #define VIPS_MAGIC_SPARC 150120118
      
    • VIPS_DEFAULT_MAX_COORD

      public static int VIPS_DEFAULT_MAX_COORD()
      #define VIPS_DEFAULT_MAX_COORD 100000000
      
    • VIPS_TRANSFORM_SHIFT

      public static int VIPS_TRANSFORM_SHIFT()
      #define VIPS_TRANSFORM_SHIFT 6
      
    • VIPS_TRANSFORM_SCALE

      public static int VIPS_TRANSFORM_SCALE()
      #define VIPS_TRANSFORM_SCALE 64
      
    • VIPS_INTERPOLATE_SHIFT

      public static int VIPS_INTERPOLATE_SHIFT()
      #define VIPS_INTERPOLATE_SHIFT 12
      
    • VIPS_INTERPOLATE_SCALE

      public static int VIPS_INTERPOLATE_SCALE()
      #define VIPS_INTERPOLATE_SCALE 4096
      
    • VIPS_META_EXIF_NAME

      public static MemorySegment VIPS_META_EXIF_NAME()
      #define VIPS_META_EXIF_NAME "exif-data"
      
    • VIPS_META_XMP_NAME

      public static MemorySegment VIPS_META_XMP_NAME()
      #define VIPS_META_XMP_NAME "xmp-data"
      
    • VIPS_META_IPTC_NAME

      public static MemorySegment VIPS_META_IPTC_NAME()
      #define VIPS_META_IPTC_NAME "iptc-data"
      
    • VIPS_META_PHOTOSHOP_NAME

      public static MemorySegment VIPS_META_PHOTOSHOP_NAME()
      #define VIPS_META_PHOTOSHOP_NAME "photoshop-data"
      
    • VIPS_META_ICC_NAME

      public static MemorySegment VIPS_META_ICC_NAME()
      #define VIPS_META_ICC_NAME "icc-profile-data"
      
    • VIPS_META_IMAGEDESCRIPTION

      public static MemorySegment VIPS_META_IMAGEDESCRIPTION()
      #define VIPS_META_IMAGEDESCRIPTION "image-description"
      
    • VIPS_META_RESOLUTION_UNIT

      public static MemorySegment VIPS_META_RESOLUTION_UNIT()
      #define VIPS_META_RESOLUTION_UNIT "resolution-unit"
      
    • VIPS_META_BITS_PER_SAMPLE

      public static MemorySegment VIPS_META_BITS_PER_SAMPLE()
      #define VIPS_META_BITS_PER_SAMPLE "bits-per-sample"
      
    • VIPS_META_PALETTE

      public static MemorySegment VIPS_META_PALETTE()
      #define VIPS_META_PALETTE "palette"
      
    • VIPS_META_LOADER

      public static MemorySegment VIPS_META_LOADER()
      #define VIPS_META_LOADER "vips-loader"
      
    • VIPS_META_SEQUENTIAL

      public static MemorySegment VIPS_META_SEQUENTIAL()
      #define VIPS_META_SEQUENTIAL "vips-sequential"
      
    • VIPS_META_ORIENTATION

      public static MemorySegment VIPS_META_ORIENTATION()
      #define VIPS_META_ORIENTATION "orientation"
      
    • VIPS_META_PAGE_HEIGHT

      public static MemorySegment VIPS_META_PAGE_HEIGHT()
      #define VIPS_META_PAGE_HEIGHT "page-height"
      
    • VIPS_META_N_PAGES

      public static MemorySegment VIPS_META_N_PAGES()
      #define VIPS_META_N_PAGES "n-pages"
      
    • VIPS_META_N_SUBIFDS

      public static MemorySegment VIPS_META_N_SUBIFDS()
      #define VIPS_META_N_SUBIFDS "n-subifds"
      
    • VIPS_META_CONCURRENCY

      public static MemorySegment VIPS_META_CONCURRENCY()
      #define VIPS_META_CONCURRENCY "concurrency"
      
    • VIPS_D93_X0

      public static double VIPS_D93_X0()
      #define VIPS_D93_X0 89.74
      
    • VIPS_D93_Y0

      public static double VIPS_D93_Y0()
      #define VIPS_D93_Y0 100.0
      
    • VIPS_D93_Z0

      public static double VIPS_D93_Z0()
      #define VIPS_D93_Z0 130.77
      
    • VIPS_D75_X0

      public static double VIPS_D75_X0()
      #define VIPS_D75_X0 94.9682
      
    • VIPS_D75_Y0

      public static double VIPS_D75_Y0()
      #define VIPS_D75_Y0 100.0
      
    • VIPS_D75_Z0

      public static double VIPS_D75_Z0()
      #define VIPS_D75_Z0 122.571
      
    • VIPS_D65_X0

      public static double VIPS_D65_X0()
      #define VIPS_D65_X0 95.047
      
    • VIPS_D65_Y0

      public static double VIPS_D65_Y0()
      #define VIPS_D65_Y0 100.0
      
    • VIPS_D65_Z0

      public static double VIPS_D65_Z0()
      #define VIPS_D65_Z0 108.8827
      
    • VIPS_D55_X0

      public static double VIPS_D55_X0()
      #define VIPS_D55_X0 95.6831
      
    • VIPS_D55_Y0

      public static double VIPS_D55_Y0()
      #define VIPS_D55_Y0 100.0
      
    • VIPS_D55_Z0

      public static double VIPS_D55_Z0()
      #define VIPS_D55_Z0 92.0871
      
    • VIPS_D50_X0

      public static double VIPS_D50_X0()
      #define VIPS_D50_X0 96.425
      
    • VIPS_D50_Y0

      public static double VIPS_D50_Y0()
      #define VIPS_D50_Y0 100.0
      
    • VIPS_D50_Z0

      public static double VIPS_D50_Z0()
      #define VIPS_D50_Z0 82.468
      
    • VIPS_A_X0

      public static double VIPS_A_X0()
      #define VIPS_A_X0 109.8503
      
    • VIPS_A_Y0

      public static double VIPS_A_Y0()
      #define VIPS_A_Y0 100.0
      
    • VIPS_A_Z0

      public static double VIPS_A_Z0()
      #define VIPS_A_Z0 35.5849
      
    • VIPS_B_X0

      public static double VIPS_B_X0()
      #define VIPS_B_X0 99.072
      
    • VIPS_B_Y0

      public static double VIPS_B_Y0()
      #define VIPS_B_Y0 100.0
      
    • VIPS_B_Z0

      public static double VIPS_B_Z0()
      #define VIPS_B_Z0 85.223
      
    • VIPS_C_X0

      public static double VIPS_C_X0()
      #define VIPS_C_X0 98.07
      
    • VIPS_C_Y0

      public static double VIPS_C_Y0()
      #define VIPS_C_Y0 100.0
      
    • VIPS_C_Z0

      public static double VIPS_C_Z0()
      #define VIPS_C_Z0 118.23
      
    • VIPS_E_X0

      public static double VIPS_E_X0()
      #define VIPS_E_X0 100.0
      
    • VIPS_E_Y0

      public static double VIPS_E_Y0()
      #define VIPS_E_Y0 100.0
      
    • VIPS_E_Z0

      public static double VIPS_E_Z0()
      #define VIPS_E_Z0 100.0
      
    • VIPS_D3250_X0

      public static double VIPS_D3250_X0()
      #define VIPS_D3250_X0 105.659
      
    • VIPS_D3250_Y0

      public static double VIPS_D3250_Y0()
      #define VIPS_D3250_Y0 100.0
      
    • VIPS_D3250_Z0

      public static double VIPS_D3250_Z0()
      #define VIPS_D3250_Z0 45.8501
      
    • VIPS_META_IPCT_NAME

      public static MemorySegment VIPS_META_IPCT_NAME()
      #define VIPS_META_IPCT_NAME "iptc-data"
      
    • VIPS_EXEEXT

      public static MemorySegment VIPS_EXEEXT()
      #define VIPS_EXEEXT ""
      
    • VIPS_MASK_IDEAL_HIGHPASS

      public static int VIPS_MASK_IDEAL_HIGHPASS()
      #define VIPS_MASK_IDEAL_HIGHPASS 0
      
    • VIPS_MASK_IDEAL_LOWPASS

      public static int VIPS_MASK_IDEAL_LOWPASS()
      #define VIPS_MASK_IDEAL_LOWPASS 1
      
    • VIPS_MASK_BUTTERWORTH_HIGHPASS

      public static int VIPS_MASK_BUTTERWORTH_HIGHPASS()
      #define VIPS_MASK_BUTTERWORTH_HIGHPASS 2
      
    • VIPS_MASK_BUTTERWORTH_LOWPASS

      public static int VIPS_MASK_BUTTERWORTH_LOWPASS()
      #define VIPS_MASK_BUTTERWORTH_LOWPASS 3
      
    • VIPS_MASK_GAUSS_HIGHPASS

      public static int VIPS_MASK_GAUSS_HIGHPASS()
      #define VIPS_MASK_GAUSS_HIGHPASS 4
      
    • VIPS_MASK_GAUSS_LOWPASS

      public static int VIPS_MASK_GAUSS_LOWPASS()
      #define VIPS_MASK_GAUSS_LOWPASS 5
      
    • VIPS_MASK_IDEAL_RINGPASS

      public static int VIPS_MASK_IDEAL_RINGPASS()
      #define VIPS_MASK_IDEAL_RINGPASS 6
      
    • VIPS_MASK_IDEAL_RINGREJECT

      public static int VIPS_MASK_IDEAL_RINGREJECT()
      #define VIPS_MASK_IDEAL_RINGREJECT 7
      
    • VIPS_MASK_BUTTERWORTH_RINGPASS

      public static int VIPS_MASK_BUTTERWORTH_RINGPASS()
      #define VIPS_MASK_BUTTERWORTH_RINGPASS 8
      
    • VIPS_MASK_BUTTERWORTH_RINGREJECT

      public static int VIPS_MASK_BUTTERWORTH_RINGREJECT()
      #define VIPS_MASK_BUTTERWORTH_RINGREJECT 9
      
    • VIPS_MASK_GAUSS_RINGPASS

      public static int VIPS_MASK_GAUSS_RINGPASS()
      #define VIPS_MASK_GAUSS_RINGPASS 10
      
    • VIPS_MASK_GAUSS_RINGREJECT

      public static int VIPS_MASK_GAUSS_RINGREJECT()
      #define VIPS_MASK_GAUSS_RINGREJECT 11
      
    • VIPS_MASK_IDEAL_BANDPASS

      public static int VIPS_MASK_IDEAL_BANDPASS()
      #define VIPS_MASK_IDEAL_BANDPASS 12
      
    • VIPS_MASK_IDEAL_BANDREJECT

      public static int VIPS_MASK_IDEAL_BANDREJECT()
      #define VIPS_MASK_IDEAL_BANDREJECT 13
      
    • VIPS_MASK_BUTTERWORTH_BANDPASS

      public static int VIPS_MASK_BUTTERWORTH_BANDPASS()
      #define VIPS_MASK_BUTTERWORTH_BANDPASS 14
      
    • VIPS_MASK_BUTTERWORTH_BANDREJECT

      public static int VIPS_MASK_BUTTERWORTH_BANDREJECT()
      #define VIPS_MASK_BUTTERWORTH_BANDREJECT 15
      
    • VIPS_MASK_GAUSS_BANDPASS

      public static int VIPS_MASK_GAUSS_BANDPASS()
      #define VIPS_MASK_GAUSS_BANDPASS 16
      
    • VIPS_MASK_GAUSS_BANDREJECT

      public static int VIPS_MASK_GAUSS_BANDREJECT()
      #define VIPS_MASK_GAUSS_BANDREJECT 17
      
    • VIPS_MASK_FRACTAL_FLT

      public static int VIPS_MASK_FRACTAL_FLT()
      #define VIPS_MASK_FRACTAL_FLT 18
      
    • VIPS_VECTOR_SOURCE_MAX

      public static int VIPS_VECTOR_SOURCE_MAX()
      #define VIPS_VECTOR_SOURCE_MAX 10