mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 14:16:17 +01:00
Ensure precision of trim threshold, update docs #914
This commit is contained in:
@@ -100,7 +100,7 @@ namespace sharp {
|
||||
/*
|
||||
Trim an image
|
||||
*/
|
||||
VImage Trim(VImage image, int const threshold);
|
||||
VImage Trim(VImage image, double const threshold);
|
||||
|
||||
/*
|
||||
* Linear adjustment (a * in + b)
|
||||
|
||||
Reference in New Issue
Block a user