How to build an advanced ASP.NET AJAX Photo Editor featuring imaging effects with Ima

Neodynamic

Well-known member
Joined
Dec 5, 2005
Messages
137
Programming Experience
10+
How to build an advanced ASP.NET AJAX Photo Editor featuring imaging effects with ImageDraw

This ImageDraw demo demonstrates how easily you can use ImageDraw object model and ASP.NET AJAX Framework to design an advanced AJAX-based Photo Editor.

The following figure is a screenshot of the ASP.NET AJAX Photo Editor application that leverages ASP.NET AJAX Framework, ASP.NET AJAX Control Toolkit and ImageDraw.
figure01.jpg



This AJAX Photo Editor features:
- UI leveraging ASP.NET AJAX Control Toolkit
The left pane of AJAX Photo Editor UI leverages on ASP.NET AJAX Control Toolkit components like Accordion and Slider. The Accordion control is used to divide some Imaging Effects in categories. Those Imaging effects leverage ImageDraw object model and Slider controls are used for setting up some parameters that each effects feature.

For example, the following figure shows how Slider controls are used so the user can specify which Brightness, Contrast, Gamma, Saturation and Hue levels must be apply on the target photo.
figure02.jpg


- Imaging Effects provided by ImageDraw
AJAX Photo Editor provides some of the most common imaging effects that well know photo editor software features like Basic Tuning (Brightness, Contrast, Gamma, Saturation, and Hue), Coloring (Convert to Black & White/Grayscale, Sepia and Negative/Invert), Rotation and Flipping and Scaling. In addition to those basic imaging effects, we introduced two new interested effects called Perspective View and Reflection which are built-in ImageDraw object model.

For example, the following figures show Coloring settings like Black & White/Grayscale and Negative/Invert:
figure03.jpg


The following figure shows Rotation and Flipping feature:
figure04.jpg


And the last one figure shows Composite Imaging Effects (Reflection + Perspective View + Scaling):
figure01.jpg



Links:
This Demo
More Demos
Download ImageDraw SDK for .NET
More Information about Neodynamic ImageDraw SDK for .NET


Neodynamic
.NET Components & Controls
http://www.neodynamic.com
 
Back
Top