Search:

Type: Posts; User: Norm

Search: Search took 0.25 seconds.

  1. Replies
    12
    Views
    1,249

    Re: Image manipulations

    Try doing some debugging by printing out the values of the variables that are used to see what the code is doing.
    For example what is in diff for each x and y?
  2. Replies
    12
    Views
    1,249

    Re: Image manipulations

    The BufferedImage class has methods that allow you to access the pixels in the image.
  3. Replies
    12
    Views
    1,249

    Re: Image manipulations

    By common parts do you mean a pixel by pixel comparison of the two images from 0,0 (upper left) to width,length (lower right)and when the pixels match, that pixel is copied to image3? What value is...
  4. Replies
    12
    Views
    1,249

    Re: Image manipulations

    What does a "logical operation" between images mean? Can you explain what you are talking about?
  5. Replies
    12
    Views
    1,249

    Re: Image manipulations

    Do you have any more questions now?
  6. Replies
    12
    Views
    1,249

    Re: Image manipulations

    Can you explain what "AND operation" means with images? It does not make sense to me.
Results 1 to 6 of 6