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 图像的高度。