Click or drag to resize

ImageType Enumeration

Note: This API is now obsolete.

The supported image file formats that dotImage can either read or write.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("The ImageType enumeration has been deprecated. Use it only if you must for backward compatibility reasons. ImageType is not extensible and does not contain entries for all supported image formats. DotImage toolkit usually provides better API alternatives that use ImageEncoder and ImageDecoder subclasses instead.", 
	false)]
public enum ImageType
Members
  Member nameDescription
Unknown Image file format is undefined
Jpeg Joint Photographic Experts Group. Uses lossy compression commonly used for Photographic type images. Read and Write.
Png Portable Network Graphic supporting lossless compression. Read and Write.
Tiff Tagged Image File. This is a universal and well known format for many uses inluding FAX and multipaged images. Read and Write.
Pcx ZSoft PaintBrush. Read and Write.
Tga Truevision Targa. May include an alpha channel. Read and Write.
Bmp Windows Bitmap. Read and Write.
Wmf Windows Meta File. Read and Write (raster only).
Emf Enhanced Windows Meta File. Read and Write (raster only).
Psd Adobe (tm) Photoshop format. Read and Write (flattened image only).
Wbmp Wireless Bitmap. Black and White format used with portable devices. Read and Write
Gif Graphics Interchange Format (LZW license required). Read and Write.
Tla A lossless compressed image format similar to PNG with optional encryption. It can store 32, 24, 16, or 8-bit data.
Pcd Kodak (tm) PhotoCD. Read only.
J2k Jpeg2000. Separate Plug-In requred to read and write.
See Also