Click or drag to resize

Atalasoft.Imaging.Codec Namespace

 
Classes
  ClassDescription
Public classAsTiff
Public classAsTiffPageInfo
Public classBmpDecoder

An ImageDecoder used to read Windows Bitmap (BMP) images from a Stream.

Public classCode exampleBmpEncoder

An ImageEncoder that will write Windows Bitmap (BMP) images to a Stream.

Public classCameraInfo
Stores detailed camera information such as make, model, and data size.
Public classCodecCompression
Derive from this class for any codec's specific compression type.
Public classCodecErrorEventArgs
This class is used for encapsulating errors encountered while encoding or decoding image files.
Public classCodecException
This exception is thrown when there is an error in the codec (decoder or encoder).
Public classDecoderCollection

A collection of ImageDecoder.

Public classDecoderDictionary
A dictionary of ImageDecoder objects.
Public classEmfDecoder

An ImageDecoder used to read Enhanced Metafiles (EMF) images from a Stream.

Public classEmfEncoder
Summary description for EmfEncoder.
Public classEncoderCompressionEventArgs
This object is used for events fired by an MultiFramedImageEncoder when requesting a compression type.
Public classEpsEncoder

An ImageEncoder that will write Adobe Encapsulated PostScript images to a Stream.

Public classCode exampleGifDecoder

An ImageDecoder used to read Compuserve Graphics Interchange (GIF) images from a Stream.

Public classCode exampleGifEncoder

An ImageEncoder that will write Compuserve Graphics Interchange (GIF) images to a Stream.

Public classGifFrame
The GifFrame class holds information about a single frame in an animated GIF file.
Public classGifFrameCollection

The GifFrameCollection class represents an animated GIF file. It contains all of the frames and properties for the animation.

Public classGifImageInfo
Summary description for PngImageInfo.
Public classHeifDecoder
Decoder for HEIF files.
Public classCode exampleImageDecoder
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.
Public classImageEncoder
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.
Public classImageInfo
Contains information from an encoded image file.
Public classImageReadException
This exception is thrown when there is a problem reading an image
Public classImageWriteException
This exception is thrown when there is a problem writing an image
Public classJpegDecoder

An ImageDecoder used to read JPEG images from a Stream.

Public classJpegEncoder

An ImageEncoder that will write JPEG images to a Stream.

Public classJpegImageInfo
Summary description for JpegImageInfo.
Public classJpegXrDecoder
The JpegXrDecoder class is a decoder for Microsoft Windows Media Photo encoded images.
Public classJpegXrEncoder
The JpegXrEncoder class is an encoder that is used to encode an AtalaImage to Microsoft Windows Media Photo images.
Public classLibRawException
This exception is thrown when there is a problem reading an image by LibRaw library.
Public classLzwNotLicensedException
This exception is fired when LZW is not licensed yet an attempt is made to use LZW functionality.
Public classMultiFramedImageDecoder
A decoder for multiframed images such as multiple page TIFF's and animiated GIF's.
Public classMultiFramedImageEncoder
An encoder for multiframed formats such as PDF and animated GIF's.
Public classPcdDecoder

An ImageDecoder used to read Kodak Photo CD (PCD) images from a Stream.

Public classPcxDecoder

An ImageDecoder used to read Zsoft Paintbrush (PCX) images from a %System.IO.Stream%.

Public classPcxEncoder

An ImageEncoder that will write ZSoft Paintbrush (PCX) images to a %System.IO.Stream%.

Public classPngDecoder

An ImageDecoder used to read Portable Network Graphics (PNG) images from a Stream.

Public classPngEncoder

An ImageEncoder that will write Portable Network Graphics (PNG) images to a Stream.

Public classPngImageInfo
Summary description for PngImageInfo.
Public classPnmDecoder

An ImageDecoder used to read PNM/PBM/PGM/PPM images from a Stream.

Public classPnmEncoder
Encodes an AtalaImage into a PNM image file.
Public classPnmImageInfo
Information about a PNM Image.
Public classPsdDecoder

An ImageDecoder used to read Adobe Photoshop (PSD) images from a Stream.

Public classPsdEncoder

An ImageEncoder that will write Adobe Photoshop (PSD) images to a Stream.

Public classRawDecoder
Decoder for Digital Camera RAW Format Images.
Public classRawImageInfo
Public classRegisteredDecoders
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.
Public classTgaDecoder

An ImageDecoder used to read Truevision Targa (TGA) images from a Stream.

Public classTgaEncoder
Summary description for TgaEncoder.
Public classTiffCodecCompression
This class represents the compression for a TIFF image.
Public classCode exampleTiffDecoder

An ImageDecoder used to read Tagged Image File Format (TIFF) images from an image Stream.

Public classCode exampleTiffEncoder

An ImageEncoder that will write Tagged Image File Format (TIFF) images to a Stream.

Public classTlaDecoder

An ImageDecoder used to read Tla images from a Stream.

Public classTlaEncoder

An ImageEncoder that will write TLA images to a %System.IO.Stream%.

Public classWbmpDecoder

An ImageDecoder used to read Wireless Bitmap (Wbmp) images from a Stream.

Public classWbmpEncoder

An ImageEncoder that will write Wireless Bitmap (WBMP) images to a Stream.

Public classWmfDecoder

An ImageDecoder used to read Windows Metafile (WMF) images from a Stream.

Public classWmfEncoder

An ImageEncoder that will write Windows Metafile (WMF) images to a Stream.

Public classXpsDecoder
Decodes an XPS document into an AtalaImage object.
Interfaces
  InterfaceDescription
Public interfaceIAnnotationEncoder
Used with encoders that support saving XMP data.
Public interfaceIAppendable

An interface that an ImageEncoder can implement when it supports appending an image to the end of an existing file.

Public interfaceIMultiFramedVectorDecoder
Represents a codec that specializes in decoding a vector image file that can have multiple pages.
Public interfaceIRegionReadable
This interface is applied to ImageDecoders to enable them to read a specified region of the image without decoding the entire image.
Public interfaceIScaledDecoder
This interface is applied to ImageDecoders that have the ability to decode an image stream to a specified scale.
Public interfaceIVectorDecoder
Represents a codec that specializes in decoding a vector image file.
Delegates
  DelegateDescription
Public delegateAsTiffAsTiffProgressDelegate
Public delegateCodecErrorEventHandler
Event handler when errors occur when reading images.
Public delegateEncoderCompressionEventHandler
Event handler used when specifying compression in the MultiFramedImageEncoder.
Enumerations
  EnumerationDescription
Public enumerationAsTiffInternalTiffCompression
Public enumerationAsTiffStreamOpenMode
Public enumerationBmpCompression
Contains the various compression types available for Bmp images.
Public enumerationErrorLevel
Public enumerationGifFrameDisposal
The frame disposal method to use for animated GIF images.
Public enumerationImageType Obsolete.
The supported image file formats that dotImage can either read or write.
Public enumerationJpegDctMode
The DCT compression used when saving a JPEG image.
Public enumerationJpegScaleFactor
The scaling factor to use when reading a Jpeg image.
Public enumerationLoadingPolicy
Dictates how safe our raw codec should be when trying to load files.
Public enumerationPcdResolution
PhotoCD Resolution (image size) to load.
Public enumerationPnmImageType
The type of Pnm image
Public enumerationRawColorSpace
(Deprecated) Indicates the color space of the Raw image.
Public enumerationRawInterpolationMethods
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.
Public enumerationRawWhiteBalanceMethods
Indicates the type of white balance correction, if any, to apply.
Public enumerationTiffCompression
Contains the various compression types available for TIFF images.