<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; Espon</title> <atom:link href="http://www.ghacks.net/tag/espon/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Scanning in Linux with iscan and XSane</title><link>http://www.ghacks.net/2009/11/01/scanning-in-linux-with-iscan-and-xsane/</link> <comments>http://www.ghacks.net/2009/11/01/scanning-in-linux-with-iscan-and-xsane/#comments</comments> <pubDate>Sun, 01 Nov 2009 15:04:58 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Espon]]></category> <category><![CDATA[flatbed scanners]]></category> <category><![CDATA[linux scanning]]></category> <category><![CDATA[scanning]]></category> <category><![CDATA[usb scanners]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17986</guid> <description><![CDATA[If you are one of those that depends upon a scanner for your daily work, and you want to handle this task using the Linux operating system, you are in luck. In the past, Linux has had some serious issues with scanning tools. When USB scanners replaced the old parallel port scanners it seemed nothing [...]]]></description> <content:encoded><![CDATA[<p>If you are one of those that depends upon a scanner for your daily work, and you want to handle this task using the Linux operating system, you are in luck. In the past, Linux has had some serious issues with scanning tools. When USB scanners replaced the old parallel port scanners it seemed nothing would work. But, as usual, Linux caught up and USB scanner support started appearing. Now many scanners are supported under Linux and the tools available for scanning have improved greatly. The improvements in scanner support have been made possible by the <a
title="Sane Project" href="http://www.sane-project.org" target="_blank">Sane Project</a>.</p><p>The first thing you will want to do is check the <a
title="Supported Scanners" href="http://www.sane-project.org/sane-mfgs.html#SCANNERS" target="_blank">Sane supported scanner listing</a> on the Sane Project site. But don&#8217;t let your scanner not being on that list stop you. My Epson Perfection V30 was not on the list and I still managed to get it working with the help of iscan. The iscan package is a simple scanning tool for Epson scanners.  You can find the iscan tool within Synaptic. The iscan tool also integrates perfectly into The GIMP, so all your image needs can be met within one tool. But iscan is not the only option. There is also the Xsane tool, which is far more powerful than iscan. Let&#8217;s take a look at both of these scanning utilities to see how scanning is handled under the Linux operating system.</p><p><span
id="more-17986"></span>NOTE: This article is not going to cover getting your scanner to work under Linux. If your scanner is not listed in the Sane hardware listing, your best bet is to google your model numer and your distribution. For example, in my case I would google <em>epson perfection v30 ubuntu 9.10</em>. You should come up with results that will tell you what approximate drivers to use to get your scanner working.</p><p><strong>iscan</strong></p><div
id="attachment_17989" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-17989" href="http://www.ghacks.net/2009/11/01/scanning-in-linux-with-iscan-and-xsane/iscan/"><img
class="size-thumbnail wp-image-17989" src="http://www.ghacks.net/wp-content/uploads/2009/11/iscan-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>We&#8217;ll first look at iscan. This tool is, by far, the easier of the two tools to use. And, like its bigger brother XSane, it integrates perfectly with The GIMP. That doesn&#8217;t mean you have to use iscan from within The GIMP. Once installed you will find iscan within the Graphics sub menu of the Applications menu. The entry will be called &#8220;Image Scan!&#8221; (No quotes). Or, if you&#8217;d rather, you can start iscan from within The Gimp by going to the File menu, then to the Create sub menu, and selecting the &#8220;Scanning (iscan)&#8221; entry. Both will start the iscan interface.</p><p>When you fire up iscan you will notice how simple the interface is (see Figure 1). This scanner utility is just as easy to use as any Windows or Mac utility. The only configuration option for iscan is your print command. That is how simple this tool is.</p><p>With your picture in your scanner hit the Preview button to first get a preview of your image. Once the image is up you can then select the portion of the image you want to scan, select the Destination (either file or printer), and click the Scan button. When you click the Scan button you will be asked to give the file a name. The scanner will then do it&#8217;s job and save the file for you. It&#8217;s that simple.</p><p><strong>XSane</strong></p><div
id="attachment_17992" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-17992" href="http://www.ghacks.net/2009/11/01/scanning-in-linux-with-iscan-and-xsane/xsane/"><img
class="size-thumbnail wp-image-17992" src="http://www.ghacks.net/wp-content/uploads/2009/11/xsane-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>XSane can be found in your distributions repositories. So whether you use Ubuntu or Fedoar (or anything in between), you should be able to open up your distributions Add/Remove Software tool and find XSane easily. XSane, like iscan, is a graphical frontend for the Sane project. But XSane is a bit more serious of a tool. You can see (in Figure 2) there is much more to XSane than your average scanning tool. In Figure 2 you see the standard windows that open along with the Main window. Pictured are the  Main windows (far left), Preview window (center), Standard Options window (top right), and Histogram (lower right). You can also include an Advanced Options window, and a Batch Scan window.</p><p>But even with all of the extra options, acquiring a scan with XSane is just as simple as with iscan. Follow these directions:</p><ol><li>Place your photo on the scanner.</li><li>Open XSane.</li><li>Click the Aquire preview button in the Preview window.</li><li>Adjust the size, rotation, and scale at the bottom of the Preview window.</li><li>Adjust the color in the Main window.</li><li>Select the file type in the Main window.</li><li>Adjust the scan resultion in the Main window.</li><li>Click the Scan button in the Main window.</li></ol><p>When the scan is complete a new window will open that allows you to further adjust your image. In this window you can apply a despeckle or blur filter, adjust the geometry, rotate the image, clone image, do optical character  recognition, and save the image.</p><p>And what about the Histogram window? This window allows you to fine-tune the color of your image. You use this tool after you preview and before you scan. You will be suprised at how well you can perfect the color of your scans with this tool.</p><p><strong>Final thoughts</strong></p><p>For my preferences, I lean toward XSane to handle my scanning tasks. But iscan does the job quite well. Either tool will allow you to take advantage of that flatbed scanner you have in your office while using Linux. One less excuse to continue using Windows. ;-)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/01/scanning-in-linux-with-iscan-and-xsane/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> </channel> </rss>
