Adding debug line.

This commit is contained in:
sergiotarxz 2023-01-21 16:42:26 +01:00
parent 815b499076
commit 7532223d3a
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ vips_CMYK2XYZ_build( VipsObject *object )
out = vips_image_new();
g_object_set( object, "out", out, NULL );
printf("%d\n", vips__profile_set( t[0], "cmyk" ));
if( vips_copy( CMYK2XYZ->in, &t[0], NULL ) ||
vips__profile_set( t[0], "cmyk" ) ||