FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Class ImageFormat

    Represents a base class for image formats used in image processing.

    Inheritance
    object
    ImageFormat
    Namespace: FulcrumFS.Images
    Assembly: FulcrumFS.Images.dll
    Syntax
    public abstract class ImageFormat

    Properties

    Name Description
    Bmp

    Gets the BMP image format. Extensions: .bmp (primary), .bm, .dip.

    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: .jpg (primary), .jpeg, .jfif.

    Name

    Gets the name of the image format (e.g., "JPEG", "PNG", "GIF").

    Png

    Gets the PNG image format. Extensions: .png (primary), .apng.

    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.

    © Singulink. All rights reserved.