How to create dynamic Folded Corners effect through ImageDraw image composition and ASP.NET
Technologies used
- Neodynamic ImageDraw (2.0 or later) for ASP.NET
- Microsoft .NET Framework (2.0 or later)
- Microsoft Visual Studio .NET (2005 or later - Visual Web Developer Express Edition)
|
 |
 |
In the following guide you'll learn how to use ImageDraw Dynamic Image Composition feature to create a Folded Corners effect on a set of image files in an ASP.NET Web Application.
The idea behind this guide is to dynamically create Composite Images with Folded Corners effect for a fictitious Photo Gallery ASP.NET Web Application. To simulate the Folded Corner effect we'll use a predefined static image which will represent the Folded Corner together a set of image files - photos - stored in a local folder. To improve the visual appearance of each photo, some built-in ImageDraw's imaging effects - such as GlassTable (Reflection), Decorative Border, Resizing - are applied on each of them. The following image tries to provide you with a preview of what we want to accomplish with this demo.
 The original photo files and folded corner image that will be merged to create the Photo Gallery with Folded Corners effect.
In this guide we'll use Neodynamic ImageDraw control which is available for ASP.NET 2.0 or later and Visual Studio 2005 (Visual Web Developer Express Edition can be use as well). However, in this guide will use Visual Studio 2005.
Follow these steps
Sample Files Download
Here are the VB.NET and C# versions of this sample. Please, download the zip file you want to. After extract it you'll find all necessary files to reproduce this step by step guide.
For ImageDraw 3.0
For ImageDraw 2.0
Remember to download and install ImageDraw in order to reproduce this sample demo.
If you need more information or assistance, please contact our
.
|