VImage operator-( VImage a, VImage b ) { return( a.subtract( b ) ); }
VImage operator-( const VImage a, const VImage b ) { return( a.subtract( b ) ); }