pixbufFromFileAtZoom

Loads a new gdkpixbuf.pixbuf.Pixbuf from filename and returns it. This pixbuf is scaled from the size indicated by the file by a factor of x_zoom and y_zoom. The caller must assume the reference to the returned pixbuf. If an error occurred, error is set and NULL is returned.

More...
pixbufFromFileAtZoom
(
string filename
,
double xZoom
,
double yZoom
)

Parameters

filename string

A file name

xZoom double

The horizontal zoom factor

yZoom double

The vertical zoom factor

Return Value

Type: gdkpixbuf.pixbuf.Pixbuf

A pixbuf, or null on error.

Detailed Description