Remove imagemagick reference

This commit is contained in:
Raul Ochoa 2016-02-22 16:05:12 +01:00
parent 0683f638ce
commit 7c7bec6f31

View File

@ -12,7 +12,7 @@ var request = require('request');
var assert = module.exports = exports = require('assert'); var assert = module.exports = exports = require('assert');
/** /**
* Takes an image data as an input and an image path and compare them using ImageMagick fuzz algorithm, if case the * Takes an image data as an input and an image path and compare them using mapnik.Image.compare mechanism, in case the
* similarity is not within the tolerance limit it will callback with an error. * similarity is not within the tolerance limit it will callback with an error.
* *
* @param buffer The image data to compare from * @param buffer The image data to compare from