Image Toning Config

The tab under configurations opens the image toning configuration which allows user to set the different profiles for image processing on desired pages available in and edition on PageHub.

Image toning toggle and Config button highlighted

This feature is configuration driven using the "Image Toning" toggle button in Page hub configuration.

  • When the toggle is turned ON, Image toning option will be accessible on the Page hub

  • When the toggle is turned OFF, Image toning option will be not be available to use.

  • By default, this toggle remains OFF.

Image toning config json

The configuration contains different parts:

  1. Products

  2. Editions

  3. Configuration Profiles

The function of each part is:

  1. Products- This part of the configuration is used to set the image toning config at product level, user can add multiple products with different settings in each for image processing.

  • If no specific product is added, the default image toning settings will be applied to all products.

2. Editions: This part of the configuration allows user to add different profile settings based on total pages in an edition for image processing.

3. Configuration Profiles: This part of the configuration allows user to add different profile settings for CMYK or Monochrome based on days as per edition day for image processing.

  1. Monochrome: Pages defined under this setting will convert into monochrome.

  2. CMYK: Pages defined under this setting will convert into CMYK.

  3. If user keeps any of the setting as blank, that setting will not be applied to any page. "CMYK": [ ] / /"monochrome": [ ]

  4. If user sets any of the setting to all, that setting will apply to all pages. "CMYK": [ "all" ] /"monochrome": [ "all" ]

All days can be defined: User can configure different profile settings—such as CMYK or Monochrome—for various pages on different days.

Test Configuration: This button allows user to test and add valid image toning config before save

  • check for valid json

  • check for duplicate days added in same edition

  • check for duplicate pages added in same edition for different profiles (CMYK and Monochrome)

  • check for duplicate products added in config

  • Check for valid configuration Sample Configuration:

Known issue with configuration:

  1. Saved image toning configuration cannot be removed from the modal and can only be updated. Attempting to delete a configuration results in an error notification on the UI.

Last updated