|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Short Name: gic
Generate image to clipboard
AIC_---Artificial-Intelligenc2(Prompt)
Parameter |
Type |
Required |
Description |
Prompt |
String |
Yes |
Text description of the image to generate |
Type |
Description |
Long |
Returns 1 on success, 0 on failure |
·Uses DALL-E API to generate images
·Image is copied to system clipboard
·Also saves to configured folder
' Generate image and copy to clipboardDim result As Longresult = AIC_---Artificial-Intelligenc2("A red apple on a table")If result = 1 ThenPrint "Image generated and copied"End If
Generates an image from the prompt and copies it to the clipboard.