예제 #1
0
VImage 
operator-( VImage a, VImage b ) 
{
	return( a.subtract( b ) );
}
예제 #2
0
파일: VImage.cpp 프로젝트: lovell/libvips
VImage 
operator-( const VImage a, const VImage b ) 
{
	return( a.subtract( b ) );
}