AIC Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC Commands

AIC_---Artificial-Intelligenc2

Previous Top Next


Description

Short Name: gio

Generate image (clipboard only)

Syntax

AIC_---Artificial-Intelligenc2(Prompt)

Parameters

Parameter

Type

Required

Description

Prompt

String

Yes

Text description of the image to generate

Return Value

Type

Description

Long

Returns 1 on success, 0 on failure

Remarks

·Generates image without saving to disk

·Clipboard-only operation

·Faster than full save operation

Example

' 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.

See Also

·AIC_---Artificial-Intelligenc2

·AIC_---Artificial-Intelligenc2