Rank: Advanced Member Groups: Administration
, Member
Joined: 1/31/2005 Posts: 369 Points: 352
|
Description:This rather big sample is actually a bundle of demos:
- Applying Effects - this part demonstrates how to use AJAX Web Controls shipped with Graphics Mill for .NET in applications which are built with the Visual Studio designer. It shows how to display an image in the BitmapViewer control, how to zoom and pan a bitmap, select a rectangular region of the bitmap and apply some effects.
- Photo Cropping - this part demonstrates how to build an application using the remote scripting approach, also known as AJAX. This approach allows calling methods at the server directly from JavaScript. This makes the application work faster. As the "Applying Effects" demo, it shows how to use the BitmapViewer control and rubberbands.
- TIFF Viewer - this sample demonstrates how to create an online TIFF viewer. Using this application the user can open multipage TIFF documents, for example, faxes. It also provides such viewer functionality as navigation through pages and page zoom. There is also a Windows version of this demo.
- Red Eye Removal - this is a demonstration of usage of Red-Eye Removal for Web applications. It shows how this add-on works in a semiautomatic mode as well as in a manual one. The application is designed as a wizard. You can read more about Red-Eye Removal in the Red-Eye Removal section. There is also a Windows version of this demo.
- Online Business Card Editor - this sample demonstrates how to build a Web application for online editing of business cards. This application uses Advanced PSD Add-on for Graphics Mill, as the card template is stored as a PSD file. You can read more about Advanced PSD Add-on in the Advanced PSD Add-on section.
Required Graphics Mill for .NET assemblies: Aurigma.GraphicsMill.dll Aurigma.GraphicsMill.AjaxControls.dll Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll (for Online Business Card Editor)
File Attachment(s):
GraphicsMillAjaxVB.zip (376kb) downloaded 8 time(s).
GraphicsMillAjaxCS.zip (376kb) downloaded 19 time(s).
Best wishes, Alex.
|