Piczard is a FREE image manipulation library developed keeping focus on ASP.NET needs It provides a variety of tools that can help you to manage images in your ASP.NET applications:
An advanced image upload control with a powerful and intuitive image manipulation interface.
Try an online demo »
PictureTrimmer: The world's most awesome WYSIWYG image cropping tool for ASP.NET.
Try an online demo »
An expandable set of classes and methods that allows - in an extremely easy way - to programmatically load, process and save images.
With Piczard, tasks such as image resizing, watermarking or cropping, can be performed even with a single line of code ! Try an online demo »
... and much more !
SimpleImageUpload1.PostProcessingFilter = new ScaledResizeConstraint(350, 200) + new ImageWatermark("~/myWatermark.png");
zioturo
Member
129 Points
43 Posts
New version 1.1 of Piczard Free Community Edition is available
May 23, 2012 08:25 PM|LINK
New version 1.1 of Piczard is available:
http://www.nuget.org/packages/CodeCarvings.Piczard.ImageUpload
Piczard is a FREE image manipulation library developed keeping focus on ASP.NET needs
It provides a variety of tools that can help you to manage images in your ASP.NET applications:
Try an online demo »
... and much more !
SimpleImageUpload1.PostProcessingFilter = new ScaledResizeConstraint(350, 200) + new ImageWatermark("~/myWatermark.png");