Add xmp
This commit is contained in:
parent
fbcb6b4c80
commit
0b92041b1a
|
@ -19,6 +19,7 @@ let encode_output enc s =
|
||||||
|
|
||||||
let xmp_template =
|
let xmp_template =
|
||||||
{|<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
|
{|<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
|
||||||
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
||||||
|
|
||||||
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
||||||
xmlns:iX='http://ns.adobe.com/iX/1.0/'>
|
xmlns:iX='http://ns.adobe.com/iX/1.0/'>
|
||||||
|
@ -54,6 +55,8 @@ let xmp_template =
|
||||||
|
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
|
|
||||||
|
</x:xmpmeta>
|
||||||
|
|
||||||
<?xpacket end='r'?>|}
|
<?xpacket end='r'?>|}
|
||||||
|
|
||||||
(* Set or replace metadata *)
|
(* Set or replace metadata *)
|
||||||
|
|
Loading…
Reference in New Issue