<?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>Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx</link><description>I'm really happy to announce that earlier this week we released a new feature called Image Generation to the ASP.NET CodePlex site . You can get a link directly to the page supporting this feature by clicking on: http://www.codeplex.com/aspnet/Wiki/View.aspx?title=WebForms&amp;amp;referringTitle=Home</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>send flowers &amp;raquo; Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#8886170</link><pubDate>Fri, 22 Aug 2008 00:41:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8886170</guid><dc:creator>send flowers &amp;raquo; Image Generation is released to CodePlex</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://hubsfunnywallpaper.cn/?p=1778"&gt;http://hubsfunnywallpaper.cn/?p=1778&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#8886425</link><pubDate>Fri, 22 Aug 2008 02:33:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8886425</guid><dc:creator>Elijah Manor</dc:creator><description>&lt;p&gt;I've done my share of GDI+ generation... I think I'd like to do less of it rather than more ;)&lt;/p&gt;
&lt;p&gt;We have run into a lot of issues with performance, accessibility, and integration with 3rd party vendors.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://tinyurl.com/6ym4ab"&gt;http://tinyurl.com/6ym4ab&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#8887197</link><pubDate>Fri, 22 Aug 2008 11:38:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8887197</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Yes, add it please, no need to consider! One detail I have run into implementing this kind of thing (which I hope you guys will look into): most people do not specify the actual encoding for the image. I don't mean the reponse type, but the actual way GDI will create the image.&lt;/p&gt;
&lt;p&gt;I ended up generating PNG's (seems to be the default) without realising it and specifying jpeg as the content type for the response. All browsers displayed the image fine, which is great, but it hides the fact that my implementation was wrong.&lt;/p&gt;
&lt;p&gt;Just something to remember. Ideally, when transforming or working with existing images, this handler should take care to use the correct encoding (same as the original) so as not to turn a jpeg into a png.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>Online demo</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#8887592</link><pubDate>Fri, 22 Aug 2008 14:54:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8887592</guid><dc:creator>Petr</dc:creator><description>&lt;p&gt;Will be fine if link to on-line demo is provided:-)&lt;/p&gt;
&lt;p&gt;I do something similar some time ago and I have problems with generating transparent gifs in medium trust environment - this helps me:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://codebetter.com/blogs/brendan.tompkins/archive/2007/06/14/gif-image-color-quantizer-now-with-safe-goodness.aspx"&gt;http://codebetter.com/blogs/brendan.tompkins/archive/2007/06/14/gif-image-color-quantizer-now-with-safe-goodness.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;P.&lt;/p&gt;
</description></item><item><title>re: Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#8887769</link><pubDate>Fri, 22 Aug 2008 16:36:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8887769</guid><dc:creator>yousaid</dc:creator><description>&lt;p&gt;Great tool. Include it in the next release. Writing your own GDI generation is very time consuming and most third party tools have issues working as advertised.&lt;/p&gt;
&lt;p&gt;Looks like many useful tools were cut from the Whitbey. Am I missing something, but if I recall correctly, &amp;nbsp;there was an RSS generation control also that was &amp;nbsp;cut? Am I right or wrong?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;yousaid&lt;/p&gt;
</description></item><item><title>re: Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#8955083</link><pubDate>Wed, 17 Sep 2008 10:52:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8955083</guid><dc:creator>jstranger</dc:creator><description>&lt;p&gt;Definitely a lot of demand for something like this. But am having a few problems getting it to do exactly what I want. I need to be able to perform a series of transforms on an image supplied programmatically and maintain state. I have tried putting the image into a session variable and adding Implements IReadOnlySessionState but for some reason when I retrieve it in my image handler all properties are shown as 'parameter is invalid'.&lt;/p&gt;
&lt;p&gt;Could do with a few more examples and documentation!&lt;/p&gt;
&lt;p&gt;Jon&lt;/p&gt;
</description></item><item><title>re: Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#9407220</link><pubDate>Sun, 08 Feb 2009 20:42:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9407220</guid><dc:creator>Mark Beatty</dc:creator><description>&lt;p&gt;I've tried out the GenerateImage control and it is certainly something that should be in the next version of .NET. &amp;nbsp;[Actually, I think that it should have been in 2.0] &amp;nbsp;However, I am finding it tricky to set the parameters programatically. For example, this works fine:&lt;/p&gt;
&lt;p&gt;&amp;lt;Parameters&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;cc1:ImageParameter Name=&amp;quot;ID&amp;quot; Value=&amp;quot;1&amp;quot; /&amp;gt; &amp;lt;/Parameters&amp;gt;&lt;/p&gt;
&lt;p&gt;But in the .ashx file this does NOT work:&lt;/p&gt;
&lt;p&gt;string qsID = HttpContext.Current.Request.QueryString[&amp;quot;id&amp;quot;].ToString();&lt;/p&gt;
&lt;p&gt;parameters.Add(&amp;quot;ID&amp;quot;, qsID); &lt;/p&gt;
&lt;p&gt;Thus, I would be grateful for any info on how to set the NameValueCollection parameters.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mark Beatty&lt;/p&gt;
</description></item><item><title>re: Image Generation is released to CodePlex</title><link>http://blogs.msdn.com/scothu/archive/2008/08/21/image-generation-is-released-to-codeplex.aspx#9911384</link><pubDate>Thu, 22 Oct 2009 14:31:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9911384</guid><dc:creator>gkovacs</dc:creator><description>&lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;imageObject.Parameters.Add(new Microsoft.Web.ImageParameter { Name = &amp;quot;ID&amp;quot;, Value = qsID });&lt;/p&gt;
</description></item></channel></rss>