mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Expose erode and dilate operations #4243
This commit is contained in:
committed by
Lovell Fuller
parent
03e1b19764
commit
031c808aa5
@@ -740,3 +740,8 @@ sharp([input, input], {
|
||||
valign: 'bottom'
|
||||
}
|
||||
});
|
||||
|
||||
sharp().erode();
|
||||
sharp().erode(1);
|
||||
sharp().dilate();
|
||||
sharp().dilate(1);
|
||||
|
||||
Reference in New Issue
Block a user