Class VipsForeignLoad

java.lang.Object
app.photofox.vipsffm.generated._VipsForeignLoad
app.photofox.vipsffm.generated.VipsForeignLoad

public class VipsForeignLoad extends _VipsForeignLoad
typedef struct _VipsForeignLoad {
    VipsForeign parent_object;
    gboolean memory;
    VipsAccess access;
    VipsForeignFlags flags;
    VipsFailOn fail_on;
    gboolean fail;
    gboolean sequential;
    VipsImage *out;
    VipsImage *real;
    gboolean nocache;
    gboolean disc;
    gboolean error;
    gboolean revalidate;
} VipsForeignLoad