fix wrapmany compat
This commit is contained in:
parent
608e1007e8
commit
0200e229c7
7
TODO
7
TODO
@ -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
|
- add a --linear option to vipsthumbnail
|
||||||
|
|
||||||
also something to delete metadata?
|
also something to delete metadata?
|
||||||
|
@ -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] ) )
|
if( vips_image_pio_input( in[i] ) )
|
||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
vips_image_pipeline_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
|
vips__demand_hint_array( out, VIPS_DEMAND_STYLE_THINSTRIP, in );
|
||||||
|
|
||||||
/* Generate!
|
/* Generate!
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user