VImage operator*( VImage a, VImage b ) { return( a.multiply( b ) ); }
VImage operator*( const VImage a, const VImage b ) { return( a.multiply( b ) ); }