Remove centreSampling option, update some expected test fixtures

See https://github.com/jcupitt/libvips/issues/705
This commit is contained in:
Lovell Fuller
2017-11-26 13:49:48 +00:00
parent 6aa214181b
commit 2a18b9a8f7
19 changed files with 7 additions and 55 deletions

View File

@@ -67,7 +67,6 @@ struct PipelineBaton {
int cropOffsetTop;
bool premultiplied;
std::string kernel;
bool centreSampling;
bool fastShrinkOnLoad;
double background[4];
bool flatten;
@@ -150,7 +149,6 @@ struct PipelineBaton {
cropOffsetLeft(0),
cropOffsetTop(0),
premultiplied(false),
centreSampling(false),
flatten(false),
negate(false),
blurSigma(0.0),