Skip to main content

Image manipulation tool written in python in which you can select a large number of photos and perform a lot of different operations on them.

Project description

Image manipulation tool in which you can select a large number of photos and perform a lot of different operations on them.

Installation

Install from PyPI

pip install imgmanip

If you want the program to be displayed in the system applications menu. (Linux only)

sudo ln -s $(whereis imgmanip) /usr/bin/imgmanip
curl https://raw.githubusercontent.com/hawier-dev/imgmanip/develop/imgmanip.desktop > ./imgmanip.desktop
sudo mv ./imgmanip.desktop /usr/share/applications/imgmanip.desktop

The current list of operations

  • Resize - resizes the images to the given resolution or by a specified percentage.
  • Compress - compresses the image. The lower the 'quality', the smaller the file size.
  • Invert - inverts the colors of the image.
  • Flip - flips the image in horizontal or vertical axis.
  • Color detection - marks where the given color appears in the image. Additionally, it can save the mask in .png format.
  • Convert - converts the image to the other format.
  • Convert color mode - This task converts the image color mode to the selected one.

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

imgmanip-0.0.6.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

imgmanip-0.0.6-py3-none-any.whl (34.3 kB view hashes)

Uploaded Python 3

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