Enum ImageFormat

Enum ImageFormat

名称: Aspose.Html.Rendering.Image 编辑: Aspose.HTML.dll (25.4.0)

指定图像的文件格式。

[ComVisible(true)]
public enum ImageFormat

Fields

Bmp = 3

Bitmap(BMP)图像格式。

Gif = 4

图形交换格式(GIF)图像格式。

Jpeg = 1

联合摄影专家集团(JPEG)图像格式。

Png = 2

W3C Portable Network Graphics(PNG)图像格式。

Tiff = 5

标签图像文件格式(TIFF)图像格式

Webp = 6

Web Picture 格式(WebP)是一个现代化的图像格式,为网上的图像提供了优越的无损和无损压缩。

 中文