Metadata-Version: 1.1
Name: mountain-tapir
Version: 1.1.2
Summary: Mountain Tapir Collage Maker is a tool for combining images into collages.
Home-page: https://github.com/tttppp/mountain_tapir
Author: tttppp
Author-email: tttppp@users.noreply.github.com
License: GPLv3+
Description: ===============================
        Mountain Tapir Collage Maker
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/mountain_tapir.svg
                :target: https://pypi.python.org/pypi/mountain_tapir
                :alt: Latest Release
        
        .. image:: https://img.shields.io/travis/tttppp/mountain_tapir.svg
                :target: https://travis-ci.org/tttppp/mountain_tapir
                :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/mountain_tapir/badge/?version=latest
                :target: https://readthedocs.org/projects/mountain_tapir/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/tttppp/mountain_tapir/badge.svg?branch=master
                :target: https://coveralls.io/github/tttppp/mountain_tapir?branch=master
                :alt: Coverage
        
        Mountain Tapir Collage Maker is a tool for combining images into collages.
        
        * Free software: `GPLv3+ license`_
        * Documentation: https://mountain_tapir.readthedocs.org.
        
        .. _GPLv3+ license: https://opensource.org/licenses/GPL-3.0
        
        Features
        --------
        
        * Arrange images into a collage, and save the result as a new image.
        * Graphical interface gives a preview of the finished collage.
        * Multiplatform (in theory).
        
        .. image:: docs/exampleCollage.jpg
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. The photos used in the screenshot, and the screenshot itself are by tttppp_ and licensed under a Creative Commons Attribution 4.0 International License (cc-by-4.0_).
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _tttppp: https://github.com/tttppp
        .. _cc-by-4.0: http://creativecommons.org/licenses/by/4.0/
        
        
        =======
        History
        =======
        
        1.1.2 (2019-01-18)
        ------------------
        
        * New attempt to include __init__.py in pypi distributions.
        
        1.1.1 (2019-01-18)
        ------------------
        
        * Fix pypi image to include __init__.py in resources directory.
        
        1.1.0 (2017-04-27)
        ------------------
        
        * New open image dialog containing preview thumbnails.
        
        1.0.4 (2017-03-23)
        ------------------
        
        * Add icons for algorithm buttons.
        * Minor fix for shuffle for Python 3.
        
        1.0.3 (2017-02-22)
        ------------------
        
        * Maintain the selected images when changing layout and number of regions.
        * Remove support for Python 2.6.
        * Fix button to clear recent images.
        
        1.0.2 (2017-02-13)
        ------------------
        
        * Keep the same images loaded when changing algorithm.
        * Playing around with source code to make it look prettier.
        
        1.0.1 (2017-02-06)
        ------------------
        
        * Update snap to be stable release.
        * Fix a minor issue with open file dialog.
        
        1.0.0 (2017-02-05)
        ------------------
        
        * Create snapcraft file to allow easier installation.
        * Slightly larger icon.
        * Minor fix to documentation.
        
        0.2.0 (2017-02-01)
        ------------------
        
        * Support for rotating images by ninety degrees (also pi by two radians).
        * Persistance of user specified settings in home directory file (e.g. last visited directory, algorithm, etc.).
        * Add a default file extension of jpg.
        * Various bug fixes.
        
        0.1.2 (2016-10-24)
        ------------------
        
        * Implement new frame algorithm for creating collages based around a central image.
        * Fix bug with collage mode so that regions are more likely to have a sensible aspect ratio.
        * Various fixes to make code more compatible with Python 2.6 and Python 3.
        
        0.1.1 (2016-04-02)
        ------------------
        
        * Updates to make build pass for Python 3.
        
        0.1.0 (2016-03-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: mountain_tapir
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
