Class _VipsImage

java.lang.Object
app.photofox.vipsffm.generated._VipsImage
Direct Known Subclasses:
VipsImage

public class _VipsImage extends Object
struct _VipsImage {
    VipsObject parent_instance;
    int Xsize;
    int Ysize;
    int Bands;
    VipsBandFormat BandFmt;
    VipsCoding Coding;
    VipsInterpretation Type;
    double Xres;
    double Yres;
    int Xoffset;
    int Yoffset;
    int Length;
    short Compression;
    short Level;
    int Bbits;
    VipsProgress *time;
    char *Hist;
    char *filename;
    VipsPel *data;
    int kill;
    float Xres_float;
    float Yres_float;
    char *mode;
    VipsImageType dtype;
    int fd;
    void *baseaddr;
    size_t length;
    guint32 magic;
    VipsStartFn start_fn;
    VipsGenerateFn generate_fn;
    VipsStopFn stop_fn;
    void *client1;
    void *client2;
    GMutex *sslock;
    GSList *regions;
    VipsDemandStyle dhint;
    GHashTable *meta;
    GSList *meta_traverse;
    gint64 sizeof_header;
    GSList *windows;
    GSList *upstream;
    GSList *downstream;
    int serial;
    GSList *history_list;
    VipsImage *progress_signal;
    gint64 file_length;
    gboolean hint_set;
    gboolean delete_on_close;
    char *delete_on_close_filename;
}