Changeset 3973 for trunk/psLib/test/image/tst_psImage.c
- Timestamp:
- May 18, 2005, 4:49:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImage.c
r3682 r3973 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 4-07 20:27:42$8 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-19 02:49:40 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 223 223 // children is freed. 224 224 image = psImageAlloc(100,100,PS_TYPE_F32); 225 psImageSubset(image,50,0,70,20); 226 psImageSubset(image,70,20,90,40); 225 psImageSubset(image,(psRegion) { 226 50,0,70,20 227 } 228 ); 229 psImageSubset(image,(psRegion) { 230 70,20,90,40 231 } 232 ); 227 233 228 234 psFree(image);
Note:
See TracChangeset
for help on using the changeset viewer.
