<?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: Set Silverlight Image Source from byte array</title>
	<atom:link href="http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/</link>
	<description>Everything .NET and C#</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:25:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Star Liu</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-21026</link>
		<dc:creator>Star Liu</dc:creator>
		<pubDate>Mon, 19 Sep 2011 07:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-21026</guid>
		<description>thank you, it helps! ^_^
i&#039;m a coder from china.</description>
		<content:encoded><![CDATA[<p>thank you, it helps! ^_^<br />
i&#8217;m a coder from china.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chinjoo</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-8234</link>
		<dc:creator>Chinjoo</dc:creator>
		<pubDate>Sat, 11 Dec 2010 08:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-8234</guid>
		<description>great post. The only issue I find with this is when the image is of TIFF format and the application is silverlight. It errors ot with the following exception: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) at b.SetSource(stream);

Any suggestion of solving this issue?</description>
		<content:encoded><![CDATA[<p>great post. The only issue I find with this is when the image is of TIFF format and the application is silverlight. It errors ot with the following exception: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) at b.SetSource(stream);</p>
<p>Any suggestion of solving this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-6668</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 17 Nov 2010 09:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-6668</guid>
		<description>Thank you, it hepls.</description>
		<content:encoded><![CDATA[<p>Thank you, it hepls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-313</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 07 Oct 2009 23:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-313</guid>
		<description>Can you post the entire code ?
I &#039;m new in Silverlight and I need some help...
Thank you</description>
		<content:encoded><![CDATA[<p>Can you post the entire code ?<br />
I &#8216;m new in Silverlight and I need some help&#8230;<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-125</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 14 Sep 2009 03:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-125</guid>
		<description>Vivek

Not done VB.NET for a while but can&#039;t spot anything in the code.  It looks like you may be using WPF here? At what point when debugging do you get the error?

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Vivek</p>
<p>Not done VB.NET for a while but can&#8217;t spot anything in the code.  It looks like you may be using WPF here? At what point when debugging do you get the error?</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-19</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sat, 25 Jul 2009 22:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-19</guid>
		<description>Great post! It was most useful to me. Thanks.</description>
		<content:encoded><![CDATA[<p>Great post! It was most useful to me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-9</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 22 Jun 2009 01:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-9</guid>
		<description>Marc

You can resize the image at the client using FJCore.

See the following post for details:
http://www.joe-stevens.com/2009/06/22/resize-image-with-silverlight-and-fjcore-before-uploading-to-server/

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Marc</p>
<p>You can resize the image at the client using FJCore.</p>
<p>See the following post for details:<br />
<a href="http://www.joe-stevens.com/2009/06/22/resize-image-with-silverlight-and-fjcore-before-uploading-to-server/" rel="nofollow">http://www.joe-stevens.com/2009/06/22/resize-image-with-silverlight-and-fjcore-before-uploading-to-server/</a></p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-8</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 19 Jun 2009 10:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-8</guid>
		<description>Maybe it&#039;s not necessary.  I was just asking to find a solution for resizing the BitmapImage because I need to use it immediatly after the user has selected it from his Hard Drive since the image can be huge and I don&#039;t want to validate a small image.  I want people to send any image size since a lot of people do not know how to do it I want my program to do it for them.  But I saw no way else then resizing the image on my WCF service AFTER I sent it asynchronously.  But the user have his image on hand very huge and the application becomes very slow if the user upload many images like this.   So I really need to resize the image at the source between the user selecting it in his hard drive and showing it to him in the canvas.</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s not necessary.  I was just asking to find a solution for resizing the BitmapImage because I need to use it immediatly after the user has selected it from his Hard Drive since the image can be huge and I don&#8217;t want to validate a small image.  I want people to send any image size since a lot of people do not know how to do it I want my program to do it for them.  But I saw no way else then resizing the image on my WCF service AFTER I sent it asynchronously.  But the user have his image on hand very huge and the application becomes very slow if the user upload many images like this.   So I really need to resize the image at the source between the user selecting it in his hard drive and showing it to him in the canvas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joestevens</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-7</link>
		<dc:creator>joestevens</dc:creator>
		<pubDate>Thu, 18 Jun 2009 23:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-7</guid>
		<description>Hi Marc

In Silverlight 2 there is no way to the get a byte array from the BitmapImage.

In what situation do you need to do this?

Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Hi Marc</p>
<p>In Silverlight 2 there is no way to the get a byte array from the BitmapImage.</p>
<p>In what situation do you need to do this?</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.joe-stevens.com/2009/06/03/set-silverlight-image-source-from-byte-array/comment-page-1/#comment-6</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 18 Jun 2009 22:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://joestevens.wordpress.com/?p=30#comment-6</guid>
		<description>How to convert BitmapImage to byte array ?
Thank you</description>
		<content:encoded><![CDATA[<p>How to convert BitmapImage to byte array ?<br />
Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

