adobe-firefly-sdk
    Preparing search index...

    Type Alias SmartObjectOutputDetails

    SmartObjectOutputDetails

    An output object.

    type SmartObjectOutputDetails = {
        compression?: CompressionType;
        href: string;
        overwrite?: boolean;
        quality?: number;
        storage: StorageType;
        type: ImageFormatType;
        width?: number;
    }
    Index

    Properties

    compression?: CompressionType
    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.

    storage: StorageType
    width?: number

    The width, in pixels, of the renditions. A width of 0 generates a full size rendition. Height is generated automatically using the aspect ratio. Only supported for image rendition.