• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. B

    Image Processing

    I have stored Image in ImageView using Bitmap class. How can i get pixel from image(bitmap). For example i have identify black color using getPixel() function of bitmap. But if i want to draw point or line from that black color point how can i get that point to draw point or line. I had use...