Image Processing

Applies permanent image cleanup to images in a Batch.

Remarks

Executes an IP Profile against the image content of each Batch Page or Batch Folder object in scope, replacing the original image with the results of image processing.

Inherits from: Unattended Activity

Properties

The following 7 properties are defined.

Property Name Description
General
IP Profile Type: IP Profile

The IP Profile to apply.

Enable Undo Type: Boolean, Default: False

Causes an undo image to be saved prior to any image processing being applied to page images, allowing them to be reverted to their original state.

Jpeg Quality Type: Double, Default: 75%, Range: 0% - 100%

The JPEG compression quality to be used when saving color and grayscale images.

Jpeg Smoothing Type: Double, Default: 0%, Range: 0% - 100%

The JPEG smoothing amount to be used when saving color and grayscale images.

Processing Options
Error Disposition Type: IssueDisposition, Default: Flag, Log

Determines what happens when an error occurs processing an activity.

Maximum Consecutive Errors Type: Int32, Default: 0

The maximum number of consecutive errors, after which a critical stop will be raised. A critical stop will cause services to stop running.

Concurrency Mode Type: ConcurrencyMode, Default: Multiple

Specifies the parallel processing mode for this activity. Can be one of the following values:

  • Multiple - Multiple instances can run concurrently.
  • PerMachine - Only a single instance can run per machine.
  • Single - Only a single instance can run per Grooper repository.
This value determines the type of Thread Pool on which the activity can be executed.

See Also

IP Profile

Used By

Batch Folder - Apply Activity, Batch Process Step