{ "info": { "author": "Roy Ben Shlomo", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "# Welcome to Watermark Image!\n\n\nThe package will let you watermark batch of images.\nThis package is written in python 3.5.4\n\nYou have 3 methods you can use:\n\n### Installation\n\n\n\nYou can install the watermark-image from PyPI:\n\n```sh\n$ pip install watermarkImage\n```\n\nExample usage:\n \n \n```sh\n>>> from watermarkImage import Logic\n>>> list = Logic.watermarkDir(dirToSearch, logo, Position.TOP_LEFT)\n>>> Logic.saveImages(list, pathForNewImages)\n\n```\nYou have 3 methods you can use:\n\n1. watermarkDir:\n\n **input:**\n \n - dirToSearch: path to folder with all the images you want to watermark.\n - logo: PIL image object.\n - Position: one of 4 corners - please use Position enum from the package!\n - Opacity: opacity of logo (1-10), the default is 5.\n - Logo size: there are 4 sizes to choose, the default is 2. \n \n The output is list of PIL images.\n\n2. watermarkList:\n\n Same like watermarkDir but instead of \"dirToSearch\" there is \"listOfImages\" - list of PIL images.\n The output is the same.\n \n3. saveImages:\n\n **input**\n \n - listOfImages: list of PIL images.\n - pathToSave: path to save the watermark images (the folder will be created if not exists).\n \n\nNote that the package supports only jpg\\png \n\n\nLicense\n----\n\nMIT\n\n\n**Free Software, Hell Yeah!**", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/roybs2/watermark-image/archive/v1.0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/roybs2/watermark-image", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "watermarkImage", "package_url": "https://pypi.org/project/watermarkImage/", "platform": "", "project_url": "https://pypi.org/project/watermarkImage/", "project_urls": { "Download": "https://github.com/roybs2/watermark-image/archive/v1.0.2.tar.gz", "Homepage": "https://github.com/roybs2/watermark-image" }, "release_url": "https://pypi.org/project/watermarkImage/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Watermark batch of images", "version": "1.0.2" }, "last_serial": 4857870, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d6df3c070e25719a17a07ab76ac0f9cf", "sha256": "5ef7a7d242b458189ace1cd6cb2e493f285027b8b7623feeebdaef120b664ebc" }, "downloads": -1, "filename": "watermarkImage-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d6df3c070e25719a17a07ab76ac0f9cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3433, "upload_time": "2019-02-23T09:54:50", "url": "https://files.pythonhosted.org/packages/50/99/4120281470c082becc19aa2c4ac8ae6fc62fea288a7265c334427acb8524/watermarkImage-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "416be0d130cad6630246f918676bcabb", "sha256": "16897ec796b2920a3f40e435ba9277d0b5c3f4c9e0405cfc20e0d72b60d3d11e" }, "downloads": -1, "filename": "watermarkImage-1.0.1.tar.gz", "has_sig": false, "md5_digest": "416be0d130cad6630246f918676bcabb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3428, "upload_time": "2019-02-23T10:01:37", "url": "https://files.pythonhosted.org/packages/d8/b0/ac87605935c2c07570393abd698d686596a6ce2ef3fa0a41c7b0f87f3515/watermarkImage-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "eff31fcac530c744d6730bc361766b9e", "sha256": "faa98a40ba2f3c737f442344fc0bee263ab80ed1752b8771aa02ba4d457ab0c3" }, "downloads": -1, "filename": "watermarkImage-1.0.2.tar.gz", "has_sig": false, "md5_digest": "eff31fcac530c744d6730bc361766b9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3534, "upload_time": "2019-02-23T10:13:09", "url": "https://files.pythonhosted.org/packages/2a/20/0a9581639b9d3f0ac84f598de328a8fcf85d1e71e380c7cfb7c8d96ef001/watermarkImage-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eff31fcac530c744d6730bc361766b9e", "sha256": "faa98a40ba2f3c737f442344fc0bee263ab80ed1752b8771aa02ba4d457ab0c3" }, "downloads": -1, "filename": "watermarkImage-1.0.2.tar.gz", "has_sig": false, "md5_digest": "eff31fcac530c744d6730bc361766b9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3534, "upload_time": "2019-02-23T10:13:09", "url": "https://files.pythonhosted.org/packages/2a/20/0a9581639b9d3f0ac84f598de328a8fcf85d1e71e380c7cfb7c8d96ef001/watermarkImage-1.0.2.tar.gz" } ] }