v0.7 - accumulated enhancements and bugfixes
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
- @beling made their first contribution in #101
- @dubhater made their first contribution in #102
- @Maxr1998 made their first contribution in #108
Full Changelog: v0.6...v0.7