IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1537


Ignore:
Timestamp:
Aug 13, 2004, 2:34:40 PM (22 years ago)
Author:
Paul Price
Message:

Added psImageSubsection.

File:
1 edited

Legend:

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

    r1424 r1537  
    5353;
    5454
     55/// Create a subimage of the area specified by an image section, [x1:x2,y1:y2]
     56psImage *
     57psImageSubsection(const psImage *image, ///< Parent image
     58                  const *section        ///< Image section, of the form [x1:x2,y1:y2]
     59    );
     60
     61
    5562/// Destroy the specified image (destroy children if they exist).
    5663void
Note: See TracChangeset for help on using the changeset viewer.