<?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>Vinodkram &#187; image</title>
	<atom:link href="http://www.vinodkram.com/tag/image/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vinodkram.com</link>
	<description>Creative, Informative and Entertaining Stuff for everyone</description>
	<lastBuildDate>Mon, 26 Dec 2011 18:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to convert bitmap image(.jpg , .jpeg, .gif, .png) to vector format (.ai , .eps, .svg)</title>
		<link>http://www.vinodkram.com/how-to-convert-bitmap-image-jpg-jpeg-gif-png-to-vector-format-ai-eps-svg</link>
		<comments>http://www.vinodkram.com/how-to-convert-bitmap-image-jpg-jpeg-gif-png-to-vector-format-ai-eps-svg#comments</comments>
		<pubDate>Fri, 14 Aug 2009 10:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.vinodkram.com/?p=88</guid>
		<description><![CDATA[For converting bitmap image to vector image you need to have autotrace library installed . If you not installed you can install that bu using the command &#8220;yum install autotrace&#8221;. Follow the instruction step till the installation is complete. Once its installed you can use the below command to convert the image to vector format. [...]]]></description>
			<content:encoded><![CDATA[<p>For converting bitmap image to vector image you need to have autotrace library installed .</p>
<p>If you not installed you can install that bu using the command &#8220;yum install autotrace&#8221;.</p>
<p>Follow the instruction step till the installation is complete.</p>
<p>Once its installed you can use the below command to convert the image to vector format.</p>
<p>$ autotrace testInputImage.png -output-file testOutputImage.svg</p>
<p>Other example : </p>
<p>$autotrace &#8211;input-format=jpg &#8211;output-file=tshirt.ai &#8211;dpi=1024 &#8211;color-count=256 &#8211;despeckle-level=0 &#8211;despeckle-tightness=0 &#8211;corner-always-threshold=60 &#8211;line-threshold=0.1 &#8211;width-weight-factor=0.1 &#8211;line-reversion-threshold=0.1 &#8211;preserve-width &#8211;remove-adjacent-corners tshirt.ai 2>&#038;1
</p>
<p>and your are done.</p>
<p>For more information and option visit  <a href="http://autotrace.sourceforge.net">http://autotrace.sourceforge.net</a></p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vinodkram.com/how-to-convert-bitmap-image-jpg-jpeg-gif-png-to-vector-format-ai-eps-svg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

