Metadata-Version: 1.1
Name: pixsaw
Version: 0.0.2
Summary: Cut a picture into pieces by cutting along pixel lines
Home-page: https://github.com/jkenlooper/pixsaw
Author: Jake Hickenlooper
Author-email: jake@weboftomorrow.com
License: GPL
Description: Pixsaw
        ======
        
        Cuts an image up into multiple pieces by following pixel lines that contrast
        with targetted piece color.  Inspired by scissors, but more flexible with the
        drawback of possibly losing some pixels in the process.
        
        Installing
        ----------
        
        Requires:
        
        * `Pillow <http://github.com/python-imaging/Pillow>`_
        
        Install with setup.py::
        
            $ python setup.py install
        
        Usage
        -----
        
        Running the ``pixsaw.py`` script will show some help.  It basically needs a
        path to a directory to store the generated files, an image that shows where to
        cut, and the image that should be cut into pieces.
        
        Example::
        
            $ pixsaw --dir examples/small-puzzle --lines examples/small-puzzle-lines.png examples/320px-White_Spoon_Osteospermum.jpg
        
        
        
        The puzzle lines:
        
        .. image:: https://github.com/jkenlooper/pixsaw/raw/master/examples/small-puzzle-lines.png
        
        
        The image:
        
        .. image:: https://github.com/jkenlooper/pixsaw/raw/master/examples/320px-White_Spoon_Osteospermum.jpg
        
        
        Image from: http://en.wikipedia.org/wiki/File:White_Spoon_Osteospermum.JPG
        
        The output (combined into one file with glue to better show it):
        
        .. image:: https://github.com/jkenlooper/pixsaw/raw/master/examples/pieces-combined-with-glue.png
        
        
        Developing
        ----------
        
        To install this locally with buildout::
        
            $ python bootstrap.py
            $ ./bin/buildout
        
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/jkenlooper/pixsaw/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Web Environment
