public class Images
extends java.lang.Object
Methods to instantiate and work with IImage.
| Constructor and Description |
|---|
Images() |
| Modifier and Type | Method and Description |
|---|---|
static IImage |
fromData(byte[] imageData)
Create an image from byte array.
|
static IImage |
fromFile(java.lang.String filename)
Create an image from the file.
|
static IImage |
fromStream(java.io.InputStream stream)
Create an image from the stream.
|
public static IImage fromData(byte[] imageData)
Create an image from byte array.
public static IImage fromFile(java.lang.String filename)
Create an image from the file.
public static IImage fromStream(java.io.InputStream stream)
Create an image from the stream.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.