<?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>RedHatVN Network &#187; convert image</title>
	<atom:link href="http://redhatvn.net/tag/convert-image/feed" rel="self" type="application/rss+xml" />
	<link>http://redhatvn.net</link>
	<description>Shared Linux problems</description>
	<lastBuildDate>Mon, 31 Oct 2011 07:10:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto: Linux convert an image between different formats from command prompt</title>
		<link>http://redhatvn.net/howto-linux-convert-an-image-between-different-formats-from-command-prompt</link>
		<comments>http://redhatvn.net/howto-linux-convert-an-image-between-different-formats-from-command-prompt#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:57:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[convert image]]></category>

		<guid isPermaLink="false">http://redhatvn.net/?p=279</guid>
		<description><![CDATA[Q. How do I convert images from a shell prompt? For example convert an image in the JPEG format to PNG or vise versa? A. You need to use the convert command which is a member of the ImageMagick suite of tools. Use it to convert between image formats as well as =&#62; Resize an [...]]]></description>
			<content:encoded><![CDATA[<div class="google_plus_one"><g:plusone size="medium" count="true" url="http://redhatvn.net/howto-linux-convert-an-image-between-different-formats-from-command-prompt"></g:plusone></div><p><strong><span style="color: #ff0000;">Q</span></strong>. How do I convert images from a shell prompt? For example convert an image in the JPEG format to PNG or vise versa?</p>
<p><strong><span style="color: #009900;">A</span></strong>. You need to use the convert command which is a member of the ImageMagick suite of tools. Use it to convert between image formats as well as<br />
=&gt; Resize an image<br />
=&gt; Blur an image<br />
=&gt; Crop an image<br />
=&gt; Despeckle an image<br />
=&gt; Dither an image<br />
=&gt; Draw on an image<br />
=&gt; Flip an image<br />
=&gt; Join an image<br />
=&gt; Re-sample, and much more.</p>
<p><span id="more-279"></span></p>
<h3>Task: Convert an image in the JPEG format to PNG</h3>
<p>Type the command as follows:<br />
<code>$ convert input.jpg output.png</code></p>
<h3>Task: Resize the image</h3>
<p>Resize and convert an image in the JPEG format to PNG<br />
<code>$ convert -resize 50% input.jpg output.png</code></p>
<p>You can also create a complex effect such as:<br />
<code>$ convert -size 360x85 xc:transparent -font Bookman-DemiItalic -pointsize 72 -draw "text 25,60 'nixCraft'" -channel RGBA -gaussian 0x6 -fill YellowGreen -stroke RosyBrown -draw "text 20,55 'nixCraft'" nixCraft.png</code></p>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/howto-linux-convert-an-image-between-different-formats-from-command-prompt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
