Skip to content

Instantly share code, notes, and snippets.

@ralphcrisostomo
Last active February 19, 2017 00:54
Show Gist options
  • Save ralphcrisostomo/aa65eeef74ebbdd45cb996a5571cc93f to your computer and use it in GitHub Desktop.
Save ralphcrisostomo/aa65eeef74ebbdd45cb996a5571cc93f to your computer and use it in GitHub Desktop.
Embed Meta Tags to a 360 image

#Embed Meta Tags to a 360 image

exiftool -FullPanoWidthPixels=6000 -FullPanoHeightPixels=3000 -CroppedAreaLeftPixels=0 -CroppedAreaTopPixels=958 -CroppedAreaImageWidthPixels=6000 -CroppedAreaImageHeightPixels=1083 -ProjectionType=cylindrical image.jpg
exiftool -Make="RICOH" -Model="RICOH THETA S" image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment