Enum MediaFormatOutputTypes
Summary description for MediaFormatOutputTypes.
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public enum MediaFormatOutputTypes
Fields
| Name | Description |
|---|---|
| Gif | Asset is converted to Gif format |
| Jpeg | Asset is converted to Jpeg format |
| Original | Asset is not converted to another format, old format is retained. |
| Png | Asset is converted to Png format |
| Tiff | Asset is converted to Tiff format |
| Unknown | Defines an unknown format |
| WebP | Asset is converted to WebP format |
| WebSafe | Asset is converted to a WebSafe format (a format that can be used on web units) |
| WebSafeWebP | Asset is converted to a WebSafe format but will prioritize the WebP format if possible |