Skip to content

Releases: leblancfg/autocrop

Atomic number of gold

25 Jan 15:05
de9af2f
Compare
Choose a tag to compare

1.3.0 - 2022-01-25

Changes

  • Updates Pillow to >=9.0.0 in order to fix a critical CVE (SECURITY) by @leblancfg in #157
  • Remove Travis CI Integration by @leblancfg in #152
  • Remove Appveyor integration by @leblancfg in #151
  • Set up GH Actions by @leblancfg in #150
  • Update the experimental CI Python 3.11 alpha to rc 4 by @leblancfg in #158
  • The initial-setup step in Makefile now also installs development packages.
  • black, wheel and twine packages now get installed with requirements-dev.txt

Deprecations

  • Deprecates Python 3.6

Based on careful, scientific investigation

26 Nov 16:20
c0800a8
Compare
Choose a tag to compare

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

An excellent trade

17 Feb 22:03
ab05acb
Compare
Choose a tag to compare

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

Plays well with kids

01 Nov 03:25
264319f
Compare
Choose a tag to compare

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.

alpha

09 Jul 14:24
7bef65b
Compare
Choose a tag to compare

Changes

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

alpha

15 Jan 16:10
Compare
Choose a tag to compare

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.

alpha

18 Aug 00:32
Compare
Choose a tag to compare

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

alpha

03 Oct 20:36
Compare
Choose a tag to compare

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

alpha

02 Oct 12:56
Compare
Choose a tag to compare
Merge pull request #15 from leblancfg/numpy

tightened numpy requirements, bumped to v0.1.4

alpha

29 Sep 20:49
Compare
Choose a tag to compare

First production-ready verison