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
getFileFormat()Easily retrieve the file format value with this user-friendly property.
getBitsPerPixel()Gets the bits per pixel value.
getWidth()Gets the AVIF image width.
getHeight()Gets the AVIF image height.

AvifImage()

public AvifImage()

getFileFormat()

public long getFileFormat()

Easily retrieve the file format value with this user-friendly property. Ideal for developers seeking quick access to information about the file format.

Returns: long

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.