Changeset 488
- Timestamp:
- 01/26/10 18:29:44 (7 months ago)
- Location:
- pngdiff
- Files:
-
- 3 modified
-
cpp/pngdiff.cpp (modified) (1 diff)
-
py-pil/pildiff.py (modified) (1 diff)
-
py/pngcompare.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pngdiff/cpp/pngdiff.cpp
r439 r488 1 // Copyright (c) 2009 Ben Karel. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE.txt file or at http://eschew.org/txt/bsd.txt 4 1 5 #include <png++/png.hpp> 2 6 #include <vector> -
pngdiff/py-pil/pildiff.py
r440 r488 1 1 #!/usr/bin/env python 2 # Copyright (c) 2009 Ben Karel. All rights reserved. 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE.txt file or at http://eschew.org/txt/bsd.txt 2 5 3 6 import sys -
pngdiff/py/pngcompare.py
r436 r488 1 1 #!/usr/bin/env python 2 # Copyright (c) 2009 Ben Karel. All rights reserved. 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE.txt file or at http://eschew.org/txt/bsd.txt 2 5 3 6 import sys
