{ "info": { "author": "Alkatron", "author_email": "alkatron@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "PyResizeImage Copyright (C) 2013 Alkatron\nThis program comes with ABSOLUTELY NO WARRANTY;\nThis is free software, and you are welcome to redistribute it\nunder certain conditions; use -w options for details.\n---------------------------------------------------------------------------\nResize images, and pad them to give an exact size image.\nIf not specified it creates a new folder named resized.. and copies\nresized images into it with the same name.\n- Images with a different aspect-ratio are padded with alpha channel(transparent).\n- Images resized are in PNG format (to mantain transparent channel).\n\nModule usage: \n\n from pyrszimg.core import resize_img, resize_dir, VVERSION\n \n ResizedImage = resize_img(sourcefile, size)\n or\n dictResults=resize_dir(sourcedir, size [,destdir ,formats])\n \n with dictResults={'total':\n 'skipped': \n 'path_to':}\n \n---------------------------------------------------------------------------\nConsole usage: pyresizeimage [options]\n\nOptions:\n\n-i, --input :Folder containing images to resize\n\n-s, --size :Size of the producted images width/height\n\n-o, --output :(optional)Folder containing resized images default is \n /resized..\n\n-f, --formats :(optional)Image format to evaluate default is png/gif/jpg/jpeg\n\n-w :Show licence\n\nExample:pyresizeimage -i ~/images -s 640/480\n pyresizeimage -i ~/images -s 640/480 -o ~/images/newpic -f gif/jpg\n\n\nInstall\n-------\nsudo pip install PIL\nsudo pip install pyresizeimage", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://launchpad.net/pyresizeimage", "keywords": "graphic,image,png,jpg,aspect ratio", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "PyResizeImage", "package_url": "https://pypi.org/project/PyResizeImage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyResizeImage/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://launchpad.net/pyresizeimage" }, "release_url": "https://pypi.org/project/PyResizeImage/0.9.6/", "requires_dist": null, "requires_python": null, "summary": "Resize images, and pad them to give an exact size image", "version": "0.9.6" }, "last_serial": 850171, "releases": { "0.9.5": [ { "comment_text": "", "digests": { "md5": "085317755e856d6485a7f22de67c6ed1", "sha256": "b857cdc072b794fa12510319fb6392ea17c9b48a20166896203be9354a1aca7f" }, "downloads": -1, "filename": "PyResizeImage-0.9.5.tar.gz", "has_sig": false, "md5_digest": "085317755e856d6485a7f22de67c6ed1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17805, "upload_time": "2013-04-14T17:52:48", "url": "https://files.pythonhosted.org/packages/33/9d/dacb1bc4be763ba8077523bb9f67eba0878075d2f07d8618ede206df366a/PyResizeImage-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "147f40977336d30013b164c322aefca0", "sha256": "36adbefd99b68256f9974c91b7c2ab6f2116f29c37cef0280849337f35ab3715" }, "downloads": -1, "filename": "PyResizeImage-0.9.6.tar.gz", "has_sig": false, "md5_digest": "147f40977336d30013b164c322aefca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17178, "upload_time": "2013-08-27T11:12:33", "url": "https://files.pythonhosted.org/packages/bb/88/2275908c372af8b0365b08704175b3462eafcf48cac205c412c901d34b96/PyResizeImage-0.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "147f40977336d30013b164c322aefca0", "sha256": "36adbefd99b68256f9974c91b7c2ab6f2116f29c37cef0280849337f35ab3715" }, "downloads": -1, "filename": "PyResizeImage-0.9.6.tar.gz", "has_sig": false, "md5_digest": "147f40977336d30013b164c322aefca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17178, "upload_time": "2013-08-27T11:12:33", "url": "https://files.pythonhosted.org/packages/bb/88/2275908c372af8b0365b08704175b3462eafcf48cac205c412c901d34b96/PyResizeImage-0.9.6.tar.gz" } ] }