{ "info": { "author": "Tyler Burdsall", "author_email": "tylerburdsall@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# imghighlight\n\nA tiny Python 3 wrapper to make highlighting portions of an image much easier\n\n## Installation\n\nInstalling is best done using `pip`:\n\n```shell\npython3 -m pip install pyhighlight\n```\n\nAnother option is to clone the repo and copy the `pyhighlight` module folder (containing `__init__.py`) into your project directory.\n\n## Usage\n\nThe wrapper utilizes three functions:\n\n| Name | Description |\n| -----|------------ |\n| `pyhighlight(image_path)` | The constructor, takes in the base image's file path |\n| `highlight(points, color, transparency)` | Highlights a portion of the image.