[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling ("Warning: Duplicate Orientation tag in IFD0")

2013-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Michelle Lee Kosik  changed:

   What|Removed |Added

 CC||kosi...@mail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling ("Warning: Duplicate Orientation tag in IFD0")

2013-03-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Andre Klapper  changed:

   What|Removed |Added

   Priority|High|Normal
Summary|incorrect duplicate EXIF|incorrect duplicate EXIF
   |IFD0:Orientation tag|IFD0:Orientation tag
   |handling|handling ("Warning:
   ||Duplicate Orientation tag
   ||in IFD0")

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2012-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Bugmeister Bot  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC|john.n...@gmx.com   |bawolff...@gmail.com,
   ||br...@wikimedia.org,
   ||bryan.tongm...@gmail.com
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2012-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC|bawolff...@gmail.com,   |john.n...@gmx.com
   |br...@wikimedia.org,|
   |bryan.tongm...@gmail.com|
 Resolution||FIXED

--- Comment #9 from Mark A. Hershberger  2012-02-28 20:46:31 
UTC ---
Fixed in 105432.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

--- Comment #8 from Saibo  2011-12-09 14:15:19 UTC ---
In case it is interesting for someone: Current rate in Rotatebot's uploads: 0.5
% (out of 840 images). Until now all images had "Quicktime" in their EXIF info.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

--- Comment #7 from Saibo  2011-12-09 13:01:12 UTC ---
(In reply to comment #6)
I do now use this:
exiftool -IFD0:Orientation -b -a
Outputs all (-a) tags and therefore provides the full control over
interpretation. ;-)
So for Commons the priority is maybe not more "high major".

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

--- Comment #6 from Bawolff  2011-12-09 03:45:10 UTC ---

> 
> (In reply to comment #4)
> > As an aside, this is an upstream issue, since we don't extract the exif
> > ourselves.
> Which tool and which settings do we use? Is it reported?
> At exiftool you need to add parameter -a to get also duplicate tags. If you
> leave it away it does not output both. Just one - I do not know which one or 
> if
> it ignores both then.

We use PHP's exif module (which is a piece of crap for a variety of reasons,
and I've contemplated just re-writing its functionality in php more than once).

I think exiftool goes with the first one, and we use the last one, but that's
just a guess.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

--- Comment #5 from Saibo  2011-12-09 01:10:09 UTC ---
(In reply to comment #3)
> How do we know which one is the 'correct' one?
We do not know - we can just guess or ask the user if we would be an
interactive program. ;-)  But it seems to be a bad idea to rotate. Do you cross
the street if someone tells you "there is no car coming" and another person
"there comes a car, stop!"?

(In reply to comment #4)
> As an aside, this is an upstream issue, since we don't extract the exif
> ourselves.
Which tool and which settings do we use? Is it reported?
At exiftool you need to add parameter -a to get also duplicate tags. If you
leave it away it does not output both. Just one - I do not know which one or if
it ignores both then.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

--- Comment #4 from Bawolff  2011-12-08 19:57:59 UTC ---
As an aside, this is an upstream issue, since we don't extract the exif
ourselves.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Brion Vibber  changed:

   What|Removed |Added

 CC||br...@wikimedia.org

--- Comment #3 from Brion Vibber  2011-12-08 19:36:01 UTC 
---
How do we know which one is the 'correct' one?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

--- Comment #2 from Saibo  2011-12-08 14:14:41 UTC ---
Current last 500 uploads by Rotatebot: 1 such a case (0.2 %)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Saibo  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |major

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32868] incorrect duplicate EXIF IFD0:Orientation tag handling

2011-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32868

Saibo  changed:

   What|Removed |Added

 Blocks||31504

--- Comment #1 from Saibo  2011-12-08 01:27:56 UTC ---
Question: how exactly does WM extract? And: I think it should be ignored in
such cases.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l