Changeset 1292 for trunk/psLib/test/image/tst_psImageStats03.c
- Timestamp:
- Jul 23, 2004, 4:00:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats03.c
r1234 r1292 46 46 x = 0.2 + (float) i; 47 47 y = 0.2 + (float) j; 48 pixel = psImagePixelInterpolat ion(tmpImage, x, y);48 pixel = psImagePixelInterpolate(tmpImage, x, y,0,PS_INTERPOLATE_BILINEAR); 49 49 printf("%.1f ", pixel); 50 50 } … … 56 56 x = 0.2 + (float) i; 57 57 y = 0.2 + (float) j; 58 pixel = psImagePixelInterpolat ion(tmpImage, x, y);58 pixel = psImagePixelInterpolate(tmpImage, x, y,0,PS_INTERPOLATE_BILINEAR); 59 59 printf("image[%.1f][%.1f] is interpolated at %.1f\n", x, y, pixel); 60 60 }
Note:
See TracChangeset
for help on using the changeset viewer.
