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

    Interface FillMaskedAreasRequest

    interface FillMaskedAreasRequest {
        image: FillMaskedAreasInputImage;
        masks: FillMaskedAreasInputImage[];
    }
    Index

    Properties

    Properties

    The image to be processed.

    The areas of the image represented by this list of masks will be inpainted.