diffimg
Advanced tools
| Metadata-Version: 1.1 | ||
| Name: diffimg | ||
| Version: 0.1.7 | ||
| Version: 0.1.8 | ||
| Summary: Get the % difference in images + generate a diff image | ||
@@ -9,5 +9,5 @@ Home-page: https://github.com/nicolashahn/python-image-diff | ||
| License: UNKNOWN | ||
| Download-URL: https://github.com/nicolashahn/python-image-diff/archive/v0.1.7.tar.gz | ||
| Download-URL: https://github.com/nicolashahn/python-image-diff/archive/v0.1.8.tar.gz | ||
| Description: UNKNOWN | ||
| Keywords: diff,difference,image | ||
| Platform: UNKNOWN |
@@ -21,2 +21,3 @@ #!/usr/bin/env python | ||
| # Generate diff image in memory. | ||
@@ -23,0 +24,0 @@ im1 = Image.open(im1_file) |
@@ -1,2 +0,2 @@ | ||
| from __init__ import diff, diff_img_file | ||
| from __init__ import diff, DIFF_IMG_FILE | ||
| import argparse | ||
@@ -26,3 +26,3 @@ import sys | ||
| type=str, | ||
| default=diff_img_file, | ||
| default=DIFF_IMG_FILE, | ||
| help='filename with valid extension to store diff image \ | ||
@@ -29,0 +29,0 @@ (defaults to diff_img.jpg)') |
+2
-2
| Metadata-Version: 1.1 | ||
| Name: diffimg | ||
| Version: 0.1.7 | ||
| Version: 0.1.8 | ||
| Summary: Get the % difference in images + generate a diff image | ||
@@ -9,5 +9,5 @@ Home-page: https://github.com/nicolashahn/python-image-diff | ||
| License: UNKNOWN | ||
| Download-URL: https://github.com/nicolashahn/python-image-diff/archive/v0.1.7.tar.gz | ||
| Download-URL: https://github.com/nicolashahn/python-image-diff/archive/v0.1.8.tar.gz | ||
| Description: UNKNOWN | ||
| Keywords: diff,difference,image | ||
| Platform: UNKNOWN |
+1
-1
@@ -5,3 +5,3 @@ try: | ||
| from distutils.core import setup | ||
| version = '0.1.7' | ||
| version = '0.1.8' | ||
| setup( | ||
@@ -8,0 +8,0 @@ name = 'diffimg', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
4265
0.02%