Resizing images in python with pillow
2020-Dec-02, Wednesday 07:48 pmHello Internet. It's been a while, huh? Like many people, I got caught up in completely reconfiguring my workspace to accommodate a work-from-home station. Just yesterday I got to close all my IKEA tabs. It felt good. But unfortunately I haven't had the opportunity to get much work done on projects.
One of the short things I did manage was an update to my tweet-my-blog script, because my photos got too big so I needed to add handling to downsize before posting.
First, pull in a new library;
Then update the script (changes in strong);
( code )
One of the short things I did manage was an update to my tweet-my-blog script, because my photos got too big so I needed to add handling to downsize before posting.
First, pull in a new library;
pip3 install pillow
Then update the script (changes in strong);
( code )