How to convert captured bitmap to 8 bit image as gray scale?
问题 I am trying to convert the camera captured image to 8 bit image. And that should be grayscale image. I searched in forums but could able to find the way to convert to 8 bit image. Any help or suggestion will be help ful to me. Thanks.... 回答1: You have given too little information. First of all, what is the image format your camera delivers? Is it some RAW format, jpeg, or what else? Doing it programmatically (using C for the example): The best way to go was to use some image loading library