Gilles has uploaded a new change for review. https://gerrit.wikimedia.org/r/275798
Change subject: Set chroma subsampling to 4:2:0 ...................................................................... Set chroma subsampling to 4:2:0 Bug: T129073 Change-Id: I8e1c79265a0e948dc2f22f026b8cf0ffff9f93d8 --- M puppet/modules/thumbor/templates/thumbor.conf.erb 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/98/275798/1 diff --git a/puppet/modules/thumbor/templates/thumbor.conf.erb b/puppet/modules/thumbor/templates/thumbor.conf.erb index 3590e60..a8849a2 100644 --- a/puppet/modules/thumbor/templates/thumbor.conf.erb +++ b/puppet/modules/thumbor/templates/thumbor.conf.erb @@ -557,6 +557,7 @@ ################################## Extensions ################################## +CHROMA_SUBSAMPLING = '4:2:0' QUALITY_LOW = 40 DEFAULT_FILTERS_JPEG = 'conditional_sharpen(0.6,0.01,false,0.85)' -- To view, visit https://gerrit.wikimedia.org/r/275798 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8e1c79265a0e948dc2f22f026b8cf0ffff9f93d8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Gilles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
