You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

diffimg

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffimg - pypi Package Compare versions

Comparing version
0.1.7
to
0.1.8
+2
-2
diffimg.egg-info/PKG-INFO
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)')

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

@@ -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',