Encapsulated Postscript support

Encapsulated Postscript support

Types and Values

Object Hierarchy

    GObject
    ╰── GOImage
        ╰── GOSpectre

Description

Functions

go_spectre_new_from_data ()

GOImage *
go_spectre_new_from_data (char const *data,
                          size_t length,
                          GError **error);

go_spectre_new_from_file ()

GOImage *
go_spectre_new_from_file (char const *filename,
                          GError **error);

Types and Values

GOSpectre

typedef struct _GOSpectre GOSpectre;