mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Adjust comment in interpolation example
This commit is contained in:
parent
f57478c1aa
commit
e5549e3063
@ -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
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user