Possible Duplicate:
Tool for comparing two images?

What is a good software that lets me compare two .bmp files on Unix?

I am generating .bmp's with very minute changes and need a way to "see" where the changes went.


Anything that can tell me which pixels are different would be good enough.

link|improve this question

Please clarify your question. Comparing two images is not an easy nor a trivial task, what should the program look for? What should it output? What do you consider a difference in the bitmaps? – Bobby Mar 17 '10 at 8:24
@Bobby: edited! – Lazer Mar 17 '10 at 17:17
3  
you asked that already in superuser.com/questions/46760 – akira Mar 18 '10 at 7:39
2  
@eSKay: you should specify that in the question; it's not clear what kind of output you're looking for, and you're collecting answers that duplicate those on your earlier question. please clarify your question to indicate what you need here that those tools don't provide. – quack quixote Mar 18 '10 at 9:01
1  
my answer would still be the same: pdiff.sourceforge.net – akira Mar 18 '10 at 9:38
show 1 more comment
feedback

closed as exact duplicate by random, fretje, Ivo Flipse Mar 18 '10 at 10:48

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

up vote 0 down vote accepted

ImageMagick has a simple comparison tool.

link|improve this answer
feedback

Although not free, Beyond Compare is a great tool for comparing just about anything. It has a very nice image comparison which will show you visually which pixels changed in an image.

Beyond Compare - Image comparison

Both Windows and Linux platforms are available. They have a trial period which you can use to try it out before the purchasing for $30 .

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.