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

    Interface ActionOutputDetails

    An output object.

    interface ActionOutputDetails {
        compression?: PhotoshopClient.CompressionType;
        href: string;
        overwrite?: boolean;
        quality?: number;
        storage: PhotoshopClient.StorageType;
        type: PhotoshopClient.ImageFormatType;
    }
    Index

    Properties

    href: string

    A pre-signed POST URL to the output file.

    overwrite?: boolean

    If the file already exists, indicates if the output file should be overwritten. Will eventually support eTags. Only applies to CC Storage.

    quality?: number

    The quality of the renditions for JPEG. The range is 1 to 7, 7 being the highest quality. 1 12