generateImage
Convert text prompts into high-quality images for game and web development projects by specifying output path, size, and quality using OpenAI’s image generation capabilities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputPathAbsolute | Yes | The absolute path where the image should be written out. | |
prompt | Yes | Text description of the desired image content | |
quality | No | The quality of the image. | |
size | No | Size of the generated image |