LIBRSVG 2.62.3
C library for rendering SVG
Loading...
Searching...
No Matches
rsvg-pixbuf.h File Reference
#include <gdk-pixbuf/gdk-pixbuf.h>

Go to the source code of this file.

Macros

#define RSVG_PIXBUF_H
 

Functions

GdkPixbuf * rsvg_handle_get_pixbuf (RsvgHandle *handle)
 rsvg_handle_get_pixbuf: @handle: an #RsvgHandle
 
GdkPixbuf * rsvg_handle_get_pixbuf_and_error (RsvgHandle *handle, GError **error)
 Render the SVG to a #GdkPixbuf.
 
GdkPixbuf * rsvg_handle_get_pixbuf_sub (RsvgHandle *handle, const char *id)
 rsvg_handle_get_pixbuf_sub: @handle: an #RsvgHandle @id: (nullable): element id starting with #, or NULL for the whole SVG
 
GdkPixbuf * rsvg_pixbuf_from_file (const gchar *filename, GError **error)
 rsvg_pixbuf_from_file: @filename: a file name @error: return location for a #GError
 
GdkPixbuf * rsvg_pixbuf_from_file_at_zoom (const gchar *filename, double x_zoom, double y_zoom, GError **error)
 rsvg_pixbuf_from_file_at_zoom:
 
GdkPixbuf * rsvg_pixbuf_from_file_at_size (const gchar *filename, gint width, gint height, GError **error)
 rsvg_pixbuf_from_file_at_size:
 
GdkPixbuf * rsvg_pixbuf_from_file_at_max_size (const gchar *filename, gint max_width, gint max_height, GError **error)
 rsvg_pixbuf_from_file_at_max_size:
 
GdkPixbuf * rsvg_pixbuf_from_file_at_zoom_with_max (const gchar *filename, double x_zoom, double y_zoom, gint max_width, gint max_height, GError **error)
 rsvg_pixbuf_from_file_at_zoom_with_max:
 

Macro Definition Documentation

◆ RSVG_PIXBUF_H

#define RSVG_PIXBUF_H