Detecting if two png images are different
        Posted  
        
            by Benjol
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Benjol
        
        
        
        Published on 2010-06-01T12:01:41Z
        Indexed on 
            2010/06/01
            15:03 UTC
        
        
        Read the original article
        Hit count: 181
        
(Context: running autohotkey scripts to try and automate some tests. The plan is to take screenshots and then compare them to 'standard' screenshots to detect if output has changed).
Is there a 'clever' way to check if two png images are different?
By clever I mean other than comparing them byte by byte? (after having compared their size, obviously)
© Stack Overflow or respective owner