<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mathiasv</id>
		<title>Creative Commons - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mathiasv"/>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/wiki/Special:Contributions/Mathiasv"/>
		<updated>2026-04-30T19:21:47Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=XMP_Implementations&amp;diff=35805</id>
		<title>XMP Implementations</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=XMP_Implementations&amp;diff=35805"/>
				<updated>2010-06-18T08:15:35Z</updated>
		
		<summary type="html">&lt;p&gt;Mathiasv: /* Multiple formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Metadata]]&lt;br /&gt;
[[Category:XMP]]&lt;br /&gt;
&lt;br /&gt;
== PDF ==&lt;br /&gt;
&lt;br /&gt;
* LaTeX users may use the [http://www.creativecommons.org/weblog/entry/4270 pdflatex macro].&lt;br /&gt;
* [[PdfLicenseManager]] is a Java-based GUI and command line program for embedding XMP with license information into PDFs.&lt;br /&gt;
** PdfLicenseManager uses the [http://www.lowagie.com/iText/ iText] java library, which may be easily incorporated into any Java tool that needs to do XMP embedding.&lt;br /&gt;
* [http://www.cogniview.com/cc-pdf-converter.php CC PDF Converter] is a free open source (GPL) program for creating PDFs with CC license.&lt;br /&gt;
&lt;br /&gt;
== JPEG ==&lt;br /&gt;
&lt;br /&gt;
* We have a PHP tool/library for embedding XMP in JPEGs, useful in, e.g., web gallery programs.  See the xmp/php-jpeg module in the [[Source Repository Information|cctools sourceforge subversion repository]].&lt;br /&gt;
* [http://www.w3.org/People/Bos/JPEG-XMP/ JPEG-XMP] are java-based programs for operating on jpegs to extract and embed XMP metadata.&lt;br /&gt;
* [http://www.ozhiker.com/electronics/pjmt/ The PHP JPEG Metadata Toolkit] is a php-based program for embedding and extracting XMP metadata for JPEGs.&lt;br /&gt;
&lt;br /&gt;
== Multiple formats ==&lt;br /&gt;
* [[License tagger]] is a cross-plateform small application to add license metadata in your files using [[liblicense]]. &lt;br /&gt;
* [http://www.adobe.com/devnet/xmp/ XMP Toolkit 4.1]&lt;br /&gt;
* [http://www.figuiere.net/hub/blog/?Exempi Exempi] bundles the above two tools into one package, with modifications to make it build on Linux.  It therefore allows reading/writing XMP metadata for various file formats, including PDF, MP3, JPEG, and PNG.&lt;br /&gt;
* [http://owl.phy.queensu.ca/~phil/exiftool/ Exiftool] is a perl-based module for embedding and extracting Exif from multiple filetypes. This allows for using XMP in addition to other formats.&lt;br /&gt;
* [http://grigio.org/xmp_manager XMP Manager] A Ruby action for Nautilus which exposes and allows editing of XMP metadata.&lt;br /&gt;
* [http://librdf.org/raptor/ Raptor] - Supposedly this can generate XMP somewhat, and can also parse it, if you grab the rdf/xml out of the &amp;lt;?xmp...&amp;gt; blocks for it. It's GPL / LGPL / Apache2 licensed so compatible with your code.&lt;br /&gt;
* [http://xmpphptoolkit.sourceforge.net/ XMP PHP Toolkit Extension] - is a PHP5 extension (written in C++) including the Adobe XMP SDK. The main classes and functions from the Adobe XMP Toolkit are now availaible through PHP5. A 2.0 stable release is available under GPLv3 License, compatible with FreeBSD, Debian &amp;amp; Mac OSX&lt;br /&gt;
* ''Please add yours here'' :)&lt;/div&gt;</summary>
		<author><name>Mathiasv</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=XMP_Implementations&amp;diff=35233</id>
		<title>XMP Implementations</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=XMP_Implementations&amp;diff=35233"/>
				<updated>2010-06-08T15:57:14Z</updated>
		
		<summary type="html">&lt;p&gt;Mathiasv: /* Multiple formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Metadata]]&lt;br /&gt;
[[Category:XMP]]&lt;br /&gt;
&lt;br /&gt;
== PDF ==&lt;br /&gt;
&lt;br /&gt;
* LaTeX users may use the [http://www.creativecommons.org/weblog/entry/4270 pdflatex macro].&lt;br /&gt;
* [[PdfLicenseManager]] is a Java-based GUI and command line program for embedding XMP with license information into PDFs.&lt;br /&gt;
** PdfLicenseManager uses the [http://www.lowagie.com/iText/ iText] java library, which may be easily incorporated into any Java tool that needs to do XMP embedding.&lt;br /&gt;
* [http://www.cogniview.com/cc-pdf-converter.php CC PDF Converter] is a free open source (GPL) program for creating PDFs with CC license.&lt;br /&gt;
&lt;br /&gt;
== JPEG ==&lt;br /&gt;
&lt;br /&gt;
* We have a PHP tool/library for embedding XMP in JPEGs, useful in, e.g., web gallery programs.  See the xmp/php-jpeg module in the [[Source Repository Information|cctools sourceforge subversion repository]].&lt;br /&gt;
* [http://www.w3.org/People/Bos/JPEG-XMP/ JPEG-XMP] are java-based programs for operating on jpegs to extract and embed XMP metadata.&lt;br /&gt;
* [http://www.ozhiker.com/electronics/pjmt/ The PHP JPEG Metadata Toolkit] is a php-based program for embedding and extracting XMP metadata for JPEGs.&lt;br /&gt;
&lt;br /&gt;
== Multiple formats ==&lt;br /&gt;
* [[License tagger]] is a cross-plateform small application to add license metadata in your files using [[liblicense]]. &lt;br /&gt;
* [http://www.adobe.com/devnet/xmp/ XMP Toolkit 4.1]&lt;br /&gt;
* [http://www.figuiere.net/hub/blog/?Exempi Exempi] bundles the above two tools into one package, with modifications to make it build on Linux.  It therefore allows reading/writing XMP metadata for various file formats, including PDF, MP3, JPEG, and PNG.&lt;br /&gt;
* [http://owl.phy.queensu.ca/~phil/exiftool/ Exiftool] is a perl-based module for embedding and extracting Exif from multiple filetypes. This allows for using XMP in addition to other formats.&lt;br /&gt;
* [http://grigio.org/xmp_manager XMP Manager] A Ruby action for Nautilus which exposes and allows editing of XMP metadata.&lt;br /&gt;
* [http://librdf.org/raptor/ Raptor] - Supposedly this can generate XMP somewhat, and can also parse it, if you grab the rdf/xml out of the &amp;lt;?xmp...&amp;gt; blocks for it. It's GPL / LGPL / Apache2 licensed so compatible with your code.&lt;br /&gt;
* [http://xmpphptoolkit.sourceforge.net/ XMP PHP Toolkit Extension] - is a php extension (written in C++) including the Adobe XMP SDK. The main classes and functions from the Adobe XMP Toolkit are now availaible through PHP5. A first stable release is available under GPLv3 License.&lt;br /&gt;
* ''Please add yours here'' :)&lt;/div&gt;</summary>
		<author><name>Mathiasv</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=XMP_Implementations&amp;diff=28440</id>
		<title>XMP Implementations</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=XMP_Implementations&amp;diff=28440"/>
				<updated>2010-01-21T17:36:37Z</updated>
		
		<summary type="html">&lt;p&gt;Mathiasv: /* Multiple formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Metadata]]&lt;br /&gt;
[[Category:XMP]]&lt;br /&gt;
&lt;br /&gt;
== PDF ==&lt;br /&gt;
&lt;br /&gt;
* LaTeX users may use the [http://www.creativecommons.org/weblog/entry/4270 pdflatex macro].&lt;br /&gt;
* [[PdfLicenseManager]] is a Java-based GUI and command line program for embedding XMP with license information into PDFs.&lt;br /&gt;
** PdfLicenseManager uses the [http://www.lowagie.com/iText/ iText] java library, which may be easily incorporated into any Java tool that needs to do XMP embedding.&lt;br /&gt;
* [http://www.cogniview.com/cc-pdf-converter.php CC PDF Converter] is a free open source (GPL) program for creating PDFs with CC license.&lt;br /&gt;
&lt;br /&gt;
== JPEG ==&lt;br /&gt;
&lt;br /&gt;
* We have a PHP tool/library for embedding XMP in JPEGs, useful in, e.g., web gallery programs.  See the xmp/php-jpeg module in the [[Source Repository Information|cctools sourceforge subversion repository]].&lt;br /&gt;
* [http://www.w3.org/People/Bos/JPEG-XMP/ JPEG-XMP] are java-based programs for operating on jpegs to extract and embed XMP metadata.&lt;br /&gt;
* [http://www.ozhiker.com/electronics/pjmt/ The PHP JPEG Metadata Toolkit] is a php-based program for embedding and extracting XMP metadata for JPEGs.&lt;br /&gt;
&lt;br /&gt;
== Multiple formats ==&lt;br /&gt;
* [[License tagger]] is a cross-plateform small application to add license metadata in your files using [[liblicense]]. &lt;br /&gt;
* [http://www.adobe.com/devnet/xmp/ XMP Toolkit 4.1]&lt;br /&gt;
* [http://www.figuiere.net/hub/blog/?Exempi Exempi] bundles the above two tools into one package, with modifications to make it build on Linux.  It therefore allows reading/writing XMP metadata for various file formats, including PDF, MP3, JPEG, and PNG.&lt;br /&gt;
* [http://owl.phy.queensu.ca/~phil/exiftool/ Exiftool] is a perl-based module for embedding and extracting Exif from multiple filetypes. This allows for using XMP in addition to other formats.&lt;br /&gt;
* [http://grigio.org/xmp_manager XMP Manager] A Ruby action for Nautilus which exposes and allows editing of XMP metadata.&lt;br /&gt;
* [http://librdf.org/raptor/ Raptor] - Supposedly this can generate XMP somewhat, and can also parse it, if you grab the rdf/xml out of the &amp;lt;?xmp...&amp;gt; blocks for it. It's GPL / LGPL / Apache2 licensed so compatible with your code.&lt;br /&gt;
* [http://xmpphptoolkit.sourceforge.net/ XMP PHP Toolkit Extension] - is a php extension (written in C++) including the Adobe XMP SDK. The main classes and functions from the Adobe XMP Toolkit will be availaible through PHP5. An alpha version will come soon, under BSD License.&lt;br /&gt;
* ''Please add yours here'' :)&lt;/div&gt;</summary>
		<author><name>Mathiasv</name></author>	</entry>

	</feed>