forgot to rename the wrapper script

and add tiny dbg to gifload
This commit is contained in:
John Cupitt 2019-06-20 12:18:40 +01:00
parent 17c7a78c1b
commit ea2367e24c
3 changed files with 11 additions and 2 deletions

View File

@ -580,6 +580,15 @@ vips_foreign_load_gif_set_header( VipsForeignLoadGif *gif, VipsImage *image )
if( gif->comment )
vips_image_set_string( image, "gif-comment", gif->comment );
{
int array[10];
int i;
for( i = 0; i < 10; i++ )
array[i] = i;
vips_image_set_array_int( image, "delay", array, 10 );
}
return( 0 );
}

View File

@ -20,11 +20,11 @@ bin_SCRIPTS = \
batch_rubber_sheet \
batch_crop \
vipsprofile \
vips-8.8
vips-8.9
EXTRA_DIST = \
vipsprofile \
vips-8.8 \
vips-8.9 \
light_correct.in \
shrink_width.in \
batch_image_convert.in \