@musallam/photoshop-client
    Preparing search index...

    Interface RemoveBackgroundV2Request

    interface RemoveBackgroundV2Request {
        backgroundColor?: RemoveBgColor;
        colorDecontamination?: number;
        image: RemoveBgInputImage;
        mode?: PhotoshopClient.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. 0 1

    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.