{ "info": { "author": "Saurabh Gharat", "author_email": "saurabhhgharat9@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "Image compression using Python \n\nImage compression is done to reduce the cost of storage and transmission\nSteps\n1. Open the file and read it\n2. Get the pixel values in RGB format\n3. Convert the tuples into one list\n4. Round the pixel values to nearest 10\n5. Regroup the pixel values into tuple of 3\n6. Create a new image from the tuple list where each pixel value in tuple indicate R,G,B value\n E.g. (42,34,67) indicates R=42,G=34,B=67\n7. Save the compressed image", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/saurabhgharat/image-compression/archive/0.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saurabhgharat", "keywords": "compression,image,python,django", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "image-compression", "package_url": "https://pypi.org/project/image-compression/", "platform": "", "project_url": "https://pypi.org/project/image-compression/", "project_urls": { "Download": "https://github.com/saurabhgharat/image-compression/archive/0.4.tar.gz", "Homepage": "https://github.com/saurabhgharat" }, "release_url": "https://pypi.org/project/image-compression/0.4/", "requires_dist": null, "requires_python": "", "summary": "compress image without losing quality", "version": "0.4" }, "last_serial": 4567194, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e82f9c82f9c8d2db4af01412e6aff7dd", "sha256": "987bc3bb67ac88e4b49b7c5fbf875d3b039c946ccd1a629f13ffdd53b417b34b" }, "downloads": -1, "filename": "image-compression-0.1.tar.gz", "has_sig": false, "md5_digest": "e82f9c82f9c8d2db4af01412e6aff7dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1329, "upload_time": "2018-11-28T14:59:36", "url": "https://files.pythonhosted.org/packages/4c/43/249dbccf93e955142f91e4653b0b90cec6f49b3da5c960becd5084baa496/image-compression-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0ba5a698f75e1b685a6dba5229105c5c", "sha256": "c881465f10e1851cbb1a2adc2509d3e5214f19be7bea7627c2495c500b13311b" }, "downloads": -1, "filename": "image-compression-0.2.tar.gz", "has_sig": false, "md5_digest": "0ba5a698f75e1b685a6dba5229105c5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1655, "upload_time": "2018-11-28T16:07:30", "url": "https://files.pythonhosted.org/packages/21/e1/aeb28013b6755f7eba1b580601e1b1e9bf691c1bb1aacc9ef2055a4ed07d/image-compression-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6b279971597f8c9879e3d7f9e20486f3", "sha256": "c2fbbb7f6978afcea651ea2fec53c540a88c86fbc09e1d16a0edcd9d08429099" }, "downloads": -1, "filename": "image-compression-0.3.tar.gz", "has_sig": false, "md5_digest": "6b279971597f8c9879e3d7f9e20486f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1922, "upload_time": "2018-11-28T18:17:07", "url": "https://files.pythonhosted.org/packages/92/db/1298e5b91a900504fb3e4e417c596e68150ab30649767885532c78a84bed/image-compression-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "896df8dc0f31b5d177954a818f543ad9", "sha256": "b512cb8925bc6282dc0f9fbd4eb809e70629f7a4152ebab0e7e22caf1050a6fd" }, "downloads": -1, "filename": "image-compression-0.4.tar.gz", "has_sig": false, "md5_digest": "896df8dc0f31b5d177954a818f543ad9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1924, "upload_time": "2018-12-06T09:41:28", "url": "https://files.pythonhosted.org/packages/d0/a5/3a70e582c336b8cf0fb1d79bf088d3774f82a9005fccd0ddac169e8bb3bf/image-compression-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "896df8dc0f31b5d177954a818f543ad9", "sha256": "b512cb8925bc6282dc0f9fbd4eb809e70629f7a4152ebab0e7e22caf1050a6fd" }, "downloads": -1, "filename": "image-compression-0.4.tar.gz", "has_sig": false, "md5_digest": "896df8dc0f31b5d177954a818f543ad9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1924, "upload_time": "2018-12-06T09:41:28", "url": "https://files.pythonhosted.org/packages/d0/a5/3a70e582c336b8cf0fb1d79bf088d3774f82a9005fccd0ddac169e8bb3bf/image-compression-0.4.tar.gz" } ] }