AvifImage

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.DataStreamSupporter, com.aspose.imaging.Image, com.aspose.imaging.RasterImage, com.aspose.imaging.RasterCachedImage

public class AvifImage extends RasterCachedImage

Avif 图像。

构造函数

构造函数描述
AvifImage()

方法

方法描述
getFileFormat()使用此用户友好的属性轻松检索文件格式值。
getBitsPerPixel()获取每像素位数值。
getWidth()获取 AVIF 图像宽度。
getHeight()获取 AVIF 图像高度。

AvifImage()

public AvifImage()

getFileFormat()

public long getFileFormat()

使用此用户友好的属性即可轻松获取文件格式值。非常适合需要快速访问信息的开发者。

Returns: long

getBitsPerPixel()

public int getBitsPerPixel()

获取每像素位数值。

值:每像素位数。

Returns: int - 每像素位数值。

getWidth()

public int getWidth()

获取 AVIF 图像宽度。

Returns: int - AVIF 图像宽度。

getHeight()

public int getHeight()

获取 AVIF 图像高度。

Returns: int - AVIF 图像高度。