pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

PCC31 GeoffRiley #816

Closed GeoffRiley closed 2 years ago

GeoffRiley commented 2 years ago

Difficulty level (1-10): [4] Estimated time spent (hours): [5] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [Working with pillow resizing images; generating new canvas to copy image into, creating a frame; accepting command line parameters—couldn't quite get the optional resize value to work with a default so it became none optional. Main code automatically runs a series of trials using the provided .png and .jpg files.] Other feedback (what can we improve?): []

bbelderbos commented 2 years ago

Nice work @GeoffRiley, code looks good. Pillow is really useful, we use it to generate our YouTube images: https://github.com/bbelderbos/youtube-thumbnails