示例#1
0
VImage 
operator%( VImage a, VImage b ) 
{
	return( a.remainder( b ) );
}
示例#2
0
文件: VImage.cpp 项目: lovell/libvips
VImage 
operator%( const VImage a, const VImage b ) 
{
	return( a.remainder( b ) );
}