##### Note: GQview CVS on sourceforge is not always up to date, please use #####
[geeqie.git] / src / image.h
index 0d811a3..d5a1a04 100644 (file)
@@ -52,6 +52,8 @@ void image_change_from_collection(ImageWindow *imd, CollectionData *cd, CollectI
 CollectionData *image_get_collection(ImageWindow *imd, CollectInfo **info);
 void image_change_from_image(ImageWindow *imd, ImageWindow *source);
 
+GdkPixbuf *image_get_pixbuf(ImageWindow *imd);
+
 /* manipulation */
 void image_area_changed(ImageWindow *imd, gint x, gint y, gint width, gint height);
 void image_reload(ImageWindow *imd);