diff src/pixbuf_util.h @ 839:14520c3a91f8

rotate thumbnails by exif
author nadvornik
date Sun, 15 Jun 2008 21:52:15 +0000
parents 48c8e49b571c
children f40509d56fe3
line wrap: on
line diff
--- a/src/pixbuf_util.h	Sun Jun 15 20:09:15 2008 +0000
+++ b/src/pixbuf_util.h	Sun Jun 15 21:52:15 2008 +0000
@@ -41,7 +41,7 @@
 
 GdkPixbuf *pixbuf_copy_rotate_90(GdkPixbuf *src, gint counter_clockwise);
 GdkPixbuf *pixbuf_copy_mirror(GdkPixbuf *src, gint mirror, gint flip);
-
+GdkPixbuf* pixbuf_apply_orientation(GdkPixbuf *pixbuf, gint orientation);
 
 void pixbuf_draw_rect_fill(GdkPixbuf *pb,
 			   gint x, gint y, gint w, gint h,