VImage operator+( VImage a, VImage b ) { return( a.add( b ) ); }
VImage operator+( const VImage a, const VImage b ) { return( a.add( b ) ); }