https://bugzilla.wikimedia.org/show_bug.cgi?id=31487
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|EXIF orientation tag |MediaWiki and ImageMagick |display on bottom of each |use different methods to |file page |determine orientation that | |don't match up --- Comment #1 from Bawolff <[email protected]> 2011-10-07 13:54:45 UTC --- Hmm, that's quite odd. Ok, it looks like the exif orientation tag for that file is in IFD1 instead of IFD0 (IFD1 is supposed to contain exif information pertaining to the embedded thumbnail, instead of the actual image) So (I think anyways) MediaWiki is being correct, and image magick is being wrong. We should probably be specifying rotation to ImageMagick explicitly so the same determination is always used for both programs. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
