From 14383cc977ad0a34e3810096a96bc803c639a43e Mon Sep 17 00:00:00 2001 From: Kishore Relangi Date: Thu, 9 Feb 2017 12:41:41 +0530 Subject: [PATCH] why it is defaulting to Line interlace. The user should able to choose the interlace that he wants. --- lib/convenience/thumb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/convenience/thumb.js b/lib/convenience/thumb.js index 38d4e74c..6c029cee 100644 --- a/lib/convenience/thumb.js +++ b/lib/convenience/thumb.js @@ -23,7 +23,7 @@ module.exports = function (proto) { name = args.shift(); quality = args.shift() || 63; align = args.shift() || 'topleft'; - var interlace = args.shift() ? 'Line' : 'None'; + var interlace = args.shift() || 'None'; self.size(function (err, size) { if (err) {