# exif.py **Repository Path**: mirrors_mingchen/exif.py ## Basic Information - **Project Name**: exif.py - **Description**: A python utility to read / write JPEG's EXIF attributes - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intro A python utility to read / write JPEG's EXIF attributes. # Usage Read attributes from file: exif.py -r [attribute,attribute,...] file.jpg Write attributes to file: exif.py -w attr1=value1,attr2=value2 file.jpg To get help: exif.py -h # Example # References - http://tilloy.net/dev/pyexiv2/ - http://tilloy.net/dev/pyexiv2/tutorial.html