mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Switch from custom trim op to vips_find_trim #914
This commit is contained in:
@@ -81,7 +81,7 @@ struct PipelineBaton {
|
||||
double sharpenJagged;
|
||||
int threshold;
|
||||
bool thresholdGrayscale;
|
||||
int trimTolerance;
|
||||
double trimThreshold;
|
||||
double linearA;
|
||||
double linearB;
|
||||
double gamma;
|
||||
@@ -176,7 +176,7 @@ struct PipelineBaton {
|
||||
sharpenJagged(2.0),
|
||||
threshold(0),
|
||||
thresholdGrayscale(true),
|
||||
trimTolerance(0),
|
||||
trimThreshold(0.0),
|
||||
linearA(1.0),
|
||||
linearB(0.0),
|
||||
gamma(0.0),
|
||||
|
||||
Reference in New Issue
Block a user