IQA Enablement Properties

The Gateway Server can be configured to call an IQA (Image Quality Analysis) product on the images in the file it is processing. The following properties address IQA information:
Note: When running Image Compliance, the IQA user exit class is not required.
Table 1. IQA Enablement Properties
Keyword Values/Example Description
IQAenable true or false Controls whether or not IQA runs on the images. This parameter can be overridden by an XML processing control file. The XML processing control file contains overrides specific to the current file being processed. For details, see Overriding Values Specified in the Properties File.
IQAClassName com.ibm.icpcs. gatewayserver. samples. iqa.IQARunner Fully qualified Java™ class name of the IQA class implementing the proper Gateway Server interfaces in order to be called by the Gateway Server. For more details, see Image Quality Analysis User Exit. When enabling IQA, run Image Compliance and configure the IQA user exit class. Gateway Server first calls the IQA user exit and then calls the Image Compliance service.
IQAProfileName xxx1 Optional IQA profile name passed to the IQA product as part of the start job command. This parameter can be overridden by an XML processing control file. The XML processing control file contains overrides specific to the current file being processed. For details, see Overriding Values Specified in the Properties File.
IQAViews FBW, FGS, BBW, BGS Controls which views are passed to the IQA product on which to run analysis. This parameter can be overridden by an XML processing control file. The XML processing control file contains overrides specific to the current file being processed. For details, see Overriding Values Specified in the Properties File.
IQAThreads 2 The number of threads to use to run IQA on an individual file processing thread (maxFileThreads). This value should not be set higher than the number of processors on the server.