We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46512a commit ebc2a74Copy full SHA for ebc2a74
1 file changed
src/pipeline.cc
@@ -250,6 +250,7 @@ class PipelineWorker : public Nan::AsyncWorker {
250
if (shrink_on_load > 1) {
251
// Reload input using shrink-on-load
252
vips::VOption *option = VImage::option()
253
+ ->set("access", baton->accessMethod)
254
->set("shrink", shrink_on_load)
255
->set("fail", baton->input->failOnError);
256
if (baton->input->buffer != nullptr) {
0 commit comments