{ "info": { "author": "John Bywater", "author_email": "john.bywater@appropriatesoftware.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Games/Entertainment" ], "description": "Collage\r\n=======\r\n\r\nThis package builds collages using images downloaded from\r\nthe internet. It makes a set of tiles from the images, which\r\nare matched against the images and used to cover images which match well.\r\n\r\nThe images which happen to be fitted most closely by the tiles\r\nare rendered with the matching tiles. The resulting images resemble the\r\noriginal images, but are made up entirely from minature versions of the\r\nsame images.\r\n\r\nImages are fetched according to a query, optionally provided by the user.\r\n\r\nThe downloaded images are categoried by primary colour on disk.\r\n\r\nInstructions\r\n------------\r\n\r\nInstall system requirements.::\r\n\r\n $ sudo apt-get install python build-essential python-dev python-virtualenv libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev\r\n\r\nOn 64-bit Ubuntu, symlink the image libraries otherwise PIL won't work very well.::\r\n\r\n $ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libfreetype.so /usr/lib/\r\n $ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libjpeg.so /usr/lib/\r\n $ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib/\r\n\r\nCreate and activate a new virtual Python environment.::\r\n\r\n $ virtualenv --no-site-packages ve\r\n ...\r\n $ source ve/bin/activate\r\n (ve)$\r\n\r\nInstall package.::\r\n\r\n (ve)$ pip install ~/Downloads/collage-0.1.0.tar.gz\r\n ...\r\n\r\nStart creating collages.::\r\n\r\n (ve)$ collage-create \"jack nicholson\"\r\n ...\r\n\r\nBugs and Patches\r\n----------------\r\n\r\nPlease email any bugs or patches to john.bywater@appropriatesoftware.net.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collage/", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "collage", "package_url": "https://pypi.org/project/collage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collage/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collage/" }, "release_url": "https://pypi.org/project/collage/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Creates collages of miniature images that resemble the originals.", "version": "0.1.0" }, "last_serial": 880440, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "57053f36742a2901fb96f7dd40df21b9", "sha256": "25c8acbf1c75d0521faa0a3f540df9939f50648e944291a3f0477a63632157bd" }, "downloads": -1, "filename": "collage-0.1.0.tar.gz", "has_sig": false, "md5_digest": "57053f36742a2901fb96f7dd40df21b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79801, "upload_time": "2013-10-03T17:57:39", "url": "https://files.pythonhosted.org/packages/9a/7b/26a46b30608d802326e0c076b00efdd18b01b4f20151a035f9780f8aa018/collage-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57053f36742a2901fb96f7dd40df21b9", "sha256": "25c8acbf1c75d0521faa0a3f540df9939f50648e944291a3f0477a63632157bd" }, "downloads": -1, "filename": "collage-0.1.0.tar.gz", "has_sig": false, "md5_digest": "57053f36742a2901fb96f7dd40df21b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79801, "upload_time": "2013-10-03T17:57:39", "url": "https://files.pythonhosted.org/packages/9a/7b/26a46b30608d802326e0c076b00efdd18b01b4f20151a035f9780f8aa018/collage-0.1.0.tar.gz" } ] }