This commit is contained in:
John Cupitt 2015-12-13 18:12:17 +00:00
parent 1593b23fc4
commit 66a6a96c61

View File

@ -267,7 +267,7 @@ vips_arrayjoin_build( VipsObject *object )
}
if( vips_image_pipeline_array( conversion->out,
VIPS_DEMAND_STYLE_SMALLTILE, size ) )
VIPS_DEMAND_STYLE_THINSTRIP, size ) )
return( -1 );
conversion->out->Xsize = output_width;