ImageFormat Enum
ImageFormat enumeration
Specifies the file format of the image.
public enum ImageFormat
Values
Name | Value | Description |
---|---|---|
Jpeg | 1 | The Joint Photographic Experts Group (JPEG) image format. |
Png | 2 | The W3C Portable Network Graphics (PNG) image format. |
Bmp | 3 | The bitmap (BMP) image format. |
Gif | 4 | The Graphics Interchange Format (GIF) image format. |
Tiff | 5 | The Tagged Image File Format (TIFF) image format. |
Webp | 6 | The Web Picture format (WebP), a modern image format that provides superior lossless and lossy compression for images on the web. |
See Also
- namespace Aspose.Html.Rendering.Image
- assembly Aspose.HTML