ImageProcessing.ArtemBurashnikov 1.0.0


Agent Module

Contains types and functionality related to image processing agents.

Types

Type Description

Message

Represents a message that can be sent to an agent.

Processor

Represents an agent responsible for processing images and using an image saver.

ProcessorAndSaver

Represents an image processing and saving agent.

Saver

Represents an agent responsible for saving images.

Functions and values

Function or value Description

outFile outDir imgName

Full Usage: outFile outDir imgName

Parameters:
    outDir : string - The output directory where the image will be saved.
    imgName : string - The name of the image.

Returns: string The full output file path.

Gets the full output file path based on the output directory and image name.

outDir : string

The output directory where the image will be saved.

imgName : string

The name of the image.

Returns: string

The full output file path.