| Author |
|
| Company |
Atalasoft, Inc. |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
August 27, 2003 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$329 |
Description
Integrate highly sophisticated imaging into your .NET applications with dotImage™, Atalasoft’s latest imaging toolkit. dotImage™ was developed from the ground up using managed C#. It is one of the first imaging components specifically designed for .NET and includes all relevant features of our popular ImgX Controls Active X product, as well as new performance and feature enhancements. dotImage was designed taking full advantage of the object-oriented benefits of Microsoft's .NET technology using many of the same design patterns as the .NET framework. dotImage is extensible, which means that you the developer can easily enhance the product by adding new imaging commands and image codec formats. There is no need to register any ActiveX controls and deal with the issues of COM interop. Deploying dotImage is as simple as copying the files to the end user's computer.
Syntax Example
[C#]
Workspace myWorkspace = new Workspace();
myWorkspace.Open("myimage.tiff");
myWorkspace.ApplyCommand(new DropShadowCommand(10));
myWorkspace.ApplyCommand(new FlattenAlphaCommand(Color.White));
myWorkspace.Save("myimage.jpg", newJpegEncoder(90));
[Visual Basic]
Dim myWorkspace As Workspace = New Workspace()
myWorkspace.Open("myimage.tiff")
myWorkspace.ApplyCommand(New DropShadowCommand(10))
myWorkspace.ApplyCommand(New FlattenAlphaCommand(Color.White))
myWorkspace.Save("myimage.jpg", New JpegEncoder(90))
Screenshots
Reviews
Submit a review
very good
Reviewed by: cfffWWD on Friday, September 23, 2005
5 Stars
very good