User "MarkAHershberger" posted a comment on MediaWiki.r87099.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87099#c16404
Commit summary:
Provisional fix for Bug #28631 to remove artifacts from GIF. This
seems better in my (very) limited testing than leaving it in, but I'd
like to get more tests.
Comment:
Sorry for all the w/s changes. I usually check for that before checking in.
This is the only diff of substance:
@@ -277,7 +277,7 @@
// We optimize the output, but -optimize is
broken,
// use optimizeTransparency instead (bug 11822)
if ( version_compare(
$this->getMagickVersion(), "6.3.5" ) >= 0 ) {
- $animation_post = '-fuzz 5% -layers
optimizeTransparency +map';
+ $animation_post = '-fuzz 5% -layers
optimizeTransparency';
}
}
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview