<?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: PNG Utilities Deprecated</title>
	<atom:link href="http://www.rbdevzone.com/2008/08/png-utilities-deprecated/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rbdevzone.com/2008/08/png-utilities-deprecated/</link>
	<description>The Real Studio Resource</description>
	<lastBuildDate>Sun, 24 Apr 2011 16:29:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Paul Lefebvre</title>
		<link>http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-69</link>
		<dc:creator>Paul Lefebvre</dc:creator>
		<pubDate>Mon, 29 Sep 2008 21:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-69</guid>
		<description>MBS also worked fine (MBS REALbasic PNG Plugin.rbx):

Old Code:
Me.SaveToolButton.Icon = PNGu.GetPictureWithMask(save32)

New Code:
Me.SaveToolButton.Icon = PNGStringToPictureMBS(save32, 0)

The MonkeyBread plugin is about the same size as PNG Utilities (1.3MB)</description>
		<content:encoded><![CDATA[<p>MBS also worked fine (MBS REALbasic PNG Plugin.rbx):</p>
<p>Old Code:<br />
Me.SaveToolButton.Icon = PNGu.GetPictureWithMask(save32)</p>
<p>New Code:<br />
Me.SaveToolButton.Icon = PNGStringToPictureMBS(save32, 0)</p>
<p>The MonkeyBread plugin is about the same size as PNG Utilities (1.3MB)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Lefebvre</title>
		<link>http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-68</link>
		<dc:creator>Paul Lefebvre</dc:creator>
		<pubDate>Mon, 29 Sep 2008 21:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-68</guid>
		<description>I haven&#039;t started switching any of my projects over to it yet, but a quick test looks like the Einhugur GraphicsFormats 2.9.2 plugin will work.

Old Code:
Me.SaveToolButton.Icon = PNGu.GetPictureWithMask(save32)

New Code:
  Dim PNGImp As New PngImporter
  Me.SaveToolButton.Icon = PNGImp.OpenFromString(save32)

Of course, the Einhugur plugin is bigger (5.7MB vs 1.3 for PNG Utilities) so your executable will grow a bit.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t started switching any of my projects over to it yet, but a quick test looks like the Einhugur GraphicsFormats 2.9.2 plugin will work.</p>
<p>Old Code:<br />
Me.SaveToolButton.Icon = PNGu.GetPictureWithMask(save32)</p>
<p>New Code:<br />
  Dim PNGImp As New PngImporter<br />
  Me.SaveToolButton.Icon = PNGImp.OpenFromString(save32)</p>
<p>Of course, the Einhugur plugin is bigger (5.7MB vs 1.3 for PNG Utilities) so your executable will grow a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Adams</title>
		<link>http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-67</link>
		<dc:creator>Jason Adams</dc:creator>
		<pubDate>Mon, 29 Sep 2008 19:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-67</guid>
		<description>What would be the recommended plug-in to move to for PNG purposes, then? I&#039;ve heard of Einhugur and MBS, but haven&#039;t really heard any end-user feedback for either.</description>
		<content:encoded><![CDATA[<p>What would be the recommended plug-in to move to for PNG purposes, then? I&#8217;ve heard of Einhugur and MBS, but haven&#8217;t really heard any end-user feedback for either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Condello</title>
		<link>http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-66</link>
		<dc:creator>Frank Condello</dc:creator>
		<pubDate>Wed, 27 Aug 2008 04:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rbdevzone.com/2008/08/png-utilities-deprecated/#comment-66</guid>
		<description>Yes, some folks who expressed interest in taking over maintenance of my plugins didn&#039;t step up when the time came, so I&#039;ve marked them as deprecated for now. I haven&#039;t actually used PNG Utilities in my own projects for years, and unfortunately there&#039;s little incentive to keep working on free stuff once your personal need vanishes.</description>
		<content:encoded><![CDATA[<p>Yes, some folks who expressed interest in taking over maintenance of my plugins didn&#8217;t step up when the time came, so I&#8217;ve marked them as deprecated for now. I haven&#8217;t actually used PNG Utilities in my own projects for years, and unfortunately there&#8217;s little incentive to keep working on free stuff once your personal need vanishes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

