We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bf30c commit 6cb6c07Copy full SHA for 6cb6c07
blog/release.md
@@ -126,7 +126,7 @@ High-quality image scaling is now available with [bicubic interpolation](https:/
126
const resized = img.resize(800, 600, { interpolation: 'bicubic' });
127
```
128
129
-**Use case**: Better quality when upscaling images, especially for photographs.
+**Use case**: In many cases it gives a better quality when scaling images, especially for photographs.
130
131
### Canny Edge Detection
132
0 commit comments