Changeset 140 for trunk/src/helpers/gpih.c
- Timestamp:
- Feb 9, 2002, 6:48:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/gpih.c
r135 r140 1526 1526 bih2.cPlanes = (cPlanes) ? cPlanes : alData[0]; 1527 1527 bih2.cBitCount = (cBitCount) ? cBitCount : alData[1]; 1528 _Pmpf((__FUNCTION__ ": cPlanes %d, cBitCount %d",1529 bih2.cPlanes, bih2.cBitCount));1528 // _Pmpf((__FUNCTION__ ": cPlanes %d, cBitCount %d", 1529 // bih2.cPlanes, bih2.cBitCount)); 1530 1530 bih2.ulCompression = BCA_UNCOMP; 1531 1531 bih2.cbImage = ( ( (bih2.cx
Note:
See TracChangeset
for help on using the changeset viewer.