Skip to content

Releases: hawier-dev/imgmanip

imgmanip-0.0.6

27 Oct 08:52
a8ace2a
Compare
Choose a tag to compare
  • Exif tags support
  • Fixed bugs

imgmanip-0.0.5

12 Oct 13:05
Compare
Choose a tag to compare

Changes:

  • color mode change task
  • "Maximized mode" option
  • better labels of tasks list

imgmanip-0.0.3

10 Oct 11:12
e4b6add
Compare
Choose a tag to compare

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

05 Oct 12:05
e4b6add
Compare
Choose a tag to compare
imgmanip-0.0.1 Pre-release
Pre-release

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.