Changeset 14590 for trunk/Ohana/src/kapa2/src/CreateZoom8.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/CreateZoom8.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/CreateZoom8.c
r13479 r14590 68 68 if ((i_end - i_start) % expand_out == 0) dropback = 0; 69 69 70 out_pix = ( char *) image[0].zoom.data;70 out_pix = (unsigned char *) image[0].zoom.data; 71 71 imdata = (float *) image[0].matrix.buffer; 72 72 in_pix = &imdata[DX*(int)MAX(Ry,0) + (int)MAX(Rx,0)];
Note:
See TracChangeset
for help on using the changeset viewer.
