https://bugzilla.wikimedia.org/show_bug.cgi?id=63904
--- Comment #1 from C. Scott Ananian <[email protected]> --- I am gathering statistics on how many image sizes would be affected by changing upright to use square bounding boxes, and optionally also changing the default scale factor to 1.0 at the same time (assuming the default scale factor was mostly used for 3:4 portrait aspect-ratio images). The statistics-gathering code can be found at https://github.com/cscott/wp-image-info For frwiki, there are 1,242,985 references to non-commons images, of which 17,870 use the 'upright' specifier. If upright were changed to use a square bounding box, 1049 would change size by more than 5px if the default scale factor was left at 0.75, and 1053 would change size by more than 5px if the default scale factor was changed to 1.00. On dewiki, there are 1,786,779 references to non-commons images, of which 38,624 use the 'upright' specifier. If upright were changed to use a square bounding box, 1963 would change size by more than 5px if the default scale factor was left at 0.75, and 1764 would change size by more than 5px if the default scale factor was changed to 1.00. Statistics collection on enwiki is still ongoing. -- 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
