Metadata-Version: 1.1
Name: Hipshot
Version: 0.7
Summary: Hipshot converts a video file or series of photographs into
a single image simulating a long-exposure photograph.

Home-page: https://bitbucket.org/eliteraspberries/hipshot
Author: Mansour Moufid
Author-email: mansourmoufid@gmail.com
License: ISC
Description: Hipshot converts a video file or series of photographs into a
        single image simulating a long-exposure photograph.
        
        |image0| |image1|
        
        Installation
        ============
        
        Hipshot requires:
        
        -  Python 2;
        -  docopt;
        -  NumPy;
        -  the Python Imaging Library (PIL) or the Pillow fork;
        -  the FFMPEG libraries; and
        -  OpenCV and its Python bindings.
        
        Hipshot consists of a package and a script.
        
        To install them,
        
        ::
        
            gunzip < Hipshot-0.7.tar.gz | tar -xf -
            cd Hipshot-0.7/
            python setup.py install
        
        or with pip,
        
        ::
        
            pip install hipshot
        
        Usage
        =====
        
        The hipshot script takes a single argument: the video file.
        
        ::
        
            Hipshot - Simulate long-exposure photography
        
            Usage:
                hipshot video <file> [--display=<bool>]
                hipshot photos <file>... [--display=<bool>]
                hipshot -h | --help
                hipshot -v | --version
        
            Options:
                -d, --display=<bool>    Display the process [default: True].
                -h, --help              Print this help.
                -v, --version           Print version information.
        
        Example
        =======
        
        The following image was created from the video: `ISS Near
        Aurora
        Borealis <http://www.youtube.com/watch?v=uYBYIhH4nsg>`__.
        
        .. figure:: http://www.eliteraspberries.com/images/iss-borealis.png
           :alt: 
        
        .. |image0| image:: https://travis-ci.org/eliteraspberries/hipshot.svg
           :target: https://travis-ci.org/eliteraspberries/hipshot
        .. |image1| image:: https://img.shields.io/pypi/v/Hipshot.svg
           :target: https://pypi.python.org/pypi/Hipshot
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
