vips.bindings

Undocumented in source.

Public Imports

gobject.c.types
public import gobject.c.types : GObject, GValue, GType;

Members

Functions

g_object_get_property
void g_object_get_property(GObject* , const(char)* , GValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_object_ref
void* g_object_ref(void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_object_set_property
void g_object_set_property(GObject* , const(char)* , GValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_object_unref
void g_object_unref(void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_object
GObject* g_value_get_object(GValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_object
void g_value_set_object(GValue* , GObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_array_double_get_type
GType vips_array_double_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_array_image_get_type
GType vips_array_image_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_array_int_get_type
GType vips_array_int_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_blob_get_type
GType vips_blob_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_cache_drop_all
void vips_cache_drop_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_cache_operation_build
VipsOperation* vips_cache_operation_build(VipsOperation* operation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_cache_operation_buildp
int vips_cache_operation_buildp(VipsOperation** operation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_cache_set_max
void vips_cache_set_max(int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_error_buffer
const(char)* vips_error_buffer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_error_clear
void vips_error_clear()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_foreign_find_load
const(char)* vips_foreign_find_load(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_foreign_find_save
const(char)* vips_foreign_find_save(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_image_get_type
GType vips_image_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_init
int vips_init(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_leak_set
void vips_leak_set(bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_object_build
int vips_object_build(VipsObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_object_unref_outputs
void vips_object_unref_outputs(VipsOperation* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_operation_new
VipsOperation* vips_operation_new(char* opName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_shutdown
void vips_shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_value_get_array_image
VipsImage** vips_value_get_array_image(const(GValue)* value, int* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_value_set_array_double
void vips_value_set_array_double(GValue* value, const(double)* array, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_value_set_array_image
void vips_value_set_array_image(GValue* value, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_value_set_array_int
void vips_value_set_array_int(GValue* value, const(int)* array, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vips_version_string
const(char)* vips_version_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

VipsBlob
struct VipsBlob
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VipsImage
struct VipsImage
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VipsObject
struct VipsObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VipsOperation
struct VipsOperation
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta