UXP Toolkit
    Preparing search index...

    Interface EncodeImageDataOptions

    objects/options

    24.4

    interface EncodeImageDataOptions {
        base64?: boolean;
        imageData: PhotoshopImageData;
    }
    Index

    Properties

    Properties

    base64?: boolean

    If provided, then the returned value will be a string that is base64 encoded.

    24.4

    A PhotoshopImageData instance describing the pixel data.

    24.4