This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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, [email protected]""" |