Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    1,406

    Re: pick a color on a picture

    Why couldn't you use it? The Robot class will grab pixels from the screen, but that doesn't help you with modifying them or copying them to a new image. Why not just get it directly from the...
  2. Replies
    9
    Views
    1,406

    Re: pick a color on a picture

    Check out the API for BufferedImage. That class has a method getRGB() that returns the rgb values of every pixel in the image. Iterate over that, and only copy over pixel values that match what you...
  3. Replies
    9
    Views
    1,406

    Re: pick a color on a picture

    You haven't really given us enough information for us to suggest anything. What exactly do you mean by "pick this color"? Do you want to select parts of an image with a similar color? The exact...
  4. Replies
    9
    Views
    1,406

    Re: pick a color on a picture

    What have you tried? Where are you stuck?
Results 1 to 4 of 4