From a35646b04ad5012b4883000fd3ef56fc219fdfe0 Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Mon, 25 Feb 2013 11:25:18 +0100 Subject: [PATCH] Remove default `Lagrange` filter The setting made this module incompatible with GraphicsMagick at least in version 1.3.16, which is being shipped at least with Debian stable (6.0.6) and Ubuntu 12.04 (LTS) and 12.10. We prefer GraphicsMagick with the ImageMagick wrappers to ImageMagick itself because it is said to be more stable and efficient. See http://www.graphicsmagick.org/ --- imagemagick.js | 1 - 1 file changed, 1 deletion(-) diff --git a/imagemagick.js b/imagemagick.js index b846c0c..6983b6a 100644 --- a/imagemagick.js +++ b/imagemagick.js @@ -347,7 +347,6 @@ exports.resizeArgs = function(options) { width: 0, height: 0, strip: true, - filter: 'Lagrange', sharpening: 0.2, customArgs: [], timeout: 0