namespace StitchImg; public class ImageSpecification { public string CanvasRect { get; set; } public IReadOnlyList CropOffset { get; set; } public IReadOnlyList CropSize { get; set; } public float OutputScale { get; set; } }