Identifying faces I was asked by Bob to write a guest article for the PyBites blog, so whilst this isn’t my first blog article, it is my first ever guest blog article of which I’m immensely proud and very pleased to have written for Pybites. In this article, I will detail how I used the… Continue reading Facial Recognition with Python
Articles on pillow
Watermarking photos? “I can do that in Python!”
By Anthony Lister on 24 June 2019
My wife is setting up a business from home and wanted to protect photos of her work submitted to social media sites and the web in general. “I can do that using Python!”, I exclaimed, thinking I had seen a tutorial showing how ages ago. Laptop open, I set to work and found my bookmarked tutorial. It was using OpenCV2 and even after ~70 odd days of my #100DaysOfCode journey, I didn’t really understand it well enough to configure it myself if I had to make changes. (OpenCV is on my list of things to do after my #100Days). I remembered reading about Pillow, or PIL as it is sometimes known, and started to read the docs for it. Challenge to myself accepted!
Twitter digest 2017 week 34
By PyBites Team on 27 August 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Fully Automate Login and Banner Generation with Selenium, Requests and Click
By Bob Belderbos on 20 August 2017
In part 3 of the PyBites Banner Generator article series I show you how to automatically generate a banner with Requests and Selenium.
Making a Banner Generator With Pillow and Flask
By Bob Belderbos on 19 August 2017
In this article I will take last week’s banner.py Pillow script and integrate it into a Flask app.
Code Challenge 31 – Image Manipulation With Pillow – Review
By PyBites Team on 14 August 2017
In this article we review last week’s Image Manipulation With Pillow code challenge. Some nice submissions to share …
Using Pillow to Create Nice Banners For Your Site
By Bob Belderbos on 11 August 2017
Running your site or business good chance you A. use promo material like banners and B. you make them manually with Photoshop, Gimp or what not. And yes for anything beyond the basics you probably need those programs. But what if you like to keep it simple and want to semi-automate things? Just an image and text on canvas? Enter Pillow – The friendly PIL fork, which makes this pretty easy. Come explore some of its capabilities with me in this article.
Code Challenge 31 – Image Manipulation With Pillow
By PyBites Team on 8 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding. Let’s shift gears a little bit: this week we have you choose an image manipulation task using Pillow, “the friendly PIL (Python Imaging Library) fork”. Have fun!
Twitter digest 2017 week 16
By PyBites Team on 23 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.