Created
June 25, 2018 21:40
-
-
Save bhautikj/8a90743511e25604162550cf3e0e0a80 to your computer and use it in GitHub Desktop.
Extract other eye from a VR180 photo from a Lenovo Mirage camera
This file contains hidden or 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
#!/bin/sh | |
exiftool -config gimage.config -b -XMP-GImage:Data $1.jpg | base64 --decode > othereye.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment