Skip to content

Instantly share code, notes, and snippets.

@bhautikj
Created June 25, 2018 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhautikj/8a90743511e25604162550cf3e0e0a80 to your computer and use it in GitHub Desktop.
Save bhautikj/8a90743511e25604162550cf3e0e0a80 to your computer and use it in GitHub Desktop.
Extract other eye from a VR180 photo from a Lenovo Mirage camera
#!/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