https://bugzilla.wikimedia.org/show_bug.cgi?id=37732
Rainer Rillke @commons.wikimedia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Rillke @commons.wikimedia <[email protected]> 2012-09-28 16:29:24 UTC --- 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... -- 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
