radiofreejohn / MPOExtract

stupid simple python script to extract left and right JPG images from a stereo MPO file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPOExtract

This is a simple python script to read a 3D stereo MPO image and output the left and right images.

Example:
./MPOExtract.py IMAGXXX.mpo

Output:
IMAGXXX-L.jpg
IMAGXXX-R.jpg

The left image will sometimes contain extra Exif data from the original header, such as GPS info.

About

stupid simple python script to extract left and right JPG images from a stereo MPO file


Languages

Language:Python 100.0%