https://bugzilla.wikimedia.org/show_bug.cgi?id=28135
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |[email protected] |org | --- Comment #2 from Tim Starling <[email protected]> 2011-10-11 22:15:57 UTC --- Outstanding issues: * $wgMaxImageArea should only be used for scalers which decompress the source image. This is essential if VIPS deployment is going to allow larger PNGs to be uploaded. Needs a little bit of refactoring. * The "comment" parameter in $scalerParams is not used, so that feature would disappear entirely. Maybe shell out to exiv2 to add comments. $wgExiv2Command is available in core and is used by PagedTiffHandler already. * A testing feature of some sort would be nice, to allow for some sort of beta testing. * Consider having PagedTiffHandler call VipsScaler to do the scaling, to reduce code duplication and to get sharpening support in PagedTiffHandler. -- 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
