Merge pull request #160 from jo/patch-1

Adjust comment in interpolation example
This commit is contained in:
Lovell Fuller
2015-02-06 14:28:59 +00:00

View File

@@ -187,7 +187,7 @@ sharp(inputBuffer)
.toFile('output.tiff')
.then(function() {
// output.tiff is a 200 pixels wide and 300 pixels high image
// containing a bicubic scaled version, embedded on a white canvas,
// containing a nohalo scaled version, embedded on a white canvas,
// of the image data in inputBuffer
});
```