IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5676


Ignore:
Timestamp:
Dec 5, 2005, 11:05:20 AM (20 years ago)
Author:
desonia
Message:

Preserved col0,row0 in psImageCopy (Bug #609).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStructManip.c

    r5216 r5676  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-10-01 02:22:11 $
     10 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-12-05 21:05:20 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    179179
    180180    output = psImageRecycle(output, numCols, numRows, type);
     181    output->col0 = input->col0;
     182    output->row0 = input->row0;
    181183
    182184    // cover the trival case of copy of the same
Note: See TracChangeset for help on using the changeset viewer.