Hi,

How can i convert an Integer buffer of size 176x144 in to unsigned char of size 176x144
I set all the data in the integer buffer comes in the Range [0,255]

Is there any faster method for this ?
When using for() loop there is critical performence issue.

Any library function available for this ?

Rgds
Dave