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.5.tar.gz
(19.5 kB
view hashes)
Built Distribution
imgmanip-0.0.5-py3-none-any.whl
(33.9 kB
view hashes)