Skip to content

hawier-dev/imgmanip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

screenshot

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages