PNG Backend

PNG Backend —

Synopsis




void        cairo_set_target_png            (cairo_t *cr,
                                             FILE *file,
                                             cairo_format_t format,
                                             int width,
                                             int height);
cairo_surface_t* cairo_png_surface_create   (FILE *file,
                                             cairo_format_t format,
                                             int width,
                                             int height);

Description

Details

cairo_set_target_png ()

void        cairo_set_target_png            (cairo_t *cr,
                                             FILE *file,
                                             cairo_format_t format,
                                             int width,
                                             int height);

cr :
file :
format :
width :
height :

cairo_png_surface_create ()

cairo_surface_t* cairo_png_surface_create   (FILE *file,
                                             cairo_format_t format,
                                             int width,
                                             int height);

file :
format :
width :
height :
Returns :