Atalasoft.Imaging Namespace |
Class | Description | |
---|---|---|
AtalaFileStream | A custom Stream object that is used to read and write images to a file. This is the default stream object
used when specifying filenames for images. Deprecated, use AtalaFile64Stream in preferance to this class. | |
AtalaImage | The AtalaImage object holds the raw image data, a Palette, and methods
used to access this data. | |
AtalaImageEditor | Allows visual designers to add AtalaImage objects in design time. | |
AtalaInt128Collection | A collection of AtalaInt128 structures. | |
AtalaPixelFormatChanger | This is the standard PixelFormat changer class. | |
AtalasoftLicenseException |
Summary description for AtalasoftLicenseException.
| |
BinaryPaletteEnforcer |
A ResourceReleaserT that inverts a 1BPP AtalaImage on creation if it does not
have the desired photometric interpretation, and inverts it again at the end of its lifetime.
| |
BinaryPaletteEnforcerEnforcerState |
The internal state of a BinaryPaletteEnforcer instance.
| |
ChangedImageEventArgs | This class is used to indicate when an AtalaImage has changed. | |
ExceptionEventArgs | Provides data for the ProcessError event. | |
FileMapIOException | This exception is thrown when an error occurs when allocating an image with file memory mapping.
| |
FileReloader | FileReloader is an implementation of the IImageReloader interface. It encapsulates
information about an image stored in a file system and can reload that image at any point. | |
FileSystemImageSource | This is an implementation of an ImageSource using a file system as a provider of images. | |
FileSystemImageSourceEventArgs | This object is used for events fired by a FileSystemImageSource. | |
FormDataCollection | The FormDataCollection is used with the HttpPost class to send form information to a web
server. | |
GdiException | This exception is thrown when a GDI function fails. | |
HttpPost | This class allows you to post data to a server without user interaction. The data is posted as if it were being sent from an HTML Form, allowing any form handling component to be used on the server. | |
ImageCancelEventArgs | Provides data for the event which allow an operation using an image to be cancelled. | |
ImageCollection | This collection holds multiple AtalaImage objects useful for various features like working
with multi-paged images, animations, and layering. | |
ImageCollectionEventArgs | Provides data for the Workspace NewImage and ChangedImage events. | |
ImageCollectionImageSource | ImageCollectionImageSource is an adapter class to make an ImageCollection compatible with the ImageSource
class. | |
ImageEventArgs | Provides data for the NewImage and Workspace.ImageChanged events.
| |
ImageMemory | Obsolete. This class handles memory associated with an image. It controls how the memory is allocated and freed. Use this class to enable memory file mapping. This class is no longer used in DotImage. Please use PixelMemory instead. | |
ImageProcessException | This exception is thrown when an error occurs during processing of an image | |
ImageSource | An abstract class that is used to define a flexible mechanism for managing large quantities of images
without having to keep them all in memory at once. | |
ImageSourceNode | This is an object used to hold AtalaImage objects in the ImageSource.
This object is only of interest if you are writing your own ImageSource implementation. | |
ImageStreamEventArgs | Provides data for the ImageStreamCompleted event. | |
IncompatiblePixelFormatException | This exception is thrown when the image to be processed does not contain a %PixelFormat% compatible with
the function of interest. | |
IndirectionImageSource | The IndirectionImageSource class is used to provide an ImageSource which
can be modified after its initial creation. The ThumbnailImageViewerSynchronizer uses this class to
handle changes to the original ImageSource. | |
InternalErrorException | This exception is for generic errors within the DotImage codebase. | |
InternetConnectException | This exception is thrown when there is an error opening an internet connection. | |
InternetInvalidPasswordException | This exception is thrown when an invalid password was detected while attempting to connect to an HTTP or
FTP site to download an image. | |
MarshalByRefCollectionBase | A base abstract (MustInherit in Visual Basic) collection class intended for strongly typed collections containing unmanaged data. | |
MarshalByRefReadOnlyCollectionBase | A base abstract (MustInherit in Visual Basic) collection class intended for strongly typed read-only collections containing unmanaged data. | |
OperationCancelledException | This class is used to cancel running operations. | |
Palette | The palette contains color information that is applied to colormapped images. Use this object to modify
and read the palette colors. | |
PixelFormatChangeEventArgs | Provides data for the PixelFormatChange event. | |
PixelFormatChanger | This is an abstract class that defines how an image should be changed from one pixel format to another.
| |
PixelFormatUtilities | PixelFormatUtilities is a toolbox of utilities for manipulating and asking questions about PixelFormat
enumerated values. | |
PixelMemoryException |
This exception is thrown when an error occurs that is related to PixelMemory
| |
ProcessQueue | Holds a collection of ProcessQueue that are awaiting asynchronous processing. | |
ProcessQueuedItem | This class contains information regarding the image processing function that is to be run when the ProcessQueue is ready. | |
ProcessUndo | Contains information about an undo level that will be used in the %ProcessQueue%. | |
ProgressEventArgs | Provides data for the Progress event. | |
RandomAccessImageSource | This is an abstract class which is used to define ImageSource objects that can be accessed in any order.
| |
ReleasingImageSourceNodeEventArgs | This class is passed in the Releasing event to provide the ImageSourceNode that has been released. | |
ResourceReleaserT | This is a tool that can be used for managing the automatic releasing of resources via the using statement. | |
SerializationHelper | SerializationHelper is a set of static methods to help in the process of deserialization of an object
graph. | |
UndoCollection | The UndoCollection class is used to manage operations that need undo/redo functinality. The collection contains properties to specify the number of allowed operations to undo or redo. | |
UndoLevel | The UndoLevel class is used to store a single operation, in an UndoCollection, that can
be un-done or re-done. Every instance of this class holds an ImageCollection which are the set of
images that will be restored to 'undo' the operation that this UndoLevel represents. | |
Workspace | The workspace object is the container that is used to manage changes to images and provide an interface to open, save, and manipulate images either synchronously or asynchronously. |
Structure | Description | |
---|---|---|
AtalaInt128 | A 128 bit Integer value type used in JPEG2000 metadata. | |
CmykColor | CmykColor defines a color that consists of cyan, magenta, yellow, and black components. | |
Dpi | Holds the Resolution information. |
Interface | Description | |
---|---|---|
IImageReloader | IImageReloader provides a mechanism to bring unloaded images back into memory. This interface is used by
ImageSource. |
Delegate | Description | |
---|---|---|
ChangedImageEventHandler | This EventHandler is used to update AtalaImage objects in various classes. | |
ExceptionEventHandler | This EventHandler is used to pass along an exception during an image processing operation. | |
FileSystemImageSourceFileEventHandler | This event is used for tracking when a file or a frame within a file has been loaded. | |
FileSystemImageSourceFileFilterDelegate | The FileFilterDelegate is used within the FileSystemImageSource to provide a means of filtering out files
or pages within files | |
ImageCancelEventHandler | Handles canceling operations. | |
ImageEventHandler | Event Handler for events requiring the image information. | |
ImageFileIOEventHandler | Event Handler requiring the a Stream object. | |
PixelFormatChangeEventHandler | Handles operations that require the PixelFormat of an image to change. | |
ProgressEventHandler | Handles the progress event for operations. | |
ReleasingImageSourceNodeEventHandler |
Reports when an ImageSourceNode has been released.
|
Enumeration | Description | |
---|---|---|
FlipDirection | Specifies the flip direction. | |
LicenseEdition | This enumeration indicates the type of license found by DotImage. | |
PaletteType | Contains the standard palette types that a palette can be set to. | |
PixelFormat | Specifies the format of the color data for each pixel in the image. | |
ResolutionUnit | Defines the units associated with Resolution, or Dpi. |