hide some setup loops from --vips-progress
see https://github.com/libvips/libvips/issues/2450
This commit is contained in:
parent
0f3193b7f2
commit
5e7e914b06
@ -277,6 +277,7 @@ vips__vector_to_pels( const char *domain,
|
|||||||
|
|
||||||
/* Write to memory, copy to output buffer.
|
/* Write to memory, copy to output buffer.
|
||||||
*/
|
*/
|
||||||
|
vips_image_set_int( in, "hide-progress", 1 );
|
||||||
if( !(t[7] = vips_image_new_memory()) ||
|
if( !(t[7] = vips_image_new_memory()) ||
|
||||||
vips_image_write( in, t[7] ) ) {
|
vips_image_write( in, t[7] ) ) {
|
||||||
g_object_unref( context );
|
g_object_unref( context );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user