On this Page

    Transparent Color Image Support

    • Select an image with a transparent background
      Tip: Both sample images above contain a transparent background. To save the image, select the image and press Ctrl+Shift+E. You will be prompted to save the image.
    • Add the following script to your image
      this._transparent = true;
    Note: The Common Properties > Color > Transparent  Background applies to the image label object only, not the actual image itself.
    • Set the Blend printer options 
      • Using a form script
        _printer.setOption('Blend', 'Normal'); 
      • Using a merge option (in your merge command or enter in your $U/Overrides/merge.prm)
        -blend Normal
      • Setting in your Printer Configuration File (PRT)
        <Blend>Normal</Blend>
    • Set the SupportAlpha printer options 
      • Using a form script
        _printer.setOption('SupportAlpha', 'Yes'); 
      • Setting in your Printer Configuration File (PRT)
        <SupportAlpha>Yes</SupportAlpha>