9 lines
No EOL
255 B
C#
Executable file
9 lines
No EOL
255 B
C#
Executable file
namespace StitchImg;
|
|
|
|
public class ImageSpecification
|
|
{
|
|
public string CanvasRect { get; set; }
|
|
public IReadOnlyList<float> CropOffset { get; set; }
|
|
public IReadOnlyList<float> CropSize { get; set; }
|
|
public float OutputScale { get; set; }
|
|
} |