<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Easy Way To Create Favicon</title>
	<atom:link href="http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/feed/" rel="self" type="application/rss+xml" />
	<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/</link>
	<description>Changing the world, one person at a time...</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:02:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Create a Favicon Using ImageMagick @ GarethCooper.com</title>
		<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-587610</link>
		<dc:creator>Create a Favicon Using ImageMagick @ GarethCooper.com</dc:creator>
		<pubDate>Thu, 02 Jun 2011 13:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-587610</guid>
		<description>[...] Priyadi’s Place » Blog Archive » Easy Way To Create Favicon.   This entry was posted in Webdesign.Tagged favicon, html, imagemagick.Bookmark the [...]</description>
		<content:encoded><![CDATA[<p>[...] Priyadi’s Place » Blog Archive » Easy Way To Create Favicon.   This entry was posted in Webdesign.Tagged favicon, html, imagemagick.Bookmark the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quoted</title>
		<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-586181</link>
		<dc:creator>quoted</dc:creator>
		<pubDate>Fri, 31 Dec 2010 09:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-586181</guid>
		<description>Hi,
  Can I create higher resolution favicons (are they supported by all browsers?).

regards,
JP</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  Can I create higher resolution favicons (are they supported by all browsers?).</p>
<p>regards,<br />
JP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalle</title>
		<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-22890</link>
		<dc:creator>kalle</dc:creator>
		<pubDate>Sun, 19 Jun 2005 19:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-22890</guid>
		<description>you can also use this small commandline utility, named png2ico to create a favicon from png, nice to use on webservers with php and to build your own converter :)
its available for win and linux too ;-)

http://www.winterdrache.de/freeware/png2ico/</description>
		<content:encoded><![CDATA[<p>you can also use this small commandline utility, named png2ico to create a favicon from png, nice to use on webservers with php and to build your own converter :)<br />
its available for win and linux too ;-)</p>
<p><a href="http://www.winterdrache.de/freeware/png2ico/" rel="nofollow">http://www.winterdrache.de/freeware/png2ico/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-884</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Fri, 12 Nov 2004 11:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-884</guid>
		<description>If ImageMagick is not available but Netpbm is, then you can also use something like this:

&lt;code&gt;
pngtopnm favicon.png &gt; favicon.ppm
pngtopnm -alpha favicon.png &gt; favicon.pgm
ppmtowinicon -andpgms -output favicon.ico favicon.ppm favicon.pgm
rm favicon.ppm favicon.pgm
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If ImageMagick is not available but Netpbm is, then you can also use something like this:</p>
<pre><code>pngtopnm favicon.png &gt; favicon.ppm
pngtopnm -alpha favicon.png &gt; favicon.pgm
ppmtowinicon -andpgms -output favicon.ico favicon.ppm favicon.pgm
rm favicon.ppm favicon.pgm</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: amal</title>
		<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-216</link>
		<dc:creator>amal</dc:creator>
		<pubDate>Thu, 07 Oct 2004 20:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-216</guid>
		<description>I always create favicon in Linux using Gimp by saving as xpm format; then converting it into ico using xpm2wico utility. Either Gimp or xmp2wico are available in Debian package, so apt-get will be enough. Because my favicon is deadly simple, I am not sure this method is sufficient for everyone.</description>
		<content:encoded><![CDATA[<p>I always create favicon in Linux using Gimp by saving as xpm format; then converting it into ico using xpm2wico utility. Either Gimp or xmp2wico are available in Debian package, so apt-get will be enough. Because my favicon is deadly simple, I am not sure this method is sufficient for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-183</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 06 Oct 2004 18:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2004/10/07/easy-way-creating-favicon/#comment-183</guid>
		<description>wah, gitu aja dijadiin &#039;news flash&#039;... jadi malu gw.. he he he :P</description>
		<content:encoded><![CDATA[<p>wah, gitu aja dijadiin &#8216;news flash&#8217;&#8230; jadi malu gw.. he he he :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.788 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 05:25:53 -->

