<?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>Greepit.com &#187; Node</title>
	<atom:link href="/tag/node/feed/" rel="self" type="application/rss+xml" />
	<link>http://greepit.com</link>
	<description>Web Design and Development Resources</description>
	<lastBuildDate>Wed, 18 Mar 2015 11:00:31 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Convert And Scale PNG, JPG &amp; GIF Images With Node: Netpbm</title>
		<link>http://greepit.com/convert-and-scale-png-jpg-gif-images-with-node-netpbm/</link>
		<comments>http://greepit.com/convert-and-scale-png-jpg-gif-images-with-node-netpbm/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 08:42:52 +0000</pubDate>
		<dc:creator><![CDATA[Shahbaz]]></dc:creator>
				<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Scripts & Apps]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node]]></category>

		<guid isPermaLink="false">http://greepit.com/?p=17579</guid>
		<description><![CDATA[netpbm is a Node package for converting and scaling JPG, GIF and PNG images. netpbm scales and converts GIF, JPEG and PNG images asynchronously, without running out of memory, even if the original image&#46;&#46;&#46;]]></description>
				<content:encoded><![CDATA[<p><strong>netpbm</strong> is a Node package for <strong>converting and scaling JPG, GIF and PNG images</strong>.</p>
<p>netpbm scales and converts GIF, JPEG and PNG images asynchronously, without running out of memory, even if the original image is very large. It does this via the netpbm utilities, a classic package of simple Unix tools that convert image formats and perform operations row-by-row so that memory is not exhausted.</p>
<p><img class="alignnone size-full wp-image-17581 imgborder" title="convert-and-scale-png-jpg-gif-images-with-node-netpbm" src="/wp-content/uploads/2012/11/convert-and-scale-png-jpg-gif-images-with-node-netpbm.jpg" alt="convert-and-scale-png-jpg-gif-images-with-node-netpbm" width="525" height="260" /></p>
<div class="killp">

<div class="killspaces"><strong>Special Downloads</strong><br />
<a href="/category/special-downloads/freebies-special-downloads/">Design Freebies</a><br />
<a href="/2010/11/feedback-collection-and-polling-widget-opineo/">Feedback Collection and Polling Widget</a><br />
<a href="/2010/06/creative-resume-template">Free Creative Resume Template</a><br />
<a href="/2010/09/open-source-vector-icons-gcons-vector/">Open Source Icons</a><br />
<a href="/2010/12/free-minimal-wordpress-theme-ginimalistic/">Free Minimal WordPress Theme</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://greepit.com/convert-and-scale-png-jpg-gif-images-with-node-netpbm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Color Calculation Toolkit: One.Color JS</title>
		<link>http://greepit.com/javascript-color-calculation-toolkit-one-color-js/</link>
		<comments>http://greepit.com/javascript-color-calculation-toolkit-one-color-js/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 08:13:31 +0000</pubDate>
		<dc:creator><![CDATA[Shahbaz]]></dc:creator>
				<category><![CDATA[BSD License]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripts & Apps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node]]></category>

		<guid isPermaLink="false">http://greepit.com/?p=15140</guid>
		<description><![CDATA[One.color is a JavaScript color calculation toolkit, works in node.js and in the browser. The color object automatically installs implicit conversions to different color spaces when needed, and adds get/set/adjust methods of any color&#46;&#46;&#46;]]></description>
				<content:encoded><![CDATA[<p><strong><a href="http://mntr.dk/one-color/demo/" target="_blank">One.color</a></strong> is a <strong>JavaScript color calculation toolkit</strong>, works in node.js and in the browser. The color object automatically installs <strong>implicit conversions to different color spaces</strong> when needed, and adds get/set/adjust methods of any color channel in any available color space.</p>
<p>All implicit conversions are done using floating point, so no precision is lost due to rounding errors when converting between color spaces.</p>
<p><img class="alignnone size-full wp-image-15143 imgborder" title="javascript-color-calculation-toolkit-one-color-js" src="/wp-content/uploads/2012/02/javascript-color-calculation-toolkit-one-color-js.jpg" alt="" width="525" height="200" /></p>
<p>Major Features</p>
<ul>
<li>RGB, HSV, HSL and CMYK color space implementations</li>
<li>Alpha channel</li>
<li>Extensible architecture -<strong> implement your own color spaces easily</strong></li>
<li>Chainable color manipulation</li>
<li>Seamless conversion between color spaces on demand</li>
<li>Outputs as Hex, RGB or HSV in css syntax with or without alpha channel</li>
</ul>
<p>The code is fully documented, and you can use JSdoc to build the documentation.</p>
<div class="killp">

<div class="killspaces"><strong>Special Downloads</strong><br />
<a href="/category/special-downloads/freebies-special-downloads/">Design Freebies</a><br />
<a href="/2010/11/feedback-collection-and-polling-widget-opineo/">Feedback Collection and Polling Widget</a><br />
<a href="/2010/06/creative-resume-template">Free Creative Resume Template</a><br />
<a href="/2010/09/open-source-vector-icons-gcons-vector/">Open Source Icons</a><br />
<a href="/2010/12/free-minimal-wordpress-theme-ginimalistic/">Free Minimal WordPress Theme</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://greepit.com/javascript-color-calculation-toolkit-one-color-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
