コード例 #1
0
VImage 
operator/( VImage a, VImage b ) 
{
	return( a.divide( b ) );
}
コード例 #2
0
ファイル: VImage.cpp プロジェクト: lovell/libvips
VImage 
operator/( const VImage a, const VImage b ) 
{
	return( a.divide( b ) );
}