This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i need java code for to compare two images are same or not using image properties
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
What, exactly, do you mean by image properties - width, height and color depth? If so, check out Marco Schmidt's ImageInfo class. If you meant something else, please be more specific.
thanks but i am having no of images in one folder i want to compare 1 particular image is contained in that folder or not
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
So what you have is a file name, and now you want to check whether a file with that name exists in a given directory? The java.io.File class has everything you need for that.