adobe-firefly-sdk
    Preparing search index...

    Type Alias RemoveBackgroundV2Request

    type RemoveBackgroundV2Request = {
        backgroundColor?: RemoveBgColor;
        colorDecontamination?: number;
        image: RemoveBgInputImage;
        mode?: RemoveBgMode;
        output?: RemoveBgOutputImageOptions;
        trim?: boolean;
    }
    Index

    Properties

    backgroundColor?: RemoveBgColor

    The background color.

    colorDecontamination?: number

    If the value is greater than 0, automatically removes colored reflections that have been left on the main subject by the background.

    The image to be processed.

    The options for the output image.

    trim?: boolean

    If true, the image returned is cropped to the cutout border. Transparent pixels are removed.