{ "info": { "author": "Lars Yencken", "author_email": "lars@yencken.org", "bugtrack_url": null, "classifiers": [], "description": "==============\npallete_detect\n==============\n\nImage palette detection in Python modelled after Paul Annesley's color\ndetector in PHP. `palette_detect` determines what the most important colors\nused in your image are, and if one of them is a background color.\n\nby Dennis Hotson & Lars Yencken\n\nUsage\n=====\n\n`palette_detect` is meant to run in a streaming manner. You can run it on a single image by echo'ing in the image::\n\n $ echo myimage.png | palette_detect\n myimage.png #3e453f,#2ea3b7,#bee6ea,#51544c,#373d38 #ffffff\n\nEach input line should be a filename. Each output line will be a tab-delimited\nstring containing the filename, major colors in order, and (optionally) a\ndetected background color.\n\nTo run on an entire directory tree of images::\n\n $ find . -name '*.jpg' | palette_detect\n\n`palette_detect` has an experimental multiprocessing mode, accessed by the `-n`\nargument. For example, to run the same example using 8 processes::\n\n $ find . -name '*.jpg' | palette_detect -n 8\n\nYou can also get usage information by running `palette_detect --help`.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/larsyencken/palette-detect", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "palette_detect", "package_url": "https://pypi.org/project/palette_detect/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/palette_detect/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/larsyencken/palette-detect" }, "release_url": "https://pypi.org/project/palette_detect/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Palette detection from images.", "version": "0.2.0" }, "last_serial": 795977, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "75e741179676568f1e1cfbec1305b62b", "sha256": "e8567426b2689e716326ce6a3226e11b76e447801f357923eca8edc2a056dd7b" }, "downloads": -1, "filename": "palette_detect-0.1.0.tar.gz", "has_sig": true, "md5_digest": "75e741179676568f1e1cfbec1305b62b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3564, "upload_time": "2012-03-26T04:40:01", "url": "https://files.pythonhosted.org/packages/0a/01/52904e94bd413b6ec6c9f9779ab887f4a8a57e51c9ae007261fbfc6bd15c/palette_detect-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e92882efab31d0be3d8021e389ba8e6d", "sha256": "2547dae6723c193d1e9398c20d57b5eecb56d1e15f025320597318b0e6488072" }, "downloads": -1, "filename": "palette_detect-0.2.0.tar.gz", "has_sig": true, "md5_digest": "e92882efab31d0be3d8021e389ba8e6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4632, "upload_time": "2012-03-28T07:44:17", "url": "https://files.pythonhosted.org/packages/7c/09/98ab51187fbbc90c85a107b69b2a4b28d50d80f3407c68d8add991130973/palette_detect-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e92882efab31d0be3d8021e389ba8e6d", "sha256": "2547dae6723c193d1e9398c20d57b5eecb56d1e15f025320597318b0e6488072" }, "downloads": -1, "filename": "palette_detect-0.2.0.tar.gz", "has_sig": true, "md5_digest": "e92882efab31d0be3d8021e389ba8e6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4632, "upload_time": "2012-03-28T07:44:17", "url": "https://files.pythonhosted.org/packages/7c/09/98ab51187fbbc90c85a107b69b2a4b28d50d80f3407c68d8add991130973/palette_detect-0.2.0.tar.gz" } ] }