Class ImageFormat
Represents a base class for image formats used in image processing.
Namespace: FulcrumFS.Images
Assembly: FulcrumFS.Images.dll
Syntax
public abstract class ImageFormat
Properties
| Name | Description |
|---|---|
| Bmp | Gets the BMP image format. Extensions: |
| Extensions | Gets the file extensions associated with this image format (including the leading '.'). |
| FileFormat | Gets the corresponding FileFormat used for content validation and extension mapping. |
| Jpeg | Gets the JPEG image format. Extensions: |
| Name | Gets the name of the image format (e.g., "JPEG", "PNG", "GIF"). |
| Png | Gets the PNG image format. Extensions: |
| PrimaryExtension | Gets the primary file extension associated with this image format (including the leading '.'). |
| SupportsCompression | Gets a value indicating whether this image format supports compression settings. |
| SupportsMultipleFrames | Gets a value indicating whether this image format supports multiple frames (e.g., animated images). |
| SupportsQuality | Gets a value indicating whether this image format supports quality settings. |
| SupportsTransparency | Gets a value indicating whether this image format supports transparency. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |