Search:

Type: Posts; User: bulbasaur

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    786

    Re: Reading A Simple Image

    So this is a simple way to compare two images without the use of the BufferedImage class.



    package projects;

    import java.awt.Image;
    import java.awt.Toolkit;
    import...
  2. Replies
    8
    Views
    786

    Re: Parsing A Simple Image

    I’ll see what I can do, then post an update.
  3. Replies
    8
    Views
    786

    Re: Parsing A Simple Image

    I hope this is not a difficult task.

    How will you do that?
    Suppose I have two image files and they have the same pixels of the number one. I want to compare the pixels of image 1 to see if they...
  4. Replies
    8
    Views
    786

    Re: Parsing A Simple Image

    What do you mean by "parses the image"?
    Definitely not anything complicated. By parse I just mean open the image file, read that it's the number 1, and perhaps store it in a variable called num. If...
  5. Replies
    8
    Views
    786

    Reading A Simple Image

    Suppose I have a small jpg file (number.jpg), and it is a picture of the number 1. I want to write a program that parses reads this image and outputs the letter 'A' in my IDE console. How would I go...
Results 1 to 5 of 5