[gthumb] reset orientation to 1, instead of 0



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]