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

The Avif image.

Constructors

ConstructorDescription
AvifImage()

Methods

MethodDescription
getBitsPerPixel()Gets the bits per pixel value.
getWidth()Gets the AVIF image width.
getHeight()Gets the AVIF image height.

AvifImage()

public AvifImage()

getBitsPerPixel()

public int getBitsPerPixel()

Gets the bits per pixel value.

Value: The bits per pixel.

Returns: int - the bits per pixel value.

getWidth()

public int getWidth()

Gets the AVIF image width.

Returns: int - the AVIF image width.

getHeight()

public int getHeight()

Gets the AVIF image height.

Returns: int - the AVIF image height.