Last modified: 2013-09-11 20:54:17 UTC
Wikimedia Commons has no built-in image editor currently. It should have a built-in image editor that allows images to be rotated, cropped, etc. This is related to bug 7757.
If Bug 28700 would be fixed, one could at least use a canvas for image manipulation (unfortunately there is only PNG export in some browsers, but one could "grab the pixels" and then JPEG encode, which in turn would be very slow but could work as a background worker) and offering something much more powerful for SVG editing (Bug 38271) without having to install anything on the server except (static) files. (There are solutions around that work 100% at the client side after the application and the file was loaded.) One could also attempt to manipulate JPEG (and the attached metadata) using JavaScript directly. All this requires modern browsers and huge JS libraries. I guess you don't want to process everything at the server...
(In reply to comment #1) > If Bug 28700 would be fixed Rainer: It is now.
Added some keywords to summary to make this bug more findable.