Assuming I had an image that has raw short data(grayscale), images are approx 2000x3000 but can be scaled down for performance. I would like to display this image and to smoothly allow for window/leveling the image.
Moving your finger up/down and left/right would change the window/ level/ Basically I would like to have my array of grayscale short pixel data and a lookup table. As the user moves their finger I would only update the lookup table. The display would use the pixel data and the lookup table. I see these classes but don't quite see how to hook them up with what I'm trying to do. ColorFilter ColorMatrix ColorMatrixColorFilter Any hints? Ben Litchfield -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

