Search Results for

    Show / Hide Table of Contents

    Class FileFormat

    Use ImageMimeTypes instead.

    Inheritance
    System.Object
    FileFormat
    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class FileFormat : Enum

    Fields

    Auto

    Set output container format automatically based on input format and image contents. The container format will be a web-friendly format (JPEG, PNG, or GIF).

    Declaration
    public const FileFormat Auto
    Field Value
    Type Description
    FileFormat

    Bmp

    A BMP container.

    Declaration
    public const FileFormat Bmp
    Field Value
    Type Description
    FileFormat

    Gif

    A GIF container.

    Declaration
    public const FileFormat Gif
    Field Value
    Type Description
    FileFormat

    Jpeg

    A JPEG container.

    Declaration
    public const FileFormat Jpeg
    Field Value
    Type Description
    FileFormat

    Png

    A PNG container.

    Declaration
    public const FileFormat Png
    Field Value
    Type Description
    FileFormat

    Png8

    A PNG container using an 8-bit indexed pixel format.

    Declaration
    public const FileFormat Png8
    Field Value
    Type Description
    FileFormat

    Tiff

    A TIFF container.

    Declaration
    public const FileFormat Tiff
    Field Value
    Type Description
    FileFormat

    Unknown

    An unrecognized but still decodable image container.

    Declaration
    public const FileFormat Unknown
    Field Value
    Type Description
    FileFormat

    value__

    Declaration
    public byte value__
    Field Value
    Type Description
    System.Byte
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX