https://bugzilla.wikimedia.org/show_bug.cgi?id=33186
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Tim Starling <[email protected]> --- Image rotation really needs to be done on the image scalers. We have the image scalers because image scaling is memory intensive, and 90° rotation is irreducibly memory intensive, so it makes sense to break it out in the same way. Also, the required packages for image rotation are pretty much the same as for scaling. It could be done with a curl request to the same API module, with an extra "no proxy" parameter to avoid loops. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
