A package class for the AIToolsPipeline, containing image data and processing information.
◆ AITool
| Enumerator |
|---|
| AutoRotate | Auto rotation tool.
|
| Unknown | Unknown or undefined tool.
- Note
- add more tools here in the future
|
◆ AIToolsPipelinePackage() [1/2]
| Digikam::AIToolsPipelinePackage::AIToolsPipelinePackage |
( |
AITool |
aiTool, |
|
|
const ItemInfo & |
info, |
|
|
ProgressItem *const |
progress = nullptr |
|
) |
| |
|
explicit |
- Parameters
-
| aiTool | The AI tool to use for processing |
| info | Information about the item to process |
| progress | Optional progress item for tracking progress (nullptr by default) |
◆ AIToolsPipelinePackage() [2/2]
| Digikam::AIToolsPipelinePackage::AIToolsPipelinePackage |
( |
AITool |
aiTool, |
|
|
const DImg & |
img, |
|
|
ProgressItem *const |
progress = nullptr |
|
) |
| |
|
explicit |
- Parameters
-
| aiTool | The AI tool to use for processing |
| img | The image to process |
| progress | Optional progress item for tracking progress (nullptr by default) |