Atalasoft dotImage is a sophisticated imaging component library that can be used in any .NET language including VB.NET, C#, Managed C++, J# or any other CLS compliant languages to add imaging functionality to an application.
The Atalasoft.dotImage assembly contains many classes and methods for image processing including opening, saving, manipulating, and inspecting image data.
| Namespace | Description |
|---|---|
| Atalasoft.Imaging | The Atalasoft.Imaging namespace contains general classes, exceptions, and enumerations that deal with image data and workspaces and is the root namespace for all dotImage classes. |
| Atalasoft.Imaging.Codec | Contains classes that deal with decoding and encoding images of various formats. |
| Atalasoft.Imaging.Codec.Tiff | A set of classes for the manipulation of Tiff files, without the need to have them loaded into memory. |
| Atalasoft.Imaging.ColorManagement | Contains classes that are used for converting colorspaces and color matching images to a device. |
| Atalasoft.Imaging.Drawing | Contains classes that will draw primitives such as lines, circles, and text onto an image. |
| Atalasoft.Imaging.ImageProcessing | Contains classes and namespaces that manipulate the image pixels via filters, transforms, and other effects. |
| Atalasoft.Imaging.ImageProcessing.Channels | Contains classes that directly manipulate image channels and colors. |
| Atalasoft.Imaging.ImageProcessing.Document | Contains classes that are designed to be used with 1-bit document (binary) images. These classes are enabled in the professional edition. |
| Atalasoft.Imaging.ImageProcessing.Effects | Contains classes that produce an effect on the image. |
| Atalasoft.Imaging.ImageProcessing.Fft | Contains classes for specialized filters that are processed using Fast Fourier Transformations (FFT). |
| Atalasoft.Imaging.ImageProcessing.Filters | Contains classes that apply a filter to an image. |
| Atalasoft.Imaging.ImageProcessing.Transforms | Contains classes that transform pixel data from one location to another. |
| Atalasoft.Imaging.ImageSources | Contains classes that get images from a Database |
| Atalasoft.Imaging.ImageSources.Data | Contains classes that help DbImageSource get images from a Database |
| Atalasoft.Imaging.Memory | This namespace contains classes dealing with pixel memory and image data. |
| Atalasoft.Imaging.Metadata | Contains classes for accessing and manipulating metadata that is stored in an image. Image metadata is any information stored in the image that isn't the pixel or palette data itself. |
| Atalasoft.Imaging.Utility | Contains Utility Classes |
For displaying images in Windows Forms, see the Atalasoft.dotImage.WinControls assembly. For displaying images in ASP.NET WebForms, see the Atalasoft.dotImage.WebControls assembly.