autorot was not removing the orientation tag
We were writing the wrong image to the output. See https://github.com/libvips/ruby-vips/issues/226
This commit is contained in:
parent
9ea91810bb
commit
1ef3594be1
@ -190,7 +190,7 @@ vips_autorot_build( VipsObject *object )
|
|||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( vips_image_write( t[0], conversion->out ) )
|
if( vips_image_write( t[1], conversion->out ) )
|
||||||
return( -1 );
|
return( -1 );
|
||||||
|
|
||||||
return( 0 );
|
return( 0 );
|
||||||
|
Loading…
Reference in New Issue
Block a user