Skip to content

Instantly share code, notes, and snippets.

@dhavalv
Last active January 13, 2017 07:36
Show Gist options
  • Save dhavalv/276c3c02cc8f1e5d3068d6dd8e90a66d to your computer and use it in GitHub Desktop.
Save dhavalv/276c3c02cc8f1e5d3068d6dd8e90a66d to your computer and use it in GitHub Desktop.
How to make 360 image for facebook post?

How to make 360 image for facebook post?

  • Try 1: Download Any 360 Panaroma Image or take snapshot from 360 video
  • Try 2: Create panaroma image and change metadata using below command:
exiftool -ProjectionType="equirectangular"-UsePanoramaViewer="True"-"PoseHeadingDegrees<$exif:GPSImgDirection"-"CroppedAreaImageWidthPixels<$ImageWidth"-"CroppedAreaImageHeightPixels<$ImageHeight"-"FullPanoWidthPixels<$ImageWidth"-"FullPanoHeightPixels<$ImageHeight"-CroppedAreaLeftPixels="0" -CroppedAreaTopPixels="0" "image_path"

exiftool  -Make="RICOH" -Model="RICOH THETA S" "image_path"

You need to install exiftool in your system or change from online: http://www.thexifer.net/

NOTE: Image Extension must be ".jpg" format.

Installation Exiftool

  1. Download exiftool source from here
  2. Exiftool Installtion Process
  3. use exiftool 'command'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment