Inbac Versions Save

Python application for fast interactive image cropping

2.1.0

3 years ago

Changes since 2.0.0:

  • added rotate image functionality (press c to rotate the image)
  • added counter and total in title bar to help keep track of the images
  • images in directory are sorted
  • crops folder is created when the image is cropped, in previous versions crops folder was created when the folder was opened
  • added selection box color setting in settings view

2.0.0

4 years ago

This release is focused on ease of use. Biggest changes in this release are:

  • added menu
  • image folder can be changed from the GUI
  • the most important settings can be set using the GUI
  • using PyInstaller I was able to add self contained single file executables for Linux, Windows and Mac

1.1.0

4 years ago

Changes since 1.0.1:

  • added parameters to set saved images format and quality (#1)
  • if nothing is selected Z doesn't go to the next image (#3)
  • image is removed from memory when going to the next or previous image (#6)

1.0.1

4 years ago

Changes since last release:

  • updated gif location in README so hopefully it will display on pypi project page

1.0.0

4 years ago

Initial release