[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-11-28 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=252003

Martin Koller  changed:

   What|Removed |Added

 CC||wade_me...@icloud.com

--- Comment #8 from Martin Koller  ---
*** Bug 373011 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-11-26 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=252003

Martin Koller  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kolo |https://commits.kde.org/kol
   |urpaint/a149002600d8d697fa7 |ourpaint/8747c55692ac41f80c
   |136488f0d4703054a3a4c   |a1cce5633bc892c6b3d842

--- Comment #7 from Martin Koller  ---
Git commit 8747c55692ac41f80ca1cce5633bc892c6b3d842 by Martin Koller.
Committed on 27/11/2016 at 07:53.
Pushed by mkoller into branch 'master'.

get rid of KExiv dependency since Qt5.5 can already auto-rotate images

M  +2-4CMakeLists.txt
M  +6-6document/kpDocument_Open.cpp

https://commits.kde.org/kolourpaint/8747c55692ac41f80ca1cce5633bc892c6b3d842

-- 
You are receiving this mail because:
You are watching all bug changes.

[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-11-22 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=252003

--- Comment #6 from Martin Koller  ---
On Tuesday 22 November 2016 22:47:31 you wrote:
> https://bugs.kde.org/show_bug.cgi?id=252003
> 
> --- Comment #5 from Christoph Feck  ---
> ... and http://doc-snapshots.qt.io/qt5-dev/qimagereader.html#setAutoTransform
> actually transforms (i.e. rotates) the image automatically, if set to true
> (this is false because of compatibility reasons).
> 
> There is no reason to hardcode EXIF support.

yes, I'll have a look

-- 
You are receiving this mail because:
You are watching all bug changes.

[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-11-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=252003

--- Comment #5 from Christoph Feck  ---
... and http://doc-snapshots.qt.io/qt5-dev/qimagereader.html#setAutoTransform
actually transforms (i.e. rotates) the image automatically, if set to true
(this is false because of compatibility reasons).

There is no reason to hardcode EXIF support.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-10-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=252003

--- Comment #4 from Christoph Feck  ---
Additionally, since Qt 5.5, there is API to read the image orientation, see
https://doc.qt.io/qt-5/qimageiohandler.html#Transformation-enum

-- 
You are receiving this mail because:
You are watching all bug changes.

[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-10-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=252003

--- Comment #3 from Christoph Feck  ---
You may have to check the runtime Qt version, because there are versions that
automatically rotate JPEG according to EXIF.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kolourpaint] [Bug 252003] KolourPaint don't respect the EXIF orientation flag

2016-10-26 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=252003

Martin Koller  changed:

   What|Removed |Added

   Version Fixed In||16.12
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kolo
   ||urpaint/a149002600d8d697fa7
   ||136488f0d4703054a3a4c
 Resolution|--- |FIXED

--- Comment #2 from Martin Koller  ---
Git commit a149002600d8d697fa7136488f0d4703054a3a4c by Martin Koller.
Committed on 26/10/2016 at 16:51.
Pushed by mkoller into branch 'master'.

Respect EXIF rotation information on loading an image
FIXED-IN: 16.12

M  +3-2CMakeLists.txt
M  +6-1document/kpDocument_Open.cpp

http://commits.kde.org/kolourpaint/a149002600d8d697fa7136488f0d4703054a3a4c

-- 
You are receiving this mail because:
You are watching all bug changes.