adobe-firefly-sdk
    Preparing search index...

    Type Alias ApplyPresetXmpOptions

    ApplyPresetXmpOptions

    Options for applying a preset XMP to an image.

    type ApplyPresetXmpOptions = {
        orientation?: number;
        xmp: string;
    }
    Index

    Properties

    Properties

    orientation?: number

    The combination of flip and/or rotate to apply.

    xmp: string

    The XMP to apply.