Adjust comment in interpolation example

This commit is contained in:
Johannes Jörg Schmidt 2015-02-05 20:00:27 +01:00 committed by Johannes J. Schmidt
parent f57478c1aa
commit e5549e3063

View File

@ -187,7 +187,7 @@ sharp(inputBuffer)
.toFile('output.tiff') .toFile('output.tiff')
.then(function() { .then(function() {
// output.tiff is a 200 pixels wide and 300 pixels high image // 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 // of the image data in inputBuffer
}); });
``` ```