https://bugzilla.wikimedia.org/show_bug.cgi?id=31391

--- Comment #6 from Bawolff <[email protected]> 2011-10-05 19:55:19 UTC ---
>Could be that somebody purged the image. Perhaps we should find all pre-1.18
>images that have exif rotation set, and purge them?

It's probably not all that easy to find all such images as it stands. We could
do the query

select img_name from image where img_minor_mime = 'jpeg' and img_major_mime =
'image' and (img_metadata like '%s:11:"Orientation";i:8%' or img_metadata like
'%s:11:"Orientation";i:3%' or img_metadata like '%s:11:"Orientation";i:6%');

But that query would take a fairly long time...

-- 
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

Reply via email to