Class OutpaintSides
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.Provider.Stability.dll
Syntax
public sealed class OutpaintSides
Properties
| Edit this page View SourceDown
Optional. The number of pixels to outpaint on the bottom of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
public int? Down { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Left
Optional. The number of pixels to outpaint on the left side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
public int? Left { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Right
Optional. The number of pixels to outpaint on the right side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
public int? Right { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Up
Optional. The number of pixels to outpaint on the top of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
public int? Up { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |