{ "info": { "author": "Sebastian Kreft", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: Unix", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Archiving :: Compression" ], "description": "Optimage\n========\n\n.. image:: https://badge.fury.io/py/optimage.svg\n :target: http://badge.fury.io/py/optimage\n\n.. image:: https://travis-ci.org/sk-/optimage.svg?branch=master\n :target: https://travis-ci.org/sk-/optimage\n\n.. image:: https://coveralls.io/repos/sk-/optimage/badge.svg?branch=master\n :target: https://coveralls.io/r/sk-/optimage?branch=master\n\nOptimage optimizes JPEGs and PNGs by losslessly recompressing them and removing\nunnecessary metadata (EXIF, comments, etc), making the web faster and your repo\nsmaller.\n\nOptimizers\n----------\n\n- JPEG\n\n * `jpegtran `_\n * `jpegoptim `_\n\n- PNG\n\n * `pngcrush `_\n * `optipng `_\n\n\nExample usage\n-------------\n\n $ optimage test_data/valid1.png\n File can be losslessly compressed to 67 bytes (savings: 52 bytes = 43.70%)\n Replace it by running either:\n optimage --replace test_data/valid1.png\n optimage --output test_data/valid1.png\n\n $ optimage --replace test_data/valid1.png\n File was losslessly compressed to 67 bytes (savings: 52 bytes = 43.70%)\n\n $ optimage --output /tmp/valid1.png test_data/valid1.png\n File was losslessly compressed to 67 bytes (savings: 52 bytes = 43.70%)\n\n\nInstallation\n------------\n\nYou can install, upgrade or uninstall ``optimage`` with these commands::\n\n $ pip install optimage\n $ pip install --upgrade optimage\n $ pip uninstall optimage\n\n\nPython Versions\n---------------\n\nPython 2.7, 3.3, 3.4 and 3.5 are supported.\n\n\nDevelopment\n-----------\n\nHelp for this project is more than welcomed, so feel free to create an issue or\nto send a pull request via http://github.com/sk-/optimage.\n\nTests are run using pytest, either with::\n\n $ python setup.py test\n $ pytest\n\n\nChangelog\n=========\n\nv0.3.0 (2017-03-19)\n----------\n\n* Fixed #19: remove --lossy_8bit from zopflipng call\n* Fixed #13: temporary files are removed after use\n\nv0.2.0 (2016-02-08)\n-------------------\n\n* Added support for Python 2.7\n* Added support for zopflipng\n* Fixed #4: Images are now considered equal when alpha is 0 regardless of RGB.\n* Fixed #6: Add --debug option to gather performance stats\n\nv0.0.1 (2015-12-24)\n-------------------\n\n* Initial release with support for (jpegtran, jpegoptim, optipng, pngcrush)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sk-/optimage", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "optimage", "package_url": "https://pypi.org/project/optimage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/optimage/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sk-/optimage" }, "release_url": "https://pypi.org/project/optimage/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Optimage: Lossless Compressor for PNG and JPEG", "version": "0.3.0" }, "last_serial": 2714674, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0e3bd998583ed2fd161910bad2a2962a", "sha256": "6571557808ad1807697fe26d90d9e35b45fb038c61ec4458e769d0c97978cfe6" }, "downloads": -1, "filename": "optimage-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0e3bd998583ed2fd161910bad2a2962a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9684, "upload_time": "2015-12-24T22:28:45", "url": "https://files.pythonhosted.org/packages/3e/13/8cd0078518657316dab8c42a01958b5ba4710c8c23120836df064b4224df/optimage-0.0.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2ac04c1e8d1a9aee414a3e65ade677a6", "sha256": "21fa65e121bb9fa53f11a2ff9c20d8cb086bf1d949100ffdd3cb275d142ee3ed" }, "downloads": -1, "filename": "optimage-0.3.0.tar.gz", "has_sig": false, "md5_digest": "2ac04c1e8d1a9aee414a3e65ade677a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11030, "upload_time": "2017-03-18T15:34:35", "url": "https://files.pythonhosted.org/packages/01/ee/5030cd418c6d1561e7c7283c95394f6424866066677b71dc72653149a295/optimage-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ac04c1e8d1a9aee414a3e65ade677a6", "sha256": "21fa65e121bb9fa53f11a2ff9c20d8cb086bf1d949100ffdd3cb275d142ee3ed" }, "downloads": -1, "filename": "optimage-0.3.0.tar.gz", "has_sig": false, "md5_digest": "2ac04c1e8d1a9aee414a3e65ade677a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11030, "upload_time": "2017-03-18T15:34:35", "url": "https://files.pythonhosted.org/packages/01/ee/5030cd418c6d1561e7c7283c95394f6424866066677b71dc72653149a295/optimage-0.3.0.tar.gz" } ] }