Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|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

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

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 0 down vote accepted

ImageMagick has a simple comparison tool.

share|improve this answer

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 .

share|improve this answer

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