next up previous contents
Next: 4.3 Colour operations Up: 4. VImage operations Previous: 4.1 Arithmetic operations   Contents

4.2 Boolean operations

VImage andimage( VImage );
VImage andconst( int );
VImage orimage( VImage );
VImage orconst( int );
VImage eorimage( VImage );
VImage eorconst( int );
VImage shiftleft( int );
VImage shiftright( int );



John Cupitt 2004-11-02