First stable version of Piczard FREE Community Edition releasedhttp://forums.asp.net/t/1717475.aspx/1?First+stable+version+of+Piczard+FREE+Community+Edition+releasedMon, 05 Sep 2011 19:07:38 -040017174754583848http://forums.asp.net/p/1717475/4583848.aspx/1?First+stable+version+of+Piczard+FREE+Community+Edition+releasedFirst stable version of Piczard FREE Community Edition released <p>I'm proud to announce the release of the first stable version of <a href="http://piczard.com/" target="_blank"> Piczard</a> (v 1.0.3.1).<br> <br> Piczard is a .NET Image Manipulation Library.<br> It includes PictureTrimmer, the most advanced WYSIWYG Image Resizer / Cropper tool for ASP.NET.<br> With PictureTrimmer you can - for example - allow an user to select an image which meets certain conditions, such as the fixed size required by a graphic layout.<br> <strong>Differently from the other online image croppers, Piczard offers the following advantages:</strong></p> <ul> <li>WYSIWYG color adjustment (<strong>brightness, contrast, hue, saturation</strong>) </li><li>Support for different output image resolutions (72, 96, <strong>300 DPI</strong>, etc...) </li><li>Support for different units of measurement (pixel, <strong>inch</strong>, mm, etc...) </li><li>Ability to crop the image <strong>beyond the outer edge</strong> of the source picture </li><li><strong>Snap feature</strong> to allow to quickly align the crop rectangle </li></ul> &lt;div&gt;&lt;/div&gt; <p><img src="http://piczard.com/gfx/PictureTrimmer_overview.png" alt="PictureTrimmer demo" width="667" height="389"></p> <p>Piczard includes also a set of classes and methods that allows - in an extremely easy way - to programmatically load, process and save images.<br> With Piczard, tasks such as image resizing or cropping, can be performed even with a single line of code !<br> <br> </p> <pre class="prettyprint">// Apply 1 image processing filter DefaultColorFilters.Sepia.SaveProcessedImageToFileSystem(&quot;src.jpg&quot;, &quot;out1.jpg&quot;); // Apply multiple image processing filters ImageProcessingJob job = new ImageProcessingJob(); job.Filters.Add(new ScaledResizeConstraint(280, 280)); job.Filters.Add(DefaultColorFilters.Sepia); job.SaveProcessedImageToFileSystem(&quot;src.jpg&quot;, &quot;out2.jpg&quot;);</pre> <p><br> Piczard is compatible with non Full Trust ASP.NET environments, such as <strong>Medium Trust</strong> used by many hosting providers.<br> On the client-side it does not require the installation of any particular ActiveX component or Java Applet.<br> <br> More info:<br> <a href="http://piczard.com/">http://piczard.com/</a><br> <br> Online demos:<br> <a href="http://piczard.com/demos/" target="_blank">http://piczard.com/demos/</a><br> <br> Download Piczard FREE Community Edition:<br> <a href="http://piczard.com/download/" target="_blank">http://piczard.com/download/</a><br> <br> Enjoy !<br> <br> <em>Sergio Turolla</em><br> <br> <br> PS: <br> The install package of Piczard includes also a ready to use ASCX UserControl with <strong>advanced image upload features</strong>.<br> Try it!</p> 2011-09-05T19:07:38-04:00