This commit is contained in:
Thibault Deckers 2022-08-26 19:25:38 +02:00
parent 3e463fa9b7
commit 640eb89383

View file

@ -5,6 +5,7 @@ class Namespaces {
static const acdsee = 'http://ns.acdsee.com/iptc/1.0/'; static const acdsee = 'http://ns.acdsee.com/iptc/1.0/';
static const adsmlat = 'http://adsml.org/xmlns/'; static const adsmlat = 'http://adsml.org/xmlns/';
static const avm = 'http://www.communicatingastronomy.org/avm/1.0/'; static const avm = 'http://www.communicatingastronomy.org/avm/1.0/';
static const camera = 'http://pix4d.com/camera/1.0/';
static const cc = 'http://creativecommons.org/ns#'; static const cc = 'http://creativecommons.org/ns#';
static const container = 'http://ns.google.com/photos/1.0/container/'; static const container = 'http://ns.google.com/photos/1.0/container/';
static const creatorAtom = 'http://ns.adobe.com/creatorAtom/1.0/'; static const creatorAtom = 'http://ns.adobe.com/creatorAtom/1.0/';
@ -74,6 +75,7 @@ class Namespaces {
adsmlat: 'AdsML', adsmlat: 'AdsML',
exifAux: 'Exif Aux', exifAux: 'Exif Aux',
avm: 'Astronomy Visualization', avm: 'Astronomy Visualization',
camera: 'Pix4D Camera',
cc: 'Creative Commons', cc: 'Creative Commons',
container: 'Container', container: 'Container',
crd: 'Camera Raw Defaults', crd: 'Camera Raw Defaults',