: How about changing from (color/255) to (color>>8) in GdDrawImage() ? : : Although it is not an accurate value, but it has the advantage of performance.
No, I think we need to be completely accurate. This divide is not the performance problem in the drawing loop, it is the execution of the switch() statement. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
