| Package | Description |
|---|---|
| com.aspose.imaging.magicwand |
The package handles MagicWand processing.
|
| com.aspose.imaging.magicwand.imagemasks |
The package handles image masks processing.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageBitMask |
MagicWandTool.select(RasterImage source,
MagicWandSettings settings)
|
static ImageBitMask |
RasterImageExtension.selectMask(RasterImage source,
MagicWandSettings settings)
Creates a
ImageBitMask with selection of pixels with colors similar to the color of the reference point based on MagicWandSettings. |
| Modifier and Type | Method and Description |
|---|---|
ImageBitMask |
ImageMask.exclusiveDisjunction(MagicWandSettings settings)
Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask.
|
ImageBitMask |
ImageMask.exclusiveDisjunction(RasterImage image,
MagicWandSettings settings)
Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image.
|
ImageBitMask |
ImageMask.intersect(MagicWandSettings settings)
Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask.
|
ImageBitMask |
ImageMask.intersect(RasterImage image,
MagicWandSettings settings)
Gets the intersection of the current mask with the result of magic wand selection applied to the provided image.
|
ImageBitMask |
ImageMask.subtract(MagicWandSettings settings)
Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask.
|
ImageBitMask |
ImageMask.subtract(RasterImage image,
MagicWandSettings settings)
Gets the result of magic wand selection applied to the provided image subtracted from the current mask.
|
ImageBitMask |
ImageMask.union(MagicWandSettings settings)
Gets the union of the current mask with the result of magic wand selection applied to the source of the mask.
|
ImageBitMask |
ImageMask.union(RasterImage image,
MagicWandSettings settings)
Gets the union of the current mask with the result of magic wand selection applied to the provided image.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.