Posts by month

Rendering text as an image using a django template tag

This templatetag allows you to use pil (python image library) to render out text in a custom font and colour. I recently created this template tag for a project I am working on, I haven't seen anything similar so I thought I would share it.

Tags: Django, Python
2 Comments