# Imgk
* Imgk is an image processing utility that provides various functionalities for manipulating and processing images from the command line.
# Features
* Image resizing: Resize images to specific dimensions.
* Image conversion: Convert images to different formats.
* Image cropping: Crop images to a specified region.
* Image filtering: Apply various filters and effects to images.
* Image metadata extraction: Extract metadata information from images.
# Installation
You can install imgk using PyPI:
```bash
pip install imgk
```
**Make sure you have Python 3.9 or later installed.**
If not go to this [website](https://www.python.org/downloads/) and download python 3.9
# Usage
To use imgk, open a terminal and run the `imgk` command followed by the desired subcommand and options.
Examples:
* Resize an image:
```bash
imgk resize --width 800 --height 600 input.jpg output.jpg
```
* Convert an image:
```bash
imgk convert --format png input.jpg output.png
```
* Crop an image:
```bash
imgk crop --x 100 --y 100 --width 200 --height 200 input.jpg output.jpg
```
* Apply a filter to an image:
```bash
imgk filter --type grayscale input.jpg output.jpg
```
* Extract metadata from an image:
```bash
imgk metadata input.jpg
```
**For more information and available options, run imgk --help**
# License
This project is licensed under the MIT License. See the LICENSE file for details.
# Contributing
Feel free to submit issues and pull requests.
# Acknowledgements
* [Pillow](https://python-pillow.org/) - Python Imaging Library (PIL)
# Author
Prakhar Rathore - [GitHub](https://github.com/prak132)
Raw data
{
"_id": null,
"home_page": "https://github.com/prak132/imgk_cli",
"name": "imgk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "image-processing utility command-line",
"author": "Prakhar Rathore",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/0c/c2/46a0676988a08e2f928e7e0ab832a0d1358d1e74294aabd35d18dce52443/imgk-2.0.0.tar.gz",
"platform": "macOS",
"description": "# Imgk\n* Imgk is an image processing utility that provides various functionalities for manipulating and processing images from the command line.\n\n# Features\n* Image resizing: Resize images to specific dimensions.\n* Image conversion: Convert images to different formats.\n* Image cropping: Crop images to a specified region.\n* Image filtering: Apply various filters and effects to images.\n* Image metadata extraction: Extract metadata information from images.\n\n# Installation\nYou can install imgk using PyPI:\n\n```bash\npip install imgk\n```\n\n**Make sure you have Python 3.9 or later installed.**\n\nIf not go to this [website](https://www.python.org/downloads/) and download python 3.9\n\n# Usage\n\nTo use imgk, open a terminal and run the `imgk` command followed by the desired subcommand and options.\n\nExamples:\n* Resize an image:\n```bash\nimgk resize --width 800 --height 600 input.jpg output.jpg\n```\n* Convert an image:\n```bash\nimgk convert --format png input.jpg output.png\n```\n* Crop an image:\n```bash\nimgk crop --x 100 --y 100 --width 200 --height 200 input.jpg output.jpg\n```\n* Apply a filter to an image:\n```bash\nimgk filter --type grayscale input.jpg output.jpg\n```\n* Extract metadata from an image:\n```bash\nimgk metadata input.jpg\n```\n**For more information and available options, run imgk --help**\n\n# License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n# Contributing\nFeel free to submit issues and pull requests.\n\n# Acknowledgements\n* [Pillow](https://python-pillow.org/) - Python Imaging Library (PIL)\n\n# Author\nPrakhar Rathore - [GitHub](https://github.com/prak132)\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Image Processing Utility",
"version": "2.0.0",
"project_urls": {
"Homepage": "https://github.com/prak132/imgk_cli"
},
"split_keywords": [
"image-processing",
"utility",
"command-line"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1244726875b67f20639b0d057c99da86b8681849b20497718dfdba1ff1aab26f",
"md5": "d1cf69c227ccd9a3065dc7af96714ce8",
"sha256": "58913a75767079d78e91b0b89de233e3ad50306b091345a8087444f19c00d8e8"
},
"downloads": -1,
"filename": "imgk-2.0.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "d1cf69c227ccd9a3065dc7af96714ce8",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 5680,
"upload_time": "2023-07-09T04:59:33",
"upload_time_iso_8601": "2023-07-09T04:59:33.236506Z",
"url": "https://files.pythonhosted.org/packages/12/44/726875b67f20639b0d057c99da86b8681849b20497718dfdba1ff1aab26f/imgk-2.0.0-py2-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0cc246a0676988a08e2f928e7e0ab832a0d1358d1e74294aabd35d18dce52443",
"md5": "102c25cab27ed7b16c537329f44ddfe7",
"sha256": "f640c3b55bc55839e9aa28743ebb6cf6953e5b60575c49a952e0710f01f03121"
},
"downloads": -1,
"filename": "imgk-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "102c25cab27ed7b16c537329f44ddfe7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3299,
"upload_time": "2023-07-09T04:59:34",
"upload_time_iso_8601": "2023-07-09T04:59:34.595578Z",
"url": "https://files.pythonhosted.org/packages/0c/c2/46a0676988a08e2f928e7e0ab832a0d1358d1e74294aabd35d18dce52443/imgk-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-09 04:59:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "prak132",
"github_project": "imgk_cli",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "imgk"
}