Skip to content

Instantly share code, notes, and snippets.

@jb221467
jb221467 / thumbnails2excel.py
Created February 2, 2018 18:49
Thumbnails and filenames into Excel spreadsheet
"""
Thumbnails & metadata to Excel
Writes images, filenames, and identifiers to an excel file.
JPEGs should be no more than 150 pixels on the long edge.
Input file is a CSV with columns for 'Filename' and 'Identifier'
where 'Filename' values match actual filenames.
Last edited 2/2/2018 by Jasmine Burns, jburns@cornell.edu"""