In this article we review last week’s Image Manipulation With Pillow code challenge. Some nice submissions to share …
Articles on utilities
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!
200 Days of PyBites, 100 Days of Code and our Next Project
By PyBites Team on 7 July 2017
We did it! #100DaysOfCode is done: 5K lines of code, 100 scripts. Just on the day PyBites turns 200 days. In this article we will share our learning on this major project and announce our next 100 days effort …