From 5f80fab4602c01cc9e53bce1f86fce8c62e7ce53 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 20 Oct 2024 11:21:59 +0200 Subject: [PATCH] minor --- lib/ref/metadata/xmp.dart | 1 + lib/view/src/xmp.dart | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/ref/metadata/xmp.dart b/lib/ref/metadata/xmp.dart index 3e8df1d77..311d7a4f7 100644 --- a/lib/ref/metadata/xmp.dart +++ b/lib/ref/metadata/xmp.dart @@ -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/'; diff --git a/lib/view/src/xmp.dart b/lib/view/src/xmp.dart index 447abb097..46129e320 100644 --- a/lib/view/src/xmp.dart +++ b/lib/view/src/xmp.dart @@ -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',