<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Joe Stegman's WebBlog - All Comments</title><link>http://blogs.msdn.com/b/jstegman/</link><description>Just another trick of the Silverlight</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Updated Source for Image Samples</title><link>http://blogs.msdn.com/b/jstegman/archive/2008/10/30/updated-source-for-image-samples.aspx#10340617</link><pubDate>Thu, 16 Aug 2012 17:49:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10340617</guid><dc:creator>Kenny</dc:creator><description>&lt;p&gt;Hi Joe,&lt;/p&gt;
&lt;p&gt;If I/my workmates want to use your EditableImage and PNGEncoder classes in our company&amp;#39;s commercial products, do I/my workmates (or my company) have to pay any fees or royalties to you or anybody else?&lt;/p&gt;
&lt;p&gt;Appreciate your response!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10340617" width="1" height="1"&gt;</description></item><item><title>re: Silverlight ICO/ICON Decoder (Parser)</title><link>http://blogs.msdn.com/b/jstegman/archive/2009/09/13/silverlight-ico-icon-decoder-parser.aspx#10222305</link><pubDate>Sat, 08 Oct 2011 20:37:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10222305</guid><dc:creator>jasper</dc:creator><description>&lt;p&gt;I trying to convert tour code for visual basic and when i choose icon only the first is shown the windows vista 256x256 icon. the others have all the info (width, height and color depth) but no image is shown. everything converted with no errors just not showing please help?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10222305" width="1" height="1"&gt;</description></item><item><title>re: WriteableBitmap Sample</title><link>http://blogs.msdn.com/b/jstegman/archive/2009/03/22/writeablebitmap-sample.aspx#10177283</link><pubDate>Tue, 21 Jun 2011 06:52:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10177283</guid><dc:creator>bagus</dc:creator><description>&lt;p&gt;how to get pixel in coordinat x,y??&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10177283" width="1" height="1"&gt;</description></item><item><title>re: Dynamic Image Generation in Silverlight</title><link>http://blogs.msdn.com/b/jstegman/archive/2008/04/21/dynamic-image-generation-in-silverlight.aspx#10147005</link><pubDate>Tue, 29 Mar 2011 07:25:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10147005</guid><dc:creator>gareth</dc:creator><description>&lt;p&gt;thanks for this great - but a question:&lt;/p&gt;
&lt;p&gt;why is the Width Property in the EditableImage class limited to a max of 2048?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10147005" width="1" height="1"&gt;</description></item><item><title>re: Dynamic Image Generation in Silverlight</title><link>http://blogs.msdn.com/b/jstegman/archive/2008/04/21/dynamic-image-generation-in-silverlight.aspx#10145488</link><pubDate>Thu, 24 Mar 2011 17:55:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10145488</guid><dc:creator>pablo</dc:creator><description>&lt;p&gt;I need 50% more compressed the image, which should change in the code&lt;/p&gt;
&lt;p&gt; thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10145488" width="1" height="1"&gt;</description></item><item><title>re: WriteableBitmap Sample</title><link>http://blogs.msdn.com/b/jstegman/archive/2009/03/22/writeablebitmap-sample.aspx#10124279</link><pubDate>Thu, 03 Feb 2011 11:44:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10124279</guid><dc:creator>sidd</dc:creator><description>&lt;p&gt;WriteableBitmap Class Question / building a image editor using WriteableBitmap&lt;/p&gt;
&lt;p&gt;==============================================================&lt;/p&gt;
&lt;p&gt;I am trying to do following in silverlight...&lt;/p&gt;
&lt;p&gt;1. I need to load a imge.&lt;/p&gt;
&lt;p&gt;2.I want to provide user ability to drag and drop a text box or a image that looks like text box over this image (loaded in point 1 above)&lt;/p&gt;
&lt;p&gt;3. user can type some text in this text box . ability to have graphical fonts will be good.&lt;/p&gt;
&lt;p&gt;4. user can rotate &amp;amp; drag this text box over the image loaded in step 1 above.&lt;/p&gt;
&lt;p&gt;5. finally save all these change along with the image laoded in step 1 as one big image.&lt;/p&gt;
&lt;p&gt;please let me know if this can be done using writablebitmap class in silverlight &lt;/p&gt;
&lt;p&gt;OR &lt;/p&gt;
&lt;p&gt;if there is another class to do this.&lt;/p&gt;
&lt;p&gt;OR if i have to build a applet/activeX control/windows control and embeed that in ASP.net page&lt;/p&gt;
&lt;p&gt;THanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10124279" width="1" height="1"&gt;</description></item><item><title>re: Silverlight 3 Sample Updates</title><link>http://blogs.msdn.com/b/jstegman/archive/2009/09/08/silverlight-3-sample-updates.aspx#10103566</link><pubDate>Sat, 11 Dec 2010 11:49:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10103566</guid><dc:creator>Chinjoo</dc:creator><description>&lt;p&gt;Could you provide a TIFDecoder sample?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10103566" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Feature Requests</title><link>http://blogs.msdn.com/b/jstegman/archive/2008/12/23/silverlight-feature-requests.aspx#10097356</link><pubDate>Sat, 27 Nov 2010 12:11:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10097356</guid><dc:creator>isxaker</dc:creator><description>&lt;p&gt;textbox with format text html&lt;/p&gt;
&lt;p&gt;and multibinding&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10097356" width="1" height="1"&gt;</description></item><item><title>re: Silverlight Feature Requests</title><link>http://blogs.msdn.com/b/jstegman/archive/2008/12/23/silverlight-feature-requests.aspx#10097355</link><pubDate>Sat, 27 Nov 2010 12:11:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10097355</guid><dc:creator>isxaker</dc:creator><description>&lt;p&gt;text with format text html&lt;/p&gt;
&lt;p&gt;and multibinding&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10097355" width="1" height="1"&gt;</description></item><item><title>re: Dynamic Image Generation in Silverlight</title><link>http://blogs.msdn.com/b/jstegman/archive/2008/04/21/dynamic-image-generation-in-silverlight.aspx#10081761</link><pubDate>Wed, 27 Oct 2010 21:35:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10081761</guid><dc:creator>Luis J Acedo</dc:creator><description>&lt;p&gt;When I click to see the Beta 1, it launch older silverlight install version. and the site does not run. You may need to check your deploy site to allow other version of silverlight to work with your site.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Luis J Acedo&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10081761" width="1" height="1"&gt;</description></item></channel></rss>