https://bugzilla.wikimedia.org/show_bug.cgi?id=68320
--- Comment #4 from Brion Vibber <[email protected]> --- (In reply to Tisza Gergő from comment #3) > - flag images needing rotation in HTML, the same way we pass the full size This might be easiest without introducing more API round-trips -- from PHP side I think you can check the $file->mustRender() (or $file->getHandler()->mustRender()? ehhh something) method which should tell you to use a thumbnail even for the original size, and set a flag in the output. -- 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
