fix wrapmany compat
it was not setting reorder hints, then failing on recomp the nip2 display control bar was broken by this, for example
This commit is contained in:
parent
6d95cfd0c5
commit
abf6a250c2
|
@ -740,7 +740,7 @@ im_wrapmany( IMAGE **in, IMAGE *out, im_wrapmany_fn fn, void *a, void *b )
|
||||||
if( vips_image_pio_input( in[i] ) )
|
if( vips_image_pio_input( in[i] ) )
|
||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
vips__demand_hint_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
|
vips_image_pipeline_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
|
||||||
|
|
||||||
/* Generate!
|
/* Generate!
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue