ar.com.hjg.pngj.test
Class SampleImgDiff

java.lang.Object
  extended by ar.com.hjg.pngj.test.SampleImgDiff

public class SampleImgDiff
extends Object

Utility (and example) to verify that two images are identical. Computes the maximum difference. TODO: Add alpha


Constructor Summary
SampleImgDiff()
           
 
Method Summary
static void main(String[] args)
           
static void showDiff(String f1, String f2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleImgDiff

public SampleImgDiff()
Method Detail

main

public static void main(String[] args)

showDiff

public static void showDiff(String f1,
                            String f2)