🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

imgmanip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgmanip

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.

0.0.6
PyPI
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts