Changeset 269
- Timestamp:
- Mar 19, 2004, 4:43:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r268 r269 251 251 ; 252 252 253 /*** image arithmetic ***/254 /// Perform a binary operation on two images.255 psImage *256 psImageBinaryOp (psImage *out, ///< destination image (may be NULL)257 psImage *in1, ///< first input image258 char *operator, ///< operator259 psImage *in2) ///< second input image260 ;261 262 /// Perform a unary operation on an image.263 psImage *264 psImageUnaryOp (psImage *out, ///< destination image (may be NULL)265 psImage *in1, ///< input image266 char *operator) ///< operator267 ;268 269 253 /// Overlay subregion of image with another image. 270 254 int
Note:
See TracChangeset
for help on using the changeset viewer.
