fix wrapmany compat

This commit is contained in:
John Cupitt 2013-11-11 14:08:51 +00:00
parent 608e1007e8
commit 0200e229c7
2 changed files with 1 additions and 8 deletions

7
TODO
View File

@ -1,10 +1,3 @@
- drag display control slider, broken
works if you use im_lintra() instead of im_lintrauc(), must be a problem
with im_wrapmany()
perhaps it's missing the new pipeline stuff?
- add a --linear option to vipsthumbnail
also something to delete metadata?

View File

@ -486,7 +486,7 @@ im_wrapmany( IMAGE **in, IMAGE *out, im_wrapmany_fn fn, void *a, void *b )
if( vips_image_pio_input( in[i] ) )
return( -1 );
}
vips_image_pipeline_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
vips__demand_hint_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
/* Generate!
*/