|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Short Name: gio
Generate image (clipboard only)
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 |
·Generates image without saving to disk
·Clipboard-only operation
·Faster than full save operation
' Generate image to clipboard onlyDim result As Longresult = AIC_---Artificial-Intelligenc2("A blue sky with clouds")If result = 1 ThenPrint "Image in clipboard"End If
Generates an image and copies it to clipboard without saving to a file.