Docs: changelog and credit for #4168

This commit is contained in:
Lovell Fuller
2024-07-20 14:04:53 +01:00
parent 67a4592756
commit 2672de2480
3 changed files with 12 additions and 0 deletions

View File

@@ -59,6 +59,11 @@ sharp('input.jpg')
sharp('input.jpg').resize({ width: 300 }).blur(false).blur(true).toFile('output.jpg');
sharp().blur();
sharp().blur(1);
sharp().blur({ sigma: 1 });
sharp().blur({ sigma: 1, precision: 'approximate' });
sharp({
create: {
width: 300,