Sharpen Activity
The Sharpen activity adjusts the sharpness of an image. It enables users to either increase or decrease the image's clarity based on a specified coefficient.
| Field | Description | Requirement |
|---|---|---|
| Input image | Path, file name, and extension of the image to be processed. | Required |
| Output image | Path, file name, and extension for the processed image. | Required |
| Sharpen coefficient | A numerical value that determines the degree of sharpness. Higher values increase sharpness. | Optional |
Action Types & Examples
Input image
- Format: string
- Example Result:
"C:\Robusta\robusta.jpg"
Output image
- Format: string
- Example Result:
"C:\Robusta\grayscale.jpg"
Sharpen coefficient
- Format: integer
- Example Result:
"7"
Implementation Examples
Field Setup - Input image: C:\Robusta\robusta.jpg - Output image: C:\Robusta\grayscale.jpg - Sharpen coefficient: 7
Execution Parameters - Input image: C:\Robusta\robusta.jpg - Output image: C:\Robusta\grayscale.jpg - Sharpen coefficient: 7
Technical Notes
The default value for the
Sharpen coefficientis7. Increasing this value enhances sharpness, while decreasing it reduces sharpness.