Image
Overview
Image is a class in Aspose.Slides FOSS for Java.
Inherits from: IImage.
Represents a raster or vector image.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
size | Size | Read | {@inheritDoc} |
| / | |||
width | int | Read | {@inheritDoc} |
| / | |||
height | int | Read | {@inheritDoc} |
| / | |||
contentType | String | Read | Gets the MIME content type of the image. |
data | byte[] | Read | Gets the raw image data. |
Methods
| Signature | Description |
|---|---|
Image() | Creates an uninitialized image. |
initInternal(data: byte[], contentType: String) | Internal initialization with image data. |
getSize() → Size | {@inheritDoc} |
| / | |
getWidth() → int | {@inheritDoc} |
| / | |
getHeight() → int | {@inheritDoc} |
| / | |
getContentType() → String | Gets the MIME content type of the image. |
getData() → byte[] | Gets the raw image data. |
save(filename: String) | {@inheritDoc} |
| / | |
save(filename: String, format: String) | {@inheritDoc} |
| / | |
save(filename: String, format: String, quality: int) | {@inheritDoc} |
| / | |
save(stream: OutputStream, format: String) | {@inheritDoc} |
| / | |
save(stream: OutputStream, format: String, quality: int) | {@inheritDoc} |
| / | |
close() | {@inheritDoc} |
| / |