IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1424


Ignore:
Timestamp:
Aug 9, 2004, 12:15:26 PM (22 years ago)
Author:
Paul Price
Message:

Added psImageTrim.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImage.h

    r753 r1424  
    7070;
    7171
     72/// Trim an image, in-place in memory
     73psImage *
     74psImageTrim(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
    7280/*** various image pixel extractions ***/
    7381
Note: See TracChangeset for help on using the changeset viewer.