{ "info": { "author": "Rui Carmo", "author_email": "rcarmo@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "pngcanvas\r\n=========\r\n\r\nA minimalist library to render PNG images using pure Python inspired by Thomas Fuchs' spark_pr library, originally published here in 2005.\r\n\r\nGiven that I get a couple of mails about it every quarter or so, and that it's been consistently popular with the Google App Engine crowd, I decided to release it under the MIT license and welcome any contributions towards speeding it up, cleaning it up and making it generally more useful.\r\n\r\nSo ping me if you want commit access (or just send me a pull request with any enhancements).\r\n\r\nFeatures\r\n--------\r\n\r\nAs it stands, you can do the following things with a `PNGCanvas` instance:\r\n\r\n* Set single pixels\r\n* Draw antialiased lines and polylines\r\n* Draw rectangles (outlined and filled)\r\n* Draw vertical gradients\r\n* Copy (and blend) a rectangular segment of the image onto another location\r\n* Save it as a PNG file\r\n* Load a PNG file into it (with some restrictions)\r\n\r\n...all of it in pure Python.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rcarmo/pngcanvas", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pngcanvas", "package_url": "https://pypi.org/project/pngcanvas/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pngcanvas/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rcarmo/pngcanvas" }, "release_url": "https://pypi.org/project/pngcanvas/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "A minimalist library to render PNG images using pure Python.", "version": "1.0.3" }, "last_serial": 956848, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "57953696337774b6e2a7fba56e99e286", "sha256": "2fd496ccf487f85c9f40edcac6b508924d37fdda047f8f05e9259c38e684c71d" }, "downloads": -1, "filename": "pngcanvas-1.0.3.tar.gz", "has_sig": false, "md5_digest": "57953696337774b6e2a7fba56e99e286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24542, "upload_time": "2013-12-30T15:10:28", "url": "https://files.pythonhosted.org/packages/52/88/f204856b21fd6edaf466b685344f3dc42b8ecac1e7885ee7a15cb52f598c/pngcanvas-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57953696337774b6e2a7fba56e99e286", "sha256": "2fd496ccf487f85c9f40edcac6b508924d37fdda047f8f05e9259c38e684c71d" }, "downloads": -1, "filename": "pngcanvas-1.0.3.tar.gz", "has_sig": false, "md5_digest": "57953696337774b6e2a7fba56e99e286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24542, "upload_time": "2013-12-30T15:10:28", "url": "https://files.pythonhosted.org/packages/52/88/f204856b21fd6edaf466b685344f3dc42b8ecac1e7885ee7a15cb52f598c/pngcanvas-1.0.3.tar.gz" } ] }