Metadata-Version: 1.2
Name: compare-images
Version: 1.0.2
Summary: compare images
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/looking-for-a-job/compare-images.php.cli/issues
Project-URL: Homepage, https://github.com/looking-for-a-job/compare-images.php.cli
Description-Content-Type: UNKNOWN
Description: .. image:: https://img.shields.io/badge/language-PHP-blue.svg?maxAge=604800
            :target: none
        
        |
        
        Install
        ```````
        
        
        .. code:: bash
        
            `[sudo] pip install compare-images`
        
        Usage
        `````
        
        
        .. code:: bash
        
            usage: compare-images.php image1 image2
        
        
        Examples
        ````````
        
        
        .. code:: bash
        
            $ compare-images.php image1.jpg image2.jpg # $? != 0 if not equal
            
            $ compare-images.php image1.jpg image1.jpg # $? == 0, equal 100% :)
        
        
        
        ----
        
        .. image:: https://img.shields.io/github/followers/looking-for-a-job.svg?style=social&label=Follow&maxAge=86400
            :target: https://github.com/looking-for-a-job
        
        .. image:: https://img.shields.io/github/stars/looking-for-a-job/compare-images.php.cli.svg?style=social&label=Stars&maxAge=86400
            :target: https://github.com/looking-for-a-job/compare-images.php.cli
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/compare-images.php.cli.svg?maxAge=86400
            :target: https://github.com/looking-for-a-job/compare-images.php.cli/issues
        
Keywords: image
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Topic :: Software Development
