Gilles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315508

Change subject: Use wikimedia GIF engine for Thumbor
......................................................................

Use wikimedia GIF engine for Thumbor

Refs T147919
Depends-On: Ieb06f8ba206c67b25019389ede86d9814a1b919c

Change-Id: Ic849e7c67aa29df964c0c3f5787251f40eaee2ac
---
M modules/thumbor/templates/server.conf.erb
1 file changed, 1 insertion(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/315508/1

diff --git a/modules/thumbor/templates/server.conf.erb 
b/modules/thumbor/templates/server.conf.erb
index e8d8ae2..e74d7df 100644
--- a/modules/thumbor/templates/server.conf.erb
+++ b/modules/thumbor/templates/server.conf.erb
@@ -32,12 +32,6 @@
 ## Defaults to: False
 PRESERVE_EXIF_INFO = True
 
-## Indicates whether thumbor should use gifsicle engine. Please note that smart
-## cropping and filters are not supported for gifs using gifsicle (but won't
-## give an error).
-## Defaults to: False
-USE_GIFSICLE_ENGINE = True
-
 ## The metrics backend thumbor should use to measure internal actions. This 
must
 ## be the full name of a python module (python must be able to import it)
 ## Defaults to: thumbor.metrics.logger_metrics
@@ -109,6 +103,7 @@
     ('wikimedia_thumbor.engine.vips', ['tiff', 'png']),
     ('wikimedia_thumbor.engine.tiff', ['tiff']),
     ('wikimedia_thumbor.engine.ghostscript', ['pdf']),
+    ('wikimedia_thumbor.engine.gif', ['gif']),
     ('wikimedia_thumbor.engine.imagemagick', ['jpg', 'png']),
 ]
 

-- 
To view, visit https://gerrit.wikimedia.org/r/315508
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic849e7c67aa29df964c0c3f5787251f40eaee2ac
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gilles <gdu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to