| Top |
| GdkPixbuf * | go_gdk_pixbuf_get_from_cache () |
| GdkPixbuf * | go_gdk_pixbuf_intelligent_scale () |
| GdkPixbuf * | go_gdk_pixbuf_load_from_file () |
| GdkPixbuf * | go_gdk_pixbuf_new_from_file () |
| GdkPixbuf * | go_gdk_pixbuf_tile () |
GdkPixbuf *
go_gdk_pixbuf_get_from_cache (char const *filename);
Retrieves a pixbuf from the image cache, loading it from the file
filename
located in goffice_icon_dir if not cached yet.
GdkPixbuf * go_gdk_pixbuf_intelligent_scale (GdkPixbuf *buf,guint width,guint height);
go_gdk_pixbuf_intelligent_scale has been deprecated since version 0.9.6 and should not be used in newly-written code.
use go_image_get_scaled_pixbuf() instead
Intelligent pixbuf scaling.
GdkPixbuf *
go_gdk_pixbuf_load_from_file (char const *filename);
Utility routine to create pixbufs from file name
in the goffice_icon_dir.
As a special case, filename
may have the form "res:resource name" in
which case the resource manager is queried instead of loading a file.
Since: 0.9.6
GdkPixbuf *
go_gdk_pixbuf_new_from_file (char const *filename);
go_gdk_pixbuf_new_from_file has been deprecated since version 0.9.6 and should not be used in newly-written code.
use go_gdk_pixbuf_load_from_file() instead
Utility routine to create pixbufs from file name
in the goffice_icon_dir.
As a special case, filename
may have the form "res:resource name" in
which case the resource manager is queried instead of loading a file.