Harold Schmeitz - 2008-05-27

Logged In: YES
user_id=1524009
Originator: YES

I added rounding to the conversion formulas in p_cce_read/write_comp(), except for the conversions to float and double.
The integer conversions are now: ((cast)( buf[py*width+px]-offset)/gain +0.5);

How to handle the clipping issue?