| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.tga |
The package handles Tga file format processing.
|
| Modifier and Type | Method and Description |
|---|---|
TgaImage |
TgaImage.deepClone()
Produces a duplicate of the current instance, generating a new object that clones
all attributes and properties of the original.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TgaImage.deepClone(TgaImage tgaImage)
Replicate the properties of another
TgaImage object, creating a
new instance with identical attributes. |
boolean |
TgaImage.equals(TgaImage other)
In an equality comparison, the method evaluates whether the current
TgaImage instance is equal to the second image provided as a
parameter. |
static boolean |
TgaImage.op_Equality(TgaImage first,
TgaImage second)
Performs an equality comparison between two TGA images, considering both the
first and second images involved in the comparison process.
|
static boolean |
TgaImage.op_Inequality(TgaImage first,
TgaImage second)
Conducts a non-equality comparison between two TGA images, evaluating both the
first and second images involved in the comparison.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.