<?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>DevOnLinux &#187; ubuntu</title>
	<atom:link href="http://blog.devonlinux.net/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devonlinux.net</link>
	<description>ICT solutions that work</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Weta Digital</title>
		<link>http://blog.devonlinux.net/2010/01/21/weta-digital/</link>
		<comments>http://blog.devonlinux.net/2010/01/21/weta-digital/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 09:42:59 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=203</guid>
		<description><![CDATA[Quite amazing&#8230; 35.000-core ubuntu server farm renders Avatar.]]></description>
			<content:encoded><![CDATA[<p>Quite amazing&#8230;<br />
<a href="http://blog.dustinkirkland.com/2010/01/39000-core-ubuntu-cluster-renders.html">35.000-core ubuntu server farm renders Avatar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/01/21/weta-digital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tesseract tif alpha layer</title>
		<link>http://blog.devonlinux.net/2009/10/26/tesseract-tif-alpha-layer/</link>
		<comments>http://blog.devonlinux.net/2009/10/26/tesseract-tif-alpha-layer/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:50:05 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[tesseract]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=151</guid>
		<description><![CDATA[Just a quick post about tesseract, a quite good solution for OCR under GNU/Linux (specifically Ubuntu Karmic Koala). First install it trough apt-get sudo apt-get tesseract-ocr Install also your preferred language (in my case eng -> tesseract-ocr-eng and ita -> tesseract-ocr-ita). Ok, we are ready to do some text recognition&#8230; But, under Karmic Koala, there [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.devonlinux.net/wp-content/uploads/2009/10/ocr_1.png" alt="ocr_1" title="ocr_1" width="129" height="141" class="alignright size-full wp-image-155" align="right" />Just a quick post about <a href="http://code.google.com/p/tesseract-ocr/">tesseract</a>, a quite good solution for OCR under GNU/Linux (specifically Ubuntu Karmic Koala).<br />
First install it trough apt-get<br />
<code>sudo apt-get tesseract-ocr</code><br />
Install also your preferred language (in my case eng -> tesseract-ocr-eng and ita -> tesseract-ocr-ita).</p>
<p>Ok, we are ready to do some text recognition&#8230;<br />
But, under Karmic Koala, there is a problem with tif image as reported by myself here: <a href="https://bugs.launchpad.net/ubuntu/+source/tesseract/+bug/461177">https://bugs.launchpad.net/ubuntu/+source/tesseract/+bug/461177</a><br />
The problem is due to a transparent alpha layer that some tif images have (<del datetime="2009-10-26T18:08:34+00:00">investigation needed here&#8230;</del>*), so before do text recognition is necessary to eliminate it, elsewhere tesseract will generate an empty file&#8230;<br />
Just install imagemagick and from a shell do this steps:<br />
<code>convert inputimage.tif inputimage_tmp.pbm<br />
convert inputimage_tmp.pbm inputimage_ok.tif</code><br />
<a href="http://groups.google.com/group/tesseract-ocr/browse_thread/thread/2434f09ed180c092/e5ed41969097c708?lnk=gst&#038;q=screenshot#e5ed41969097c708">Original solution founded here.</a></p>
<p>Now we are finally ready to launch tesseract on our tif image.<br />
Just do<br />
<code>tesseract inputimage_ok.tif outputfile</code><br />
and tesseract will generate outputfile.txt with recognized text.</p>
<p>ps. The packaged version under karmic is 2.03 and not the last one, 2.04, that, <a href="http://code.google.com/p/tesseract-ocr/issues/detail?id=160">as advised on this page</a>, fixed it. So if you prefer, remove old version and install the new version from source.</p>
<p>* Solved. In Gimp is possible to remove the alpha layer. Just go to<br />
Layer (Livello) -> Transparency (Trasparenza) -> Remove alpha layer (Rimuovi canale alpha)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/10/26/tesseract-tif-alpha-layer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Galileo problem in Karmic Koala</title>
		<link>http://blog.devonlinux.net/2009/10/09/eclipse-galileo-problem-in-karmic-koala/</link>
		<comments>http://blog.devonlinux.net/2009/10/09/eclipse-galileo-problem-in-karmic-koala/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:18:06 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[eclipse galileo]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[karmic koala]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=136</guid>
		<description><![CDATA[A few day ago I began to use Ubuntu Karmic Koala 9.10 beta on my laptop. It&#8217;s look very fine and also work great but yesterday I&#8217;ve found a big problem for me and all developer that use Eclipse as preferred IDE. The problem is that Eclipse Galileo doesn&#8217;t work right with the new version [...]]]></description>
			<content:encoded><![CDATA[<p>A few day ago I began to use <a href="http://cdimage.ubuntu.com/releases/9.10/beta/">Ubuntu Karmic Koala 9.10 beta</a> on my laptop.<br />
It&#8217;s look very fine and also work great but yesterday I&#8217;ve found a big problem for me and all developer that use Eclipse as preferred <acronym title="Integrated development environment">IDE</acronym>.</p>
<p>The problem is that <strong>Eclipse Galileo</strong> doesn&#8217;t work right with the new version of gtk (gtk+ 2.18), and therefore all the Eclipse <acronym title="Graphical user interface">GUI</acronym> is unusable.<br />
In particular I&#8217;ve noted that click of mouse are not intercepted correctly and also some interface redraw (for example if I change perspective or move some bar) doesn&#8217;t work.</p>
<p>Now, this morning I&#8217;ve found <a title="Eclipse Galileo gtk problem in Ubuntu Karmic Koala" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=291257">the bug and also a workaround</a> for the moment.<br />
Just open a terminal,  then give this command <code>export GDK_NATIVE_WINDOWS=true</code> and finally launch eclipse from the same terminal.</p>
<p>Open Source community it&#8217;s amazing!</p>
<p><em>Update</em><br />
Now eclipse packaged in Ubuntu official repository work without above trick. Simply install eclipse 3.5.1-0ubuntu7 (or later) from the Ubuntu archive.<br />
Eclipse version in the official eclipse site doesn&#8217;t work right yet. (See <a href="https://bugs.launchpad.net/gtk/+bug/442078/comments/28">#28 in this bug for a complete explanation of this Eclipse bug</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/10/09/eclipse-galileo-problem-in-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.329 seconds -->
