[gthumb] reset orientation to 1, instead of 0
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] reset orientation to 1, instead of 0
- Date: Tue, 30 Mar 2010 14:37:42 +0000 (UTC)
commit a0ad40483d3824e7a3585a40e7c8d57bda0cb18f
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Mar 30 16:00:27 2010 +0200
reset orientation to 1, instead of 0
extensions/exiv2_tools/exiv2-utils.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/exiv2_tools/exiv2-utils.cpp b/extensions/exiv2_tools/exiv2-utils.cpp
index 4cc9ab3..681a248 100644
--- a/extensions/exiv2_tools/exiv2-utils.cpp
+++ b/extensions/exiv2_tools/exiv2-utils.cpp
@@ -656,7 +656,7 @@ exiv2_write_metadata_private (Exiv2::Image::AutoPtr image,
if (height > 0)
ed["Exif.Photo.PixelYDimension"] = height;
- ed["Exif.Image.Orientation"] = 0;
+ ed["Exif.Image.Orientation"] = 1;
}
// Update the thumbnail
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]