From 77b9068210bcbec639693edbeb0dd3c3ea81e90a Mon Sep 17 00:00:00 2001 From: John Evans Date: Mon, 17 Jun 2013 13:44:24 -0400 Subject: [PATCH] Added XMP ISO reference. --- glymur/jp2box.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/glymur/jp2box.py b/glymur/jp2box.py index 8ac562d..0ee95c2 100644 --- a/glymur/jp2box.py +++ b/glymur/jp2box.py @@ -4,7 +4,7 @@ References ---------- .. [JP2K15444-1i] International Organization for Standardication. ISO/IEC 15444-1:2004 - Information technology -- JPEG 2000 image coding system: - Core coding system" + Core coding system .. [JP2K15444-2m] International Organization for Standardication. ISO/IEC 15444-2:2004 - Information technology -- JPEG 2000 image coding system: @@ -1686,6 +1686,12 @@ class UUIDBox(Jp2kBox): data : bytes or dict or ElementTree.Element Vendor-specific data. Exif UUIDs are interpreted as dictionaries. XMP UUIDs are interpreted as standard XML. + + References + ---------- + .. [XMP] International Organization for Standardication. ISO/IEC + 16684-1:2012 - Graphic technology -- Extensible metadata platform (XMP) + specification -- Part 1: Data model, serialization and core properties """ def __init__(self, **kwargs): Jp2kBox.__init__(self, id='', longname='UUID')