<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Asp.net Web Crop Image Control</title><link>http://webcropimage.codeplex.com/Project/ProjectRss.aspx</link><description>Asp.net Web Crop Image Control allows developers to build image cropping functionality easily on their projects. </description><item><title>Updated Release: Asp.net Web Crop Image Server Control v3.1 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 22:24:22 GMT</pubDate><guid isPermaLink="false">Updated Release: Asp.net Web Crop Image Server Control v3.1 (Nov 06, 2009) 20091106102422P</guid></item><item><title>Released: Asp.net Web Crop Image Server Control v3.1 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Fri, 06 Nov 2009 22:24:22 GMT</pubDate><guid isPermaLink="false">Released: Asp.net Web Crop Image Server Control v3.1 (Nov 06, 2009) 20091106102422P</guid></item><item><title>Updated Release: Asp.net Web Crop Image Server Control v3.1 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 22:21:25 GMT</pubDate><guid isPermaLink="false">Updated Release: Asp.net Web Crop Image Server Control v3.1 (Nov 06, 2009) 20091106102125P</guid></item><item><title>Updated Release: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 22:21:08 GMT</pubDate><guid isPermaLink="false">Updated Release: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009) 20091106102108P</guid></item><item><title>Closed Issue: Preload cropped positions [13618]</title><link>http://webcropimage.codeplex.com/WorkItem/View.aspx?WorkItemId=13618</link><description>Hi &lt;br /&gt;I need to load the previously copped image area when cropper is loading . I store the  data in a DB and assign it in the Init of the cropper &lt;br /&gt;Ex&lt;br /&gt;protected void WebCropImage1_Init&amp;#40;object sender, EventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;                string&amp;#91;&amp;#93; values &amp;#61; imageProperties.Split&amp;#40;new char&amp;#91;&amp;#93; &amp;#123; &amp;#39;&amp;#124;&amp;#39; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.X &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;0&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.Y &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;1&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.H &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;2&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.W &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;3&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;This is some time working, but if I cropped the image after the image&amp;#8217;s half of the width, then the copped shown is not correct&lt;br /&gt;Comments: &lt;p&gt;fixed with the new version.&lt;/p&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 22:17:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: Preload cropped positions [13618] 20091106101711P</guid></item><item><title>Commented Issue: Preload cropped positions [13618]</title><link>http://webcropimage.codeplex.com/WorkItem/View.aspx?WorkItemId=13618</link><description>Hi &lt;br /&gt;I need to load the previously copped image area when cropper is loading . I store the  data in a DB and assign it in the Init of the cropper &lt;br /&gt;Ex&lt;br /&gt;protected void WebCropImage1_Init&amp;#40;object sender, EventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;                string&amp;#91;&amp;#93; values &amp;#61; imageProperties.Split&amp;#40;new char&amp;#91;&amp;#93; &amp;#123; &amp;#39;&amp;#124;&amp;#39; &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.X &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;0&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.Y &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;1&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.H &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;2&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;                mainWebCropImage.W &amp;#61; Convert.ToInt32&amp;#40;values&amp;#91;3&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;This is some time working, but if I cropped the image after the image&amp;#8217;s half of the width, then the copped shown is not correct&lt;br /&gt;Comments: ** Comment from web user: cemsisman ** &lt;p&gt;fixed with the new version, please download the latest stable version.&lt;/p&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 22:16:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: Preload cropped positions [13618] 20091106101647P</guid></item><item><title>Released: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Fri, 06 Nov 2009 21:33:19 GMT</pubDate><guid isPermaLink="false">Released: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009) 20091106093319P</guid></item><item><title>Updated Release: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 21:33:19 GMT</pubDate><guid isPermaLink="false">Updated Release: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009) 20091106093319P</guid></item><item><title>Updated Release: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;This place will be updated soon &lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>cemsisman</author><pubDate>Fri, 06 Nov 2009 21:28:40 GMT</pubDate><guid isPermaLink="false">Updated Release: Asp.net Web Crop Image Server Control v3.0 (Nov 06, 2009) 20091106092840P</guid></item><item><title>Commented Issue: Control does not work within an UpdatePanel [13598]</title><link>http://webcropimage.codeplex.com/WorkItem/View.aspx?WorkItemId=13598</link><description>I had to shut off the scriptmanager to get the control to work.&lt;br /&gt;Comments: ** Comment from web user: som_nitjsr ** &lt;p&gt;find solution at here&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;silverlightcsharp.blogspot.com&amp;#47;2009&amp;#47;11&amp;#47;image-cropping-in-aspnet.html&lt;br /&gt;&lt;/p&gt;</description><author>som_nitjsr</author><pubDate>Tue, 03 Nov 2009 11:59:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Control does not work within an UpdatePanel [13598] 20091103115914A</guid></item><item><title>New Post: Contrain Maintain Aspect Ratio</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=72924</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;First thanks for all your great work and assistance,&lt;/p&gt;
&lt;p&gt;Just wondering if there is a way to constrain maintain aspect ratio (h w) while resizing cropping square?&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>graffiti</author><pubDate>Fri, 23 Oct 2009 19:49:18 GMT</pubDate><guid isPermaLink="false">New Post: Contrain Maintain Aspect Ratio 20091023074918P</guid></item><item><title>New Post: Show border crop</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=65186</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello, i had the same problem&lt;/p&gt;
&lt;p&gt;you must add the following line of code&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#800000"&gt;&lt;span style="font-size:x-small;color:#800000"&gt;link&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;href&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;css/jquery.jcrop.css&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;rel&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;stylesheet&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;&lt;span style="font-size:x-small;color:#ff0000"&gt;type&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;=&amp;quot;text/css&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;&lt;span style="font-size:x-small;color:#0000ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;Hope this helps :)&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>HopeThisHelp2</author><pubDate>Thu, 22 Oct 2009 14:22:16 GMT</pubDate><guid isPermaLink="false">New Post: Show border crop 20091022022216P</guid></item><item><title>New Post: Caching Problem</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=69411</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I just created an issue for this problem.&lt;/p&gt;
&lt;p&gt;I made a quick fix by editing the source code, and changing cs.WebControls/WebCropImage.cs the line (86)&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;                ViewState[&lt;span style="color:#A31515"&gt;&amp;quot;imagePath&amp;quot;&lt;/span&gt;]=image.ImageUrl;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;by&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;                &lt;span style="color:Blue"&gt;string&lt;/span&gt; tmp = image.ImageUrl;
                &lt;span style="color:Blue"&gt;if&lt;/span&gt; (tmp.Contains(&lt;span style="color:#A31515"&gt;&amp;quot;?&amp;quot;&lt;/span&gt;)) tmp = tmp.Substring(0, tmp.IndexOf(&lt;span style="color:#A31515"&gt;&amp;quot;?&amp;quot;&lt;/span&gt;));
                ViewState[&lt;span style="color:#A31515"&gt;&amp;quot;imagePath&amp;quot;&lt;/span&gt;] = tmp;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>GuillaumeJay</author><pubDate>Mon, 19 Oct 2009 12:39:59 GMT</pubDate><guid isPermaLink="false">New Post: Caching Problem 20091019123959P</guid></item><item><title>Reviewed: Asp.net Web Crop Image Server Control v3.0 (oct. 19, 2009)</title><link>http://webcropimage.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28170#ReviewBy-GuillaumeJay</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Very good, easy to install.&amp;#10;&amp;#10;Nice samples.</description><author>GuillaumeJay</author><pubDate>Mon, 19 Oct 2009 12:37:05 GMT</pubDate><guid isPermaLink="false">Reviewed: Asp.net Web Crop Image Server Control v3.0 (oct. 19, 2009) 20091019123705P</guid></item><item><title>Created Issue: Bug when Image URL contains ? [14477]</title><link>http://webcropimage.codeplex.com/WorkItem/View.aspx?WorkItemId=14477</link><description>I&amp;#39;m using an ImageURL with a &amp;#63;d&amp;#61;datetime.now.Tostring&amp;#40;&amp;#34;hhmmss&amp;#34;&amp;#41;, for solving cache issues &amp;#40; cf http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;t&amp;#47;971895.aspx &amp;#41;&lt;br /&gt;&lt;br /&gt;This &amp;#40;great&amp;#41; composant fails then when cropping. &lt;br /&gt;&lt;br /&gt;It&amp;#39;s fixed by removing all query arguments from the image path in BuildScripts&lt;br /&gt;</description><author>GuillaumeJAY</author><pubDate>Mon, 19 Oct 2009 12:35:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug when Image URL contains ? [14477] 20091019123547P</guid></item><item><title>New Post: Caching Problem</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=69411</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have created an application that allows users to upload image and crop and save. It works fine the first time, but if you upload one and then upload another it caches and shows the first image. I have added the no cache headers.&lt;/p&gt;
&lt;p&gt;Code below:&lt;/p&gt;
&lt;p&gt;FileUpload1.SaveAs(@&amp;quot;C:\****\********\Images\&amp;quot; + Session[&amp;quot;auctionid&amp;quot;].ToString() + &amp;quot;.&amp;quot; + split[1]);&lt;br&gt; //this.Image2.ImageUrl = &amp;quot;~/NewFace/Auctions/Images/&amp;quot; + Session[&amp;quot;auctionid&amp;quot;].ToString() + &amp;quot;.&amp;quot; + split[1] + &amp;quot;?rnd=&amp;quot; + (new Random()).Next();&lt;br&gt;&amp;nbsp;this.Image2.ImageUrl = &amp;quot;~/NewFace/Auctions/Images/&amp;quot; + Session[&amp;quot;auctionid&amp;quot;].ToString() + &amp;quot;.&amp;quot; + split[1];&lt;/p&gt;
&lt;p&gt;I even tried puting a random tail, it works fine to solve the caching problem but when I try to crop it gives error below:&lt;/p&gt;
&lt;h2&gt;&lt;em&gt;&lt;em&gt;'~/NewFace/Auctions/Images/1000.jpg?rnd=1466347149' is not a valid virtual path.&lt;/em&gt;&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;&lt;em&gt;on line -&amp;nbsp; &lt;/em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"&gt;
&lt;pre&gt;&lt;span style="color:red"&gt;wci1.Crop(&amp;quot;~/Newface/Auctions/Images/_&amp;quot; + dt.Rows[0][&amp;quot;itemimage&amp;quot;].ToString());&lt;/span&gt;&lt;/pre&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;/div&gt;</description><author>graffiti</author><pubDate>Fri, 18 Sep 2009 18:01:42 GMT</pubDate><guid isPermaLink="false">New Post: Caching Problem 20090918060142P</guid></item><item><title>New Post: Resize Cropped Image</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=61355</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi enkode&lt;/p&gt;
&lt;p&gt;Beat you to it! I downloaded and recompile shortly after my first post. It works great.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;&lt;/div&gt;</description><author>rmcbride</author><pubDate>Tue, 15 Sep 2009 06:32:52 GMT</pubDate><guid isPermaLink="false">New Post: Resize Cropped Image 20090915063252A</guid></item><item><title>New Post: Resize Cropped Image</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=61355</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;rmcbride, with my code that could be easily done since the control uses the new FinalHeight and FinalWidth. These could be set via use input.&amp;nbsp; I recommend downloading the code and replace the with code from above WebCropImage.cs the with code from above.&lt;/p&gt;&lt;/div&gt;</description><author>enkode</author><pubDate>Tue, 15 Sep 2009 06:10:36 GMT</pubDate><guid isPermaLink="false">New Post: Resize Cropped Image 20090915061036A</guid></item><item><title>New Post: Save two variants of the same image</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=68365</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;I am trying to get WCI to save two variants of a selected image. One variant will be 300 X 300 px, and the second would be a thumbnail of 100 X 100 px. I can consistently get the first to happen, but I want to have the second happen at the same time. Would there be a way to do this?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;&lt;/div&gt;</description><author>rmcbride</author><pubDate>Wed, 09 Sep 2009 05:52:13 GMT</pubDate><guid isPermaLink="false">New Post: Save two variants of the same image 20090909055213A</guid></item><item><title>New Post: Resize Cropped Image</title><link>http://webcropimage.codeplex.com/Thread/View.aspx?ThreadId=61355</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;Does anyone have this in compiled form? It would make life soooooo much easier for me if the DLL was recompiled with this extension.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;&lt;/div&gt;</description><author>rmcbride</author><pubDate>Tue, 08 Sep 2009 16:36:35 GMT</pubDate><guid isPermaLink="false">New Post: Resize Cropped Image 20090908043635P</guid></item></channel></rss>