Atalasoft.Imaging.Codec Namespace |
Class | Description | |
---|---|---|
AsTiff | ||
AsTiffPageInfo | ||
BmpDecoder | An ImageDecoder used to read Windows Bitmap (BMP) images from a Stream. | |
BmpEncoder | An ImageEncoder that will write Windows Bitmap (BMP) images to a Stream. | |
CameraInfo | Stores detailed camera information such as make, model, and data size. | |
CodecCompression | Derive from this class for any codec's specific compression type. | |
CodecErrorEventArgs | This class is used for encapsulating errors encountered while encoding or decoding image files. | |
CodecException | This exception is thrown when there is an error in the codec (decoder or encoder). | |
DecoderCollection | A collection of ImageDecoder. | |
DecoderDictionary | A dictionary of ImageDecoder objects. | |
EmfDecoder | An ImageDecoder used to read Enhanced Metafiles (EMF) images from a Stream. | |
EmfEncoder |
Summary description for EmfEncoder.
| |
EncoderCompressionEventArgs | This object is used for events fired by an MultiFramedImageEncoder when requesting a
compression type. | |
EpsEncoder | An ImageEncoder that will write Adobe Encapsulated PostScript images to a Stream. | |
GifDecoder | An ImageDecoder used to read Compuserve Graphics Interchange (GIF) images from a Stream. | |
GifEncoder | An ImageEncoder that will write Compuserve Graphics Interchange (GIF) images to a Stream. | |
GifFrame | The GifFrame class holds information about a single frame in an animated GIF file. | |
GifFrameCollection | The GifFrameCollection class represents an animated GIF file. It contains all of the frames and properties for the animation. | |
GifImageInfo | Summary description for PngImageInfo. | |
HeifDecoder |
Decoder for HEIF files.
| |
ImageDecoder | An abstract (MustInherit in Visual Basic) base class that defines a file
format decoder to read an image from a Stream. All image decoders used in dotImage must inherit this class.
| |
ImageEncoder | An abstract (MustInherit in Visual Basic) base class that defines a file
format encoder to save an image to a file. All image encoders used in dotImage must inherit this class. | |
ImageInfo | Contains information from an encoded image file. | |
ImageReadException | This exception is thrown when there is a problem reading an image | |
ImageWriteException | This exception is thrown when there is a problem writing an image | |
JpegDecoder | An ImageDecoder used to read JPEG images from a Stream. | |
JpegEncoder | An ImageEncoder that will write JPEG images to a Stream. | |
JpegImageInfo | Summary description for JpegImageInfo. | |
JpegXrDecoder | The JpegXrDecoder class is a decoder for Microsoft Windows Media Photo encoded images.
| |
JpegXrEncoder | The JpegXrEncoder class is an encoder that is used to encode an
AtalaImage to Microsoft Windows Media Photo images. | |
LibRawException | This exception is thrown when there is a problem reading an image by LibRaw library. | |
LzwNotLicensedException | This exception is fired when LZW is not licensed yet an attempt is made to use LZW functionality.
| |
MultiFramedImageDecoder | A decoder for multiframed images such as multiple page TIFF's and animiated GIF's. | |
MultiFramedImageEncoder | An encoder for multiframed formats such as PDF and animated GIF's. | |
PcdDecoder | An ImageDecoder used to read Kodak Photo CD (PCD) images from a Stream. | |
PcxDecoder | An ImageDecoder used to read Zsoft Paintbrush (PCX) images from a %System.IO.Stream%. | |
PcxEncoder | An ImageEncoder that will write ZSoft Paintbrush (PCX) images to a %System.IO.Stream%. | |
PngDecoder | An ImageDecoder used to read Portable Network Graphics (PNG) images from a Stream. | |
PngEncoder | An ImageEncoder that will write Portable Network Graphics (PNG) images to a Stream. | |
PngImageInfo |
Summary description for PngImageInfo.
| |
PnmDecoder | An ImageDecoder used to read PNM/PBM/PGM/PPM images from a Stream. | |
PnmEncoder | Encodes an AtalaImage into a PNM image file. | |
PnmImageInfo | Information about a PNM Image. | |
PsdDecoder | An ImageDecoder used to read Adobe Photoshop (PSD) images from a Stream. | |
PsdEncoder | An ImageEncoder that will write Adobe Photoshop (PSD) images to a Stream. | |
RawDecoder | Decoder for Digital Camera RAW Format Images. | |
RawImageInfo | ||
RegisteredDecoders | This class includes static members containing information on image decoders to use in the project when
reading images as well as methods to obtain a an appropriate decoder based on an image stream or filename.
| |
TgaDecoder | An ImageDecoder used to read Truevision Targa (TGA) images from a Stream. | |
TgaEncoder |
Summary description for TgaEncoder.
| |
TiffCodecCompression | This class represents the compression for a TIFF image. | |
TiffDecoder | An ImageDecoder used to read Tagged Image File Format (TIFF) images from an image Stream. | |
TiffEncoder | An ImageEncoder that will write Tagged Image File Format (TIFF) images to a Stream. | |
TlaDecoder | An ImageDecoder used to read Tla images from a Stream. | |
TlaEncoder | An ImageEncoder that will write TLA images to a %System.IO.Stream%. | |
WbmpDecoder | An ImageDecoder used to read Wireless Bitmap (Wbmp) images from a Stream. | |
WbmpEncoder | An ImageEncoder that will write Wireless Bitmap (WBMP) images to a Stream. | |
WmfDecoder | An ImageDecoder used to read Windows Metafile (WMF) images from a Stream. | |
WmfEncoder | An ImageEncoder that will write Windows Metafile (WMF) images to a Stream. | |
XpsDecoder | Decodes an XPS document into an AtalaImage object. |
Interface | Description | |
---|---|---|
IAnnotationEncoder |
Used with encoders that support saving XMP data.
| |
IAppendable | An interface that an ImageEncoder can implement when it supports appending an image to the end of an existing file. | |
IMultiFramedVectorDecoder |
Represents a codec that specializes in decoding a vector image file that can have multiple pages.
| |
IRegionReadable | This interface is applied to ImageDecoders to enable them to read a specified region of the image without
decoding the entire image. | |
IScaledDecoder | This interface is applied to ImageDecoders that have the ability to decode an image stream to a specified
scale. | |
IVectorDecoder |
Represents a codec that specializes in decoding a vector image file.
|
Delegate | Description | |
---|---|---|
AsTiffAsTiffProgressDelegate | ||
CodecErrorEventHandler | Event handler when errors occur when reading images. | |
EncoderCompressionEventHandler | Event handler used when specifying compression in the MultiFramedImageEncoder. |
Enumeration | Description | |
---|---|---|
AsTiffInternalTiffCompression | ||
AsTiffStreamOpenMode | ||
BmpCompression | Contains the various compression types available for Bmp images. | |
ErrorLevel | ||
GifFrameDisposal | The frame disposal method to use for animated GIF images. | |
ImageType | Obsolete. The supported image file formats that dotImage can either read or write. | |
JpegDctMode | The DCT compression used when saving a JPEG image. | |
JpegScaleFactor | The scaling factor to use when reading a Jpeg image. | |
LoadingPolicy | Dictates how safe our raw codec should be when trying to load files. | |
PcdResolution | PhotoCD Resolution (image size) to load. | |
PnmImageType | The type of Pnm image | |
RawColorSpace | (Deprecated) Indicates the color space of the Raw image. | |
RawInterpolationMethods | The RAW format has one color per pixel due to BAYER transformation performed inside D.C.
RawInterpolationMethod indicates the type of interpolation performed, if any, to transform the image into the
desired colorspace. | |
RawWhiteBalanceMethods | Indicates the type of white balance correction, if any, to apply. | |
TiffCompression | Contains the various compression types available for TIFF images. |