Skip to content

Instantly share code, notes, and snippets.

View aarongundel's full-sized avatar

Aaron aarongundel

  • Farallon Geographics
  • Mead, CO
View GitHub Profile
@aarongundel
aarongundel / thumbnailer.py
Last active May 21, 2025 03:19
Arches Simple Thumbnailer
from PIL import Image
import filetype
class SimpleThumbnailer(ThumbnailGenerator):
def make_thumbnail(self, inputfile_path, outputfile_path, **kwargs):
"""
Args:
inputfile_path: a path to a file on disk to create a thumbnail from
outputfile_path: a path to a file on disk where the thumbnail will be written to