Skip to content

Commit

Permalink
Update imagemagick.js
Browse files Browse the repository at this point in the history
Update to comply with API proposed by imagemagick-identify-parser author.
  • Loading branch information
hacklschorsch committed Mar 19, 2013
1 parent 4cd7a6c commit e39ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagemagick.js
Expand Up @@ -100,7 +100,7 @@ function exec2(file, args /*, options, callback */) {


function parseIdentify(input) {
return imParse(input, {lowerCase: true});
return imParse(input, "lower");
};

exports.identify = function(pathOrArgs, callback) {
Expand Down

0 comments on commit e39ef4b

Please sign in to comment.