diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-09-10 07:22:32 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-09-10 07:22:32 +0000 |
commit | 7869d8aad54068c3378eb0dc88a71df382393858 (patch) | |
tree | 3a9c86c2018d2677133121a464da466c7cacac17 /src/imageview.h | |
parent | 2e7d504d5191b25b5d53c3da4a43ec7bd8856c7b (diff) |
rotate attached images based on Exif orientation tag.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3277 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/imageview.h')
-rw-r--r-- | src/imageview.h | 4 |
1 files changed, 3 insertions, 1 deletions
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__ */ |