[gimp/gimp-2-10] Fix 7801



commit 44a594bde78bd543f33617f2b07bb4584efe5596
Author: Lukas Oberhuber <lukaso gmail com>
Date:   Mon Feb 7 17:23:10 2022 +0000

    Fix 7801
    
    Fix provided by @dnovomesky

 plug-ins/common/file-heif.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/plug-ins/common/file-heif.c b/plug-ins/common/file-heif.c
index 80804029a4..e103562157 100644
--- a/plug-ins/common/file-heif.c
+++ b/plug-ins/common/file-heif.c
@@ -1193,6 +1193,8 @@ load_image (GFile     *file,
               }
           }
 
+        gexiv2_metadata_set_orientation (GEXIV2_METADATA (metadata),
+                                         GEXIV2_ORIENTATION_NORMAL);
         gimp_image_metadata_load_finish (image_ID, "image/heif",
                                          metadata, flags,
                                          interactive);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]