mirror of
https://github.com/lovell/sharp.git
synced 2026-02-08 15:46:16 +01:00
Doc refresh, changelog and dead code removal for #977
This commit is contained in:
@@ -1140,7 +1140,6 @@ NAN_METHOD(pipeline) {
|
||||
baton->withoutEnlargement = AttrTo<bool>(options, "withoutEnlargement");
|
||||
baton->crop = AttrTo<int32_t>(options, "crop");
|
||||
baton->kernel = AttrAsStr(options, "kernel");
|
||||
baton->interpolator = AttrAsStr(options, "interpolator");
|
||||
baton->centreSampling = AttrTo<bool>(options, "centreSampling");
|
||||
baton->fastShrinkOnLoad = AttrTo<bool>(options, "fastShrinkOnLoad");
|
||||
// Join Channel Options
|
||||
|
||||
Reference in New Issue
Block a user