Skip to content

ImageFormatOption

Namespace: MJCZone.MediaMatic.AspNetCore.Transformations

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Represents image format options for transformations, including auto-detection.

Inheritance

Base Class: Enum

sealed public

Contents

Enum Members (7)

Enum Members

NameValueDescription
Auto0Automatically select the best format based on browser capabilities. Priority: AVIF > WebP > original format.
Jpeg1JPEG format (lossy compression).
Png2PNG format (lossless compression).
WebP3WebP format (modern, efficient).
Avif4AVIF format (next-gen, highly efficient).
Gif5GIF format (animated images).
Bmp6BMP format (uncompressed).