This commit is contained in:
Thibault Deckers 2024-10-20 11:21:59 +02:00
parent fdf9aa7ef4
commit 5f80fab460
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ class XmpNamespaces {
static const gFocus = 'http://ns.google.com/photos/1.0/focus/';
static const gImage = 'http://ns.google.com/photos/1.0/image/';
static const gPano = 'http://ns.google.com/photos/1.0/panorama/';
static const gPhotoScan = 'http://ns.google.com/photos/1.0/photoscan/';
static const gSpherical = 'http://ns.google.com/videos/1.0/spherical/';
static const gettyImagesGift = 'http://xmp.gettyimages.com/gift/1.0/';
static const gimp210 = 'http://www.gimp.org/ns/2.10/';

View file

@ -35,6 +35,7 @@ class XmpNamespaceView {
XmpNamespaces.gImage: 'Google Image',
XmpNamespaces.gPano: 'Google Panorama',
XmpNamespaces.gSpherical: 'Google Spherical',
XmpNamespaces.gPhotoScan: 'Google PhotoScan',
XmpNamespaces.gettyImagesGift: 'Getty Images',
XmpNamespaces.gimp210: 'GIMP 2.10',
XmpNamespaces.gimpXmp: 'GIMP',