mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Docs: changelog and credit for #4168
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user