<?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: Getting JPG dimensions with AS3 without loading the entire file</title>
	<atom:link href="http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/</link>
	<description>Personal blog, portfolio &#38; online playground</description>
	<lastBuildDate>Sun, 11 Dec 2011 03:44:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: BryOnRye</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-139783</link>
		<dc:creator>BryOnRye</dc:creator>
		<pubDate>Wed, 06 Jul 2011 16:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-139783</guid>
		<description>Your post helped me to write code to find the difference between RGB and CMYK jpgs. Very useful. Thanks :)</description>
		<content:encoded><![CDATA[<p>Your post helped me to write code to find the difference between RGB and CMYK jpgs. Very useful. Thanks <img src='http://www.anttikupila.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wrapping text around an image or movieclip in Flash &#124; Making Waves Labs</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-130429</link>
		<dc:creator>Wrapping text around an image or movieclip in Flash &#124; Making Waves Labs</dc:creator>
		<pubDate>Tue, 10 May 2011 11:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-130429</guid>
		<description>[...] There are many situations where getting an image&#8217;s dimensions before loading it is desireable, and Flash doesn&#8217;t ship with any built-in methods for this. Thankfully, Antti Kupila has written an excellent class for exactly this purpose, called JPGSizeExtractor. [...]</description>
		<content:encoded><![CDATA[<p>[...] There are many situations where getting an image&#8217;s dimensions before loading it is desireable, and Flash doesn&#8217;t ship with any built-in methods for this. Thankfully, Antti Kupila has written an excellent class for exactly this purpose, called JPGSizeExtractor. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asger</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-125672</link>
		<dc:creator>Asger</dc:creator>
		<pubDate>Sun, 13 Feb 2011 15:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-125672</guid>
		<description>@Dew: but that seems it would very easy to extend it to that. It just marker 0xFF 0xC2 in stead of 0xC0. I don&#039;t know if the rest of the payload is similar though, but I could imagine :)</description>
		<content:encoded><![CDATA[<p>@Dew: but that seems it would very easy to extend it to that. It just marker 0xFF 0xC2 in stead of 0xC0. I don&#8217;t know if the rest of the payload is similar though, but I could imagine <img src='http://www.anttikupila.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-125329</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 05 Feb 2011 01:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-125329</guid>
		<description>Hi,

I&#039;m trying to modify this so I can check to see if the image is using a CMYK color profile.  Anyway you could help with this, as all my attempts so far are unsuccessful? Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to modify this so I can check to see if the image is using a CMYK color profile.  Anyway you could help with this, as all my attempts so far are unsuccessful? Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-124766</link>
		<dc:creator>Dew</dc:creator>
		<pubDate>Thu, 20 Jan 2011 21:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-124766</guid>
		<description>Hi,
thanks for the class it&#039;s very useful.
you asked &quot;...If anybody has an idea of what&#039;s common to these files...&quot;
well I discovered it wouldnt work with progressive JPG&#039;s.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for the class it&#8217;s very useful.<br />
you asked &#8220;&#8230;If anybody has an idea of what&#8217;s common to these files&#8230;&#8221;<br />
well I discovered it wouldnt work with progressive JPG&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-122131</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Tue, 13 Jul 2010 22:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-122131</guid>
		<description>it was very useful for me.
thanks</description>
		<content:encoded><![CDATA[<p>it was very useful for me.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: locust</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-121704</link>
		<dc:creator>locust</dc:creator>
		<pubDate>Wed, 23 Jun 2010 03:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-121704</guid>
		<description>if i want to know what length(bytes) it is before it has loaded
How can I do that?
Thanks a lot</description>
		<content:encoded><![CDATA[<p>if i want to know what length(bytes) it is before it has loaded<br />
How can I do that?<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alyda</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-119851</link>
		<dc:creator>Alyda</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-119851</guid>
		<description>Hi Antti, thanks for this great class, this might seem like a silly question, since I know enough AS3 to actually implement this code and make it work in a loop, but after changing the &quot;stopWhenParsed&quot; variable to &quot;false&quot;, I&#039;m unable to figure out how to actually add the loaded file (via JPGSizeExtractor) to the stage from an Event.Complete listener i am added to the &quot;je&quot; variable.

thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi Antti, thanks for this great class, this might seem like a silly question, since I know enough AS3 to actually implement this code and make it work in a loop, but after changing the &#8220;stopWhenParsed&#8221; variable to &#8220;false&#8221;, I&#8217;m unable to figure out how to actually add the loaded file (via JPGSizeExtractor) to the stage from an Event.Complete listener i am added to the &#8220;je&#8221; variable.</p>
<p>thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-118627</link>
		<dc:creator>Antti</dc:creator>
		<pubDate>Sat, 13 Feb 2010 16:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-118627</guid>
		<description>Excellent, thanks for sharing Christophe!</description>
		<content:encoded><![CDATA[<p>Excellent, thanks for sharing Christophe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Herreman</title>
		<link>http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/comment-page-2/#comment-118613</link>
		<dc:creator>Christophe Herreman</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/#comment-118613</guid>
		<description>Hi, thanks for this class. I created a simple size extractor for PNG files and thought you might be interested. More info: http://www.herrodius.com/blog/265</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this class. I created a simple size extractor for PNG files and thought you might be interested. More info: <a href="http://www.herrodius.com/blog/265" rel="nofollow">http://www.herrodius.com/blog/265</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

