Home / Companies / Pybites / Blog / Post Details
Content Deep Dive

Code Challenge 31 – Image Manipulation With Pillow – Review

Blog post from Pybites

Post Details
Company
Date Published
Author
PyBites Team
Word Count
252
Language
English
Hacker News Points
-
Summary

Last week's Image Manipulation With Pillow code challenge featured impressive submissions, including bbelderbos's PyBites Banner Generator, which streamlines the creation of banners for PyBites content, and clamytoe's Thumbler, a proof-of-concept script using OpenCV to extract faces as thumbnails from images. The Banner Generator was developed to replace the cumbersome manual process of using Gimp, allowing quick banner creation and inspiring two articles on Pillow and Flask. Thumbler initially aimed to employ machine learning for face detection but used OpenCV due to time constraints and grouped extracted faces by image. The challenge encourages ongoing participation with no deadlines, promising updates as new submissions arrive and teasing the next challenge for followers to engage in continued Python coding exploration.