mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 07:06:16 +01:00
Switch from custom trim op to vips_find_trim #914
This commit is contained in:
@@ -100,7 +100,7 @@ namespace sharp {
|
||||
/*
|
||||
Trim an image
|
||||
*/
|
||||
VImage Trim(VImage image, int const tolerance);
|
||||
VImage Trim(VImage image, int const threshold);
|
||||
|
||||
/*
|
||||
* Linear adjustment (a * in + b)
|
||||
|
||||
Reference in New Issue
Block a user