Skip to content

Commit

Permalink
Added TODO note.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 5, 2015
1 parent 2f55f09 commit d21528a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/getFilterInfosAndTargetContentTypeFromQueryString.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Object.keys(gm.prototype).forEach(function (propertyName) {
}
});

// For compatibility with the sharp format switchers (minus webp, which graphicsmagick doesn't support):
// For compatibility with the sharp format switchers (minus webp, which graphicsmagick doesn't support).
// Consider adding more from this list: gm convert -list format
['jpeg', 'png'].forEach(function (formatName) {
isOperationByEngineNameAndName.gm[formatName] = true;
});
Expand Down

0 comments on commit d21528a

Please sign in to comment.