<?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>WideImage</title>
	<atom:link href="http://wideimage.sourceforge.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://wideimage.sourceforge.net</link>
	<description>An open-source PHP library for image manipulation</description>
	<lastBuildDate>Mon, 21 Feb 2011 22:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>WideImage 11.02.19 released</title>
		<link>http://wideimage.sourceforge.net/2011/02/wideimage-11-02-19-released/</link>
		<comments>http://wideimage.sourceforge.net/2011/02/wideimage-11-02-19-released/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 12:07:37 +0000</pubDate>
		<dc:creator>gasper_k</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wideimage.sourceforge.net/?p=702</guid>
		<description><![CDATA[WideImage 11.02.19 is available for download. New features: Switched BMP library provider from JPEXS to de77.com. It has less bugs and opens more formats! (#3044959) Added TGA loading support with code from de77.com (#3050751) Added noise operation by Tomasz Kapusta (demo, #3095232) Added OTF font support (#3092816) QA: switched from Simpletest to PHPUnit, wrote more [...]]]></description>
			<content:encoded><![CDATA[<p>WideImage 11.02.19 is <a href="http://wideimage.sourceforge.net/download">available for download</a>.</p>
<p>New features:</p>
<ul>
<li>Switched BMP library provider from JPEXS to <a href="http://de77.com/php/read-and-write-bmp-in-php-imagecreatefrombmp-imagebmp">de77.com</a>. It has less bugs and opens more formats! (<a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3044959&#038;group_id=190526&#038;atid=933715">#3044959</a>)</li>
<li>Added TGA loading support with <a href="http://de77.com/php/open-tga-with-php-imagecreatefromtga">code from de77.com</a> (<a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3050751&#038;group_id=190526&#038;atid=933715">#3050751</a>)</li>
<li>Added noise operation by Tomasz Kapusta (<a href="http://wideimage.sourceforge.net/wp-content/current/demo/index.php?demo=addNoise">demo</a>, <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3095232&#038;group_id=190526&#038;atid=933715">#3095232</a>)</li>
<li>Added OTF font support (<a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3092816&#038;group_id=190526&#038;atid=933715">#3092816</a>)</li>
<li>QA: switched from Simpletest to PHPUnit, wrote more tests and introduced continuous integration, see <a href="http://wideimage.sourceforge.net/quality-assurance/">Quality assurance</a>
<li>Improved error checking (<a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3160312&#038;group_id=190526&#038;atid=933715">#3160312</a>, <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3112971&#038;group_id=190526&#038;atid=933715">#3112971</a>)</li>
<li>See <a href="https://sourceforge.net/tracker/?limit=25&#038;func=&#038;group_id=190526&#038;atid=933715&#038;assignee=&#038;status=&#038;category=&#038;artgroup=1195765&#038;keyword=&#038;submitter=&#038;artifact_id=&#038;assignee=&#038;status=&#038;category=&#038;artgroup=1195765&#038;submitter=&#038;keyword=&#038;artifact_id=&#038;submit=Filter">the tracker</a> for all implemented features</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed that really stupid resizeCanvas bug (<a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3052480&#038;group_id=190526&#038;atid=933712">#3052480</a>)</li>
<li>See <a href="https://sourceforge.net/tracker/?limit=25&#038;func=&#038;group_id=190526&#038;atid=933712&#038;assignee=&#038;status=&#038;category=&#038;artgroup=&#038;keyword=&#038;submitter=&#038;artifact_id=&#038;assignee=&#038;status=&#038;category=&#038;artgroup=1195764&#038;submitter=&#038;keyword=&#038;artifact_id=&#038;submit=Filter">the tracker</a> for other 6 bugs</li>
</ul>
<p>If you have issues or find a bug, see <a href="http://wideimage.sourceforge.net/support">support</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wideimage.sourceforge.net/2011/02/wideimage-11-02-19-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WideImage 10.07.31 released</title>
		<link>http://wideimage.sourceforge.net/2010/07/wideimage-10-07-31-released/</link>
		<comments>http://wideimage.sourceforge.net/2010/07/wideimage-10-07-31-released/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 18:59:02 +0000</pubDate>
		<dc:creator>gasper_k</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wideimage.sourceforge.net/?p=625</guid>
		<description><![CDATA[WideImage 10.07.31 is available for download. New features: round corners operation; draws rounded corners with a specified radius and color, supports transparency (demo, API doc, ticket #3035923) resizeCanvas operation; resizes the image area without stretching the image itself (demo, API doc, ticket #2881299) extended smart coordinates: any number of operands in expression is now allowed [...]]]></description>
			<content:encoded><![CDATA[<p>WideImage 10.07.31 is <a href="http://wideimage.sourceforge.net/download">available for download</a>.</p>
<p>New features:</p>
<ul>
<li>round corners operation; draws rounded corners with a specified radius and color, supports transparency (<a href="http://wideimage.sourceforge.net/wp-content/current/demo/index.php?demo=roundCorners">demo</a>, <a href="http://wideimage.sourceforge.net/wp-content/current/doc/WideImage/WideImage_Image.html#methodroundCorners">API doc</a>, ticket <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3035923&#038;group_id=190526&#038;atid=933715">#3035923</a>)</li>
<li>resizeCanvas operation; resizes the image area without stretching the image itself (<a href="http://wideimage.sourceforge.net/wp-content/current/demo/index.php?demo=resizeCanvas">demo</a>, <a href="http://wideimage.sourceforge.net/wp-content/current/doc/WideImage/WideImage_Image.html#methodresizeCanvas">API doc</a>, ticket <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=2881299&#038;group_id=190526&#038;atid=933715">#2881299</a>)</li>
<li>extended smart coordinates: any number of operands in expression is now allowed (<a href="http://wideimage.sourceforge.net/documentation/smart-coordinates/">documentation</a>, ticket <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3036614&#038;group_id=190526&#038;atid=933715">#3036614</a>)</li>
<li>smart coordinates support in writeText() method of Canvas object (<a href="http://wideimage.sourceforge.net/wp-content/current/demo/index.php?demo=getCanvas">demo</a>, <a href="http://wideimage.sourceforge.net/wp-content/current/doc/WideImage/WideImage_Canvas.html#methodwriteText">API doc</a>, ticket <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3009284&#038;group_id=190526&#038;atid=933715">#3009284</a>)</li>
<li>useFont() shortcut method in Canvas class (<a href="http://wideimage.sourceforge.net/wp-content/current/demo/index.php?demo=getCanvas">demo</a>, <a href="http://wideimage.sourceforge.net/wp-content/current/doc/WideImage/WideImage_Canvas.html#methoduseFont">API doc</a>, ticket <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=2833436&#038;group_id=190526&#038;atid=933715">#2833436</a>)</li>
<li>Image objects are now serializable <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=1832358&#038;group_id=190526&#038;atid=933715">#1832358</a></li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>fixed asPalette transparency issue <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3036803&#038;group_id=190526&#038;atid=933712">#3036803</a></li>
<li>fixed Exception class doesn&#8217;t exist issue <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3013393&#038;group_id=190526&#038;atid=933712">#3013393</a></li>
<li>fixed rotation bug with transparent images <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3009286&#038;group_id=190526&#038;atid=933712">#3009286</a></li>
</ul>
<p>Also:</p>
<ul>
<li>more documentation</li>
<li>a few new demos</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wideimage.sourceforge.net/2010/07/wideimage-10-07-31-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WideImage 10.02.08 released</title>
		<link>http://wideimage.sourceforge.net/2010/02/wideimage-10-02-08-released/</link>
		<comments>http://wideimage.sourceforge.net/2010/02/wideimage-10-02-08-released/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:07:36 +0000</pubDate>
		<dc:creator>gasper_k</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wideimage.sourceforge.net/?p=522</guid>
		<description><![CDATA[Not a major release, just a few features and some bug fixes. Added support for alignment coordinates in operations: left, center, right, top, middle, bottom. See Smart coordinates for details. Thanks to Matt for idea (and donation). Fixed some bugs, including the annoying quality parameter bug with JPEG Implemented some other features WideImage is now [...]]]></description>
			<content:encoded><![CDATA[<p>Not a major release, just a few features and some bug fixes.</p>
<ul>
<li>Added support for alignment coordinates in operations: left, center, right, top, middle, bottom. See <a href="http://wideimage.sourceforge.net/documentation/smart-coordinates">Smart coordinates</a> for details. Thanks to <a href="http://www.ignitejoomlaextensions.com/">Matt</a> for idea (and donation).</li>
<li><a href="https://sourceforge.net/tracker/?limit=10&#038;func=&#038;group_id=190526&#038;atid=933712&#038;assignee=&#038;status=1&#038;category=&#038;artgroup=&#038;keyword=&#038;submitter=&#038;artifact_id=&#038;assignee=&#038;status=&#038;category=&#038;artgroup=947947&#038;submitter=&#038;keyword=&#038;artifact_id=&#038;submit=Filter&#038;mass_category=&#038;mass_priority=&#038;mass_resolution=&#038;mass_assignee=&#038;mass_artgroup=&#038;mass_status=&#038;mass_cannedresponse=">Fixed some bugs</a>, including the annoying <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=2854710&#038;group_id=190526&#038;atid=933712">quality parameter bug</a> with JPEG</li>
<li>Implemented <a href="https://sourceforge.net/tracker/?limit=10&#038;func=&#038;group_id=190526&#038;atid=933715&#038;assignee=&#038;status=&#038;category=&#038;artgroup=947946&#038;keyword=&#038;submitter=&#038;artifact_id=&#038;assignee=&#038;status=2&#038;category=&#038;artgroup=947946&#038;submitter=&#038;keyword=&#038;artifact_id=&#038;submit=Filter&#038;mass_category=&#038;mass_priority=&#038;mass_assignee=&#038;mass_artgroup=&#038;mass_status=&#038;mass_cannedresponse=">some other features</a></li>
<li>WideImage is now available through <a href="http://pear.kozak.si/">a PEAR channel</a> (powered by <a href="http://www.pirum-project.org/">Pirum</a>)</li>
</ul>
<p>Head on to <a href="http://wideimage.sourceforge.net/download">downloads</a> to get it while it&#8217;s still warm!</p>
]]></content:encoded>
			<wfw:commentRss>http://wideimage.sourceforge.net/2010/02/wideimage-10-02-08-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WideImage 9.09.04 released</title>
		<link>http://wideimage.sourceforge.net/2009/09/wideimage-9-09-04-released/</link>
		<comments>http://wideimage.sourceforge.net/2009/09/wideimage-9-09-04-released/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:53:44 +0000</pubDate>
		<dc:creator>gasper_k</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://gonzales/projects/wideimage/web/wordpress/?p=284</guid>
		<description><![CDATA[First things first. This is a new web site. The old one is still available if you need documentation for the old version of the library. Next, as you might have noticed, the versioning notation changed to &#8220;year.month.day&#8221;. I find it simpler to just release the library with a datestamp, then to bother with beta, [...]]]></description>
			<content:encoded><![CDATA[<p>First things first. This is a new web site. The <a href="http://wideimage.sourceforge.net/old">old one</a> is still available if you need documentation for the old version of the library.</p>
<p>Next, as you might have noticed, the versioning notation changed to &#8220;year.month.day&#8221;. I find it simpler to just release the library with a datestamp, then to bother with beta, RC, 1.0, what goes where, whether that particular change makes it 1.1 or 1.0.1, and when it should finally be 2.0. It&#8217;s an image manipulation library, not an operating system, after all.</p>
<p>While I was at it, I changed some other things, too. Some of them break backwards-compatibility, so if you&#8217;re upgrading from a previous version, you should read through the changes carefully:</p>
<ul>
<li>Classes and files renamed: naming is now PEAR-like, ready for namespaces. This change alone breaks backwards compatibility. Sorry. <img src='http://wideimage.sourceforge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Introducing <a href="documentation/smart-coordinates">smart coordinates</a>.</li>
<li>A more <a href="documentation">detailed documentation</a>.</li>
<li><a href="documentation/api-documentation">API documentation</a> in PHPDoc is now available.</li>
<li>Removed $format parameter from saveToFile(). See <a href="documentation/migrating-from-1-0-versions/">migration guide</a>.
<li>Made <a href="documentation/loading-images">loading from uploads</a> and <a href="documentation/saving-images">outputting to browser</a> easier</li>
<li>Experimental and incomplete BMP support (using code from <a href="http://www.jpexs.com/php.html">JPEXS</a>).</li>
<li>Decided on the logo. Thanks, <a href="http://animalija.sopca.com">Krof</a> <img src='http://wideimage.sourceforge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . For now, because people are still sending me their work.</li>
<li>Internals: dropped auto-loading; it caused trouble, and wasn&#8217;t particularly useful.</li>
<li>Some other features</li>
<li>A few new unit tests</li>
<li>Some bug fixes (thanks for the bug reports!)</li>
</ul>
<p><strong>Important</strong>: this release breaks backwards-compatibility. See <a href="migrating-from-1-0-versions">the migration guide</a> for details.</p>
<p>PS. Thank you all for sending me logo suggestions. I selected the simplest-looking, but the decision isn&#8217;t final, because I still expect to receive some suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://wideimage.sourceforge.net/2009/09/wideimage-9-09-04-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to this, the new website</title>
		<link>http://wideimage.sourceforge.net/2009/09/welcome-to-this-the-new-website/</link>
		<comments>http://wideimage.sourceforge.net/2009/09/welcome-to-this-the-new-website/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:06:20 +0000</pubDate>
		<dc:creator>gasper_k</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://gonzales/projects/wideimage/web/wordpress/?p=239</guid>
		<description><![CDATA[This is the new WideImage web site. Hope you&#8217;ll find it useful and functional. The old website is still available at http://wideimage.sourceforge.net/old. If the post title seems strange, you may need to watch more Family guy.]]></description>
			<content:encoded><![CDATA[<p>This is the new WideImage web site. Hope you&#8217;ll find it useful and functional. The old website is still available at <a href="http://wideimage.sourceforge.net/old/">http://wideimage.sourceforge.net/old</a>.</p>
<p>If the post title seems strange, you may need to watch more <a href="http://www.tv.com/family-guy/theres-something-about-paulie/episode/25463/trivia.html">Family guy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wideimage.sourceforge.net/2009/09/welcome-to-this-the-new-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
