Hello friends...I was given a task that ,taken a image u have to convert it into pixel values...
And I have to find the difference in pixel values in various parts of the image..ie when u take ur own photo u have to pixel values of eye portion and other parts... If u people understand anything can i get advice from u what method to follow....
Rasjoe 0 Newbie Poster
Recommended Answers
Jump to PostJava has an api for working with images. There is no need to read raw file values.
Take a look at some of the examples here:
http://www.exampledepot.com/egs/java.awt.image/pkg.htmlSpecifically you will probably want to work with a BufferedImage:
http://www.exampledepot.com/egs/java.awt.image/ImagePixel.html
All 4 Replies
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Rasjoe 0 Newbie Poster
Rasjoe 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.