outpaint
Status: Stub only
This method will outpaint (extend) an image using ImagineoAI's backend. Currently not implemented.
Usage
await client.images.outpaint({ /* ...params */ });
// Throws: "outpaint is not implemented yet."
Parameters
input: unknown(planned: will accept an object with image and options)
Returns
Promise<unknown>
Errors
- Throws
Errorwith message:"outpaint is not implemented yet."
Roadmap
- When implemented, this method will allow you to extend images beyond their original borders.