Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Image Cropping Tool #15

Closed Stefan4472 closed 4 years ago

Stefan4472 commented 4 years ago

Create a simple GUI tool using Tkinter to help the user crop images to the right size for featured images, thumbnails, and banners.

Stefan4472 commented 4 years ago

Implemented and working quite well. Also now used in manage_blog.py to let the user choose images if no image has been specified in post-meta.json.

Could use some minor revisions/improvements, but that can be saved for a future issue.