adobe-firefly-sdk
    Preparing search index...

    Type Alias ImageFormatType

    ImageFormatType:
        | "image/vnd.adobe.photoshop"
        | "image/jpeg"
        | "image/png"
        | "image/tiff"
        | "vnd.adobe.photoshop"

    ImageFormatType

    The desired image format. Using image/vnd.adobe.photoshop - create a new PSD file. Using image/jpeg, image/png, image/tiff - create a new JPEG, PNG or TIFF rendition. Certain image modes (RGB, CMYK, greyscale, etc.) must be converted to another image mode before a rendition can be created. With TIFF requested, Multichannel and Duotone will convert to RGB. With PNG requested, CMYK, HSL, HSB, Multichannel, Duotone, Lab and XYZ will convert to RGB.