Skip to content

Gray Scale Activity

The Gray Scale activity converts a color image into a monochrome or black-and-white representation. This process simplifies image data, making it suitable for specific analytical tasks or visual effects.

Field Description Requirement
Input image The full path, file name, and extension of the image file to be processed. Required
Output image The full path, file name, and extension for the resulting gray scale image. Required

Action Types & Examples

Image Conversion

  • Format: String (file path)
  • Example Result: C:\Temp\Robustagrayscale.jpg

Implementation Examples

Field Setup - Input image: C:\Temp\Robustarobusta.jpg - Output image: C:\Temp\Robustagrayscale.jpg

Execution Parameters - Input image: C:\Temp\Robustarobusta.jpg - Output image: C:\Temp\Robustagrayscale.jpg

Technical Notes

The activity requires read access to the specified input image file and write access to the output directory. Ensure that the input image path is valid and the output directory exists and is accessible. Overwriting existing files at the output path is typically the default behavior.