Skip to content

Instantly share code, notes, and snippets.

View jasondilworth56's full-sized avatar

Jason Dilworth jasondilworth56

View GitHub Profile
@jasondilworth56
jasondilworth56 / nomad-stint-logger.json
Last active February 10, 2023 13:28
nomad-stint-logger
{
"version": 0.995,
"folder_number": 27,
"NOTE_TO_SELF": "Don't update this gist, the new file is elsewhere."
}
@jasondilworth56
jasondilworth56 / example_image_utils.py
Last active March 4, 2024 03:41 — forked from turicas/example_image_utils.py
Layer on top of Python Imaging Library (PIL) to write text in images easily
#!/usr/bin/env python
# coding: utf-8
# You need PIL <http://www.pythonware.com/products/pil/> to run this script
# Download unifont.ttf from <http://unifoundry.com/unifont.html> (or use
# any TTF you have)
# Copyright 2011 Álvaro Justen [alvarojusten at gmail dot com]
# License: GPL <http://www.gnu.org/copyleft/gpl.html>
from image_utils import ImageText