Skip to main content

Image Processing Utility

Project description

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:

pip install imgk

Make sure you have Python 3.9 or later installed.

If not go to this website 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:
imgk resize --width 800 --height 600 input.jpg output.jpg
  • Convert an image:
imgk convert --format png input.jpg output.png
  • Crop an image:
imgk crop --x 100 --y 100 --width 200 --height 200 input.jpg output.jpg
  • Apply a filter to an image:
imgk filter --type grayscale input.jpg output.jpg
  • Extract metadata from an image:
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 - Python Imaging Library (PIL)

Author

Prakhar Rathore - GitHub

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imgk-2.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

imgk-2.0.0-py2-none-any.whl (5.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page