Skip to content

Instantly share code, notes, and snippets.

@jcarhuazv
Forked from 02015678/GPano.xmp.xml
Created March 19, 2018 18:03
Show Gist options
  • Save jcarhuazv/f148bc31d830ef124f49b36cd8753c96 to your computer and use it in GitHub Desktop.
Save jcarhuazv/f148bc31d830ef124f49b36cd8753c96 to your computer and use it in GitHub Desktop.
GPano Photo Sphere XMP Tag Sample
<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 10.16'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<rdf:Description rdf:about="" xmlns:GPano="http://ns.google.com/photos/1.0/panorama/">
<GPano:UsePanoramaViewer>True</GPano:UsePanoramaViewer>
<GPano:CaptureSoftware>Photo Sphere</GPano:CaptureSoftware>
<GPano:StitchingSoftware>Photo Sphere</GPano:StitchingSoftware>
<GPano:ProjectionType>equirectangular</GPano:ProjectionType>
<GPano:PoseHeadingDegrees>0.0</GPano:PoseHeadingDegrees>
<GPano:InitialViewHeadingDegrees>0.0</GPano:InitialViewHeadingDegrees>
<GPano:InitialViewPitchDegrees>0.0</GPano:InitialViewPitchDegrees>
<GPano:InitialViewRollDegrees>120</GPano:InitialViewRollDegrees>
<GPano:InitialHorizontalFOVDegrees>30.0</GPano:InitialHorizontalFOVDegrees>
<GPano:CroppedAreaLeftPixels>0</GPano:CroppedAreaLeftPixels>
<GPano:CroppedAreaTopPixels>2485</GPano:CroppedAreaTopPixels>
<GPano:CroppedAreaImageWidthPixels>9820</GPano:CroppedAreaImageWidthPixels>
<GPano:CroppedAreaImageHeightPixels>1629</GPano:CroppedAreaImageHeightPixels>
<GPano:FullPanoWidthPixels>13200</GPano:FullPanoWidthPixels>
<GPano:FullPanoHeightPixels>6600</GPano:FullPanoHeightPixels>
<GPano:FirstPhotoDate>2015-11-03T14:15:00.000Z</GPano:FirstPhotoDate>
<GPano:LastPhotoDate>2015-11-03T14:15:00.000Z</GPano:LastPhotoDate>
<GPano:SourcePhotosCount>50</GPano:SourcePhotosCount>
<GPano:ExposureLockUsed>False</GPano:ExposureLockUsed>
</rdf:Description>
<rdf:Description rdf:about=''
xmlns:exifEX='http://cipa.jp/exif/1.0/'>
<exifEX:InteroperabilityIndex>R98</exifEX:InteroperabilityIndex>
</rdf:Description>
<rdf:Description rdf:about=''
xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
<xmp:CreateDate>2014-10-11T09:10:05</xmp:CreateDate>
<xmp:ModifyDate>2014-10-11T09:10:05</xmp:ModifyDate>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end='w'?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment