Releases: jepler/cropgui
Releases · jepler/cropgui
v0.9 - Remove use of deprecated imghdr
What's Changed
- Remove use of deprecated imghdr by @jepler in #122
- Avoid deprecated get_pointer by @jepler in #121
- Fix 'NoneType' has no attribute 'lower' by @jepler in #124
- Update README.md: libjpeg-progs seems to be not present in stable debian by @beling in #126
- Return nonzero if no image was cropped by @jepler in #125
- remove unused code added by mistake by @jepler in #130
Full Changelog: v0.8...v0.9
v0.8: Option to enforce cropping to iMCU boundaries; adjustable zoom
What's Changed
- Implement a command-line option to force JPEG bottom and right edges to be on iMCU boundaries. by @Ndolam in #116
- Implement a "poor man's" zoom feature. (The image gets bigger and sm… by @Ndolam in #118
- cropgtk: properly parse the commandline with argparse by @jepler in #120
New Contributors
Full Changelog: v0.7...v0.8
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
v0.6
What's Changed
- Fix output name detection for non-jpeg files by @City-busz in #74
- Support Windows by @howff in #79
- Fix cropping in python3 by @howff in #78
- Updates of possible interest by @ConradHughes in #81
- Work around jpegtran to get correct rotated crops. by @ConradHughes in #82
- Preserve previous crop by @howff in #84
- Minor improvements by @ConradHughes in #87
- closes #89 by @JoKalliauer in #90
- Treat MPO files like JPEG files by @howff in #88
- Ensure only integers are passed to Image.point by @jepler in #95
New Contributors
- @City-busz made their first contribution in #74
- @howff made their first contribution in #79
- @ConradHughes made their first contribution in #81
- @JoKalliauer made their first contribution in #90
Full Changelog: v0.5...v0.6
v0.5 - Functionality and packaging improvements
v0.4.1 - Fix major cropping bug in v0.4
Thanks to Hanno Böck and Wayne A. Ptaff for their contributions in this version.
v0.4 - release with python3 support
.. 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.