Releases: hawier-dev/imgmanip
Releases · hawier-dev/imgmanip
imgmanip-0.0.6
- Exif tags support
- Fixed bugs
imgmanip-0.0.5
Changes:
- color mode change task
- "Maximized mode" option
- better labels of tasks list
imgmanip-0.0.3
Project uploaded to PyPI!
What's Changed
- Reduced dependencies
- More tasks
- Multiprocessing
- Preferences dialog
The current list of operations:
- Resize
- Compress
- Invert
- Flip
- Color detection
- Convert
Full Changelog: https://github.com/hawier-dev/imgmanip/commits/v0.0.3
imgmanip-0.0.1
First release!!!
Supported 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, shapefile and geojson file.
- Convert - converts the image to the other format.