<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Wrong behavior of image scaling</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : XAML Snippets : Wrong behavior of image scaling]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 09:40:33 +0000</pubDate>
  <lastBuildDate>Mon, 06 May 2013 23:13:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=12736</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Wrong behavior of image scaling : image scale methods       public...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12736&amp;PID=70918&amp;title=wrong-behavior-of-image-scaling#70918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8064">cryimage</a><br /><strong>Subject:</strong> 12736<br /><strong>Posted:</strong> 06 May 2013 at 11:13pm<br /><br /><a href="http://www.rasteredge.com/how-to/csharp-imaging/scale-image/" target="_blank" rel="nofollow">image scale methods</a><br><pre ="csharpcode"><br>       <span ="kwrd">public</span> <span ="kwrd">static</span> <span ="kwrd">void</span> ScaleImageDemo()<br>        {<br>            <span ="kwrd">string</span> fileName = <span ="str">"c:/Sample.png"</span>;<br><br>            REImage reImage = REFile.OpenImageFile(fileName);<br><br>            ImageProcessing.ApplyResize(reImage, 0.5f);<br><br>            REFile.SaveImageFile(reImage, <span ="str">"c:/reimage.png"</span>, <span ="kwrd">new</span> PNGEncoder());<br>        }</pre><br>]]>
   </description>
   <pubDate>Mon, 06 May 2013 23:13:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12736&amp;PID=70918&amp;title=wrong-behavior-of-image-scaling#70918</guid>
  </item> 
  <item>
   <title><![CDATA[Wrong behavior of image scaling : Hi,  Thanks, good note. We will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12736&amp;PID=43019&amp;title=wrong-behavior-of-image-scaling#43019</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12736<br /><strong>Posted:</strong> 20 November 2008 at 7:40am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks, good note. We will add it. Send email to support, I will attach modified file.</DIV>]]>
   </description>
   <pubDate>Thu, 20 Nov 2008 07:40:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12736&amp;PID=43019&amp;title=wrong-behavior-of-image-scaling#43019</guid>
  </item> 
  <item>
   <title><![CDATA[Wrong behavior of image scaling : Hi,The Stretch-Attribute is not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12736&amp;PID=43008&amp;title=wrong-behavior-of-image-scaling#43008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4542">BerntK</a><br /><strong>Subject:</strong> 12736<br /><strong>Posted:</strong> 20 November 2008 at 4:15am<br /><br />Hi,<br><br>The Stretch-Attribute is not supported like:<br><br>&lt;Image<br>Source="filename"<br>Stretch="None|Uniform|UniformFill|Fill"<br>/&gt;<br><br>Default behavior should be "Unifom" whitch means:<br>Resizes the original content to fit the destination and preserves the native aspect ratio.<br><br>You always show the full image.<br><br>.) Is there a way to scale the image?<br>.) Do you plan to implement "Stretch"?<br><br>Thanks,<br>Bernt<br><br>]]>
   </description>
   <pubDate>Thu, 20 Nov 2008 04:15:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12736&amp;PID=43008&amp;title=wrong-behavior-of-image-scaling#43008</guid>
  </item> 
 </channel>
</rss>