<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SemanticMetadata.net &#187; Library</title>
	<atom:link href="http://www.semanticmetadata.net/category/library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 08:38:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>LIRe 0.5.4 Released</title>
		<link>http://www.semanticmetadata.net/2007/07/10/lire-054-released/</link>
		<comments>http://www.semanticmetadata.net/2007/07/10/lire-054-released/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 09:17:52 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CaliphEmir]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Retrieval]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/07/10/lire-054-released/</guid>
		<description><![CDATA[In Lire 0.5.4 some bugs were fixed: The scalable color descriptor (color histogram) was not compliant to the MPEG-7 standard, which is now fixed. The color only search was changed to use the color layout descriptor and a bug in the edge histogram descriptor was hunted down. Note that you have to re-index your files: [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2007/07/10/lire-054-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Multimedia: FOBS, the FFMPEG JMF Implementation</title>
		<link>http://www.semanticmetadata.net/2007/03/23/java-multimedia-fobs-the-ffmpeg-jmf-implementation/</link>
		<comments>http://www.semanticmetadata.net/2007/03/23/java-multimedia-fobs-the-ffmpeg-jmf-implementation/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 12:11:45 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/03/23/java-multimedia-fobs-the-ffmpeg-jmf-implementation/</guid>
		<description><![CDATA[Have you ever used JMF? Well many people have tried and if they didn&#8217;t need it that hard they stop trying soon. One main problem is in my opinion that you have to install the whole thing on your system (libraries outside Java are needed) to get reasonable performance, but you won&#8217;t get a lot [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2007/03/23/java-multimedia-fobs-the-ffmpeg-jmf-implementation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lire 0.5.2 Released: Auto Color Correlogram</title>
		<link>http://www.semanticmetadata.net/2007/02/26/lire-052-released-auto-color-correlogram/</link>
		<comments>http://www.semanticmetadata.net/2007/02/26/lire-052-released-auto-color-correlogram/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 21:42:54 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Retrieval]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/02/26/lire-052-released-auto-color-correlogram/</guid>
		<description><![CDATA[The 0.5.2 release of LIRe brings along a new descriptor, which is kind or &#8220;more advanced version of a color histogram&#8221;. TheÂ  so called color correlogram is based on the probability to find pixels of certain colors in certain neighborhoods. Leaving the theoretical part aside the color correlogram is a new way to retrieve photos [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2007/02/26/lire-052-released-auto-color-correlogram/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pure Java JPEG Decoders?</title>
		<link>http://www.semanticmetadata.net/2006/10/11/pure-java-jpeg-decoders/</link>
		<comments>http://www.semanticmetadata.net/2006/10/11/pure-java-jpeg-decoders/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 07:42:17 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/10/11/pure-java-jpeg-decoders/</guid>
		<description><![CDATA[As there are always some issues with loading images I recently checked if there is any pure &#038; free2use Java implementation of a JPEG decoder. Well, obviously there isn&#8217;t any alternative to Sun&#8217;s javax.imageio package. However I found an interesting site summarizing libraries for de- and encoding raster images here. As for my schedule: I [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/10/11/pure-java-jpeg-decoders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Lucene 2.0.0 Released</title>
		<link>http://www.semanticmetadata.net/2006/05/29/search-engine-lucene-200-released/</link>
		<comments>http://www.semanticmetadata.net/2006/05/29/search-engine-lucene-200-released/#comments</comments>
		<pubDate>Mon, 29 May 2006 08:14:44 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/05/29/search-engine-lucene-200-released/</guid>
		<description><![CDATA[On Saturday morning Doug Cutting has announced the release of Lucene 2.0.0 on the mailing list: &#8220;[...] This is mostly a bugfix release from release 1.9.1. Note however that deprecated 1.x features have now been removed. Any code that compiles against Lucene 1.9.1 without deprecation warnings should work without further changes with any 2.x release. [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/05/29/search-engine-lucene-200-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JGoodies Looks 2.0.2 Released</title>
		<link>http://www.semanticmetadata.net/2006/05/15/jgoodies-looks-202-released/</link>
		<comments>http://www.semanticmetadata.net/2006/05/15/jgoodies-looks-202-released/#comments</comments>
		<pubDate>Mon, 15 May 2006 21:07:33 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CaliphEmir]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/05/15/jgoodies-looks-202-released/</guid>
		<description><![CDATA[An update to the famous and fine art of JGoodies is available: On May 2nd the Looks library in version 2.0.2 was released. An overview on the changes is given in the change log. The download is available here.]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/05/15/jgoodies-looks-202-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metadata Extractor Updated to 2.3.1</title>
		<link>http://www.semanticmetadata.net/2006/05/15/metadata-extractor-updated-to-231/</link>
		<comments>http://www.semanticmetadata.net/2006/05/15/metadata-extractor-updated-to-231/#comments</comments>
		<pubDate>Mon, 15 May 2006 21:03:11 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CaliphEmir]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/05/15/metadata-extractor-updated-to-231/</guid>
		<description><![CDATA[Today I checked the site of Drew Noakes and found out, that the metadata-extractor, the nice little and handy utility to extract EXIF and IPTC data from JPEG images in Java, has been updated to version 2.3.1. There is only one small bug fix in the class ExifDescriptor.java, rest remains the same (see the change [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/05/15/metadata-extractor-updated-to-231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucene 1.9.1 Fixes Serious Bug</title>
		<link>http://www.semanticmetadata.net/2006/03/06/lucene-191-fixes-serious-bugs/</link>
		<comments>http://www.semanticmetadata.net/2006/03/06/lucene-191-fixes-serious-bugs/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 09:34:09 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/03/06/lucene-191-fixes-serious-bugs/</guid>
		<description><![CDATA[A single optimization in the BufferedIndexOutput class introduced a new bug in Lucene 1.9 final. With 1.9.1 release this bug is fixed. According to the mailing list Doug Cutting recommends an updgrade for all 1.9 users. A changes file is available, the release can be found on the Apache mirrors.]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/03/06/lucene-191-fixes-serious-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucene 1.9 Released</title>
		<link>http://www.semanticmetadata.net/2006/03/01/lucene-19-released-2/</link>
		<comments>http://www.semanticmetadata.net/2006/03/01/lucene-19-released-2/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 09:08:24 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/03/01/lucene-19-released-2/</guid>
		<description><![CDATA[Doug Cutting announce the final release of Lucene 1.9. As already reported the new version brings a lot of new features, better performance and changes. The API has been re-designed in parts, old API relicts have been deprecated. You will find Lucene 1.9 at the Apache Download Mirrors.]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/03/01/lucene-19-released-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucene 1.9 RC1 Released</title>
		<link>http://www.semanticmetadata.net/2006/02/22/lucene-19-released/</link>
		<comments>http://www.semanticmetadata.net/2006/02/22/lucene-19-released/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 09:13:42 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2006/02/22/lucene-19-released/</guid>
		<description><![CDATA[Acdcording to Doug Cutting and his post in the Lucene mailing list, Lucene 1.9 RC1 has been released. As already mentioned a lot of changes like compressed fields and a non blocking IndexReader have been integrated. Doug Cutting also points out that Lucene 1.9 is the last release being backwards compatible. The 2.0 release will [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2006/02/22/lucene-19-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

