Changeset 1424
- Timestamp:
- Aug 9, 2004, 12:15:26 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
r753 r1424 70 70 ; 71 71 72 /// Trim an image, in-place in memory 73 psImage * 74 psImageTrim(psImage *image, ///< Input image, and output 75 int x0, int x1, ///< Keep x0 to x1 76 int y0, int y1 ///< Keep y0 to y1 77 ); 78 79 72 80 /*** various image pixel extractions ***/ 73 81
Note:
See TracChangeset
for help on using the changeset viewer.
