hide some setup loops from --vips-progress

see https://github.com/libvips/libvips/issues/2450
This commit is contained in:
John Cupitt 2021-10-19 16:19:20 +01:00
parent 0f3193b7f2
commit 5e7e914b06
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ vips__vector_to_pels( const char *domain,
/* Write to memory, copy to output buffer.
*/
vips_image_set_int( in, "hide-progress", 1 );
if( !(t[7] = vips_image_new_memory()) ||
vips_image_write( in, t[7] ) ) {
g_object_unref( context );