From 7869d8aad54068c3378eb0dc88a71df382393858 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 10 Sep 2013 07:22:32 +0000 Subject: rotate attached images based on Exif orientation tag. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3277 ee746299-78ed-0310-b773-934348b2243d --- src/imageview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/imageview.h') diff --git a/src/imageview.h b/src/imageview.h index 19146e7d..48686b7f 100644 --- a/src/imageview.h +++ b/src/imageview.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2005 Hiroyuki Yamamoto + * Copyright (C) 1999-2013 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -54,4 +54,6 @@ GdkPixbuf *imageview_get_resized_pixbuf (GdkPixbuf *pixbuf, GtkWidget *parent, gint margin); +GdkPixbuf *imageview_get_rotated_pixbuf (GdkPixbuf *pixbuf); + #endif /* __IMAGEVIEW_H__ */ -- cgit v1.2.3