Skip to content

Releases: jepler/cropgui

v0.7 - accumulated enhancements and bugfixes

02 Oct 23:35
f39e6f7
Compare
Choose a tag to compare

What's Changed

  • Allow fine-tuning of cropping area using keyboard. by @waptaff in #99
  • use the rule of thirds and the directory of the previously chosen file by @beling in #101
  • Stop using get_primary_monitor() by @dubhater in #102
  • Keep every type of drag within the image bounds by @howff in #104
  • show how the current ratio differs from the closest popular format by @beling in #103
  • 🐛 Replace Image.ANTIALIAS which was removed in Pillow 10 by @Maxr1998 in #108
  • 🐛 Fix not being able to include last row and column by @Maxr1998 in #109
  • 👀 Remove thumbnail from cropped image by @Maxr1998 in #111
  • 🐛 Fix error due to Image.Resampling missing in PIL < 9.1 by @Maxr1998 in #110
  • fix cropping of palette images by @jepler in #112

New Contributors

Full Changelog: v0.6...v0.7

v0.6

17 Dec 15:43
6df535b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5...v0.6

v0.5 - Functionality and packaging improvements

15 Apr 01:29
be1a08b
Compare
Choose a tag to compare
  • Fix rounding of crop boundaries to JPEG DCT (thanks @jingw)
  • Code quality improvements (thanks @jingw)
  • Fix installation script and debian packaging (thanks @spvkgn)

v0.4.1 - Fix major cropping bug in v0.4

22 Mar 16:56
d7eaf1f
Compare
Choose a tag to compare

Thanks to Hanno Böck and Wayne A. Ptaff for their contributions in this version.

v0.4 - release with python3 support

03 Mar 18:55
Compare
Choose a tag to compare

.. and all other accumulated changes since v0.3. Thanks to isync, Reuben Peterkin, and reubot for their contributions over the last several years. I am not using or actively developing cropgui, so this is effectively a community effort.