Autocrop Versions Save

:relieved: Automatically detects and crops faces from batches of pictures.

v1.3.0

2 years ago

1.3.0 - 2022-01-25

Changes

Deprecations

  • Deprecates Python 3.6

v1.2.0

2 years ago

This release now uses the headless version of OpenCV. This should contribute to a smaller download, as well as make autocrop an easier library to package in installers.

What's Changed

Full Changelog: https://github.com/leblancfg/autocrop/CHANGELOG.md

1.1.1

3 years ago

Deprecations

  • Deprecate Python 3.5
  • Deprecate OpenCV 3

API Additions

  • User can now specify what file extension to save cropped files at the CLI

Security

  • Update Pillow dependency in order to limit possible security issues

Other changes

  • Updates to the developer setup tools and documentation
  • Updates to the example notebook

v1.1.0

3 years ago

This release sees quite a bit of change. We introduce a Python class that's usable elsewhere.

Also, the CLI tool conserves the original files.

0.3.4

4 years ago

Changes

  • Autocrop now prints the filename of images where face detection failed
  • Internal refactoring and more tests

0.3.1

5 years ago

Changes to 0.3.1

  • Add -r, --reject flag to specify directory where the images that autocrop couldn't find a face in are directed to.
  • Instead of having the target files copied then cropped, they are instead cropped and saved to their respective target folder.

0.3.0

5 years ago

This release

Fixes:

  • The long-standing image-stretching when using non-square -w and -H values

Adds features:

  • facePercent CLI option, to select how much around the face autocrop leaves in the image
  • padding CLI attributes, which lets the user position the face at any position in the image

Big thanks to @SirNarsh for the contribution

0.1.5

6 years ago

This release fixes a major bug when handling images with no detectable faces.

0.1.4

6 years ago

0.1.3

6 years ago

First production-ready verison