mirror of
https://github.com/lovell/sharp.git
synced 2026-02-11 17:16:13 +01:00
Options for trim op must be an Object, add lineArt #2363
This commit is contained in:
@@ -79,7 +79,7 @@ namespace sharp {
|
||||
/*
|
||||
Trim an image
|
||||
*/
|
||||
VImage Trim(VImage image, std::vector<double> background, double const threshold);
|
||||
VImage Trim(VImage image, std::vector<double> background, double threshold, bool const lineArt);
|
||||
|
||||
/*
|
||||
* Linear adjustment (a * in + b)
|
||||
|
||||
Reference in New Issue
Block a user