cropping feature
This commit is contained in:
parent
d26bcf545c
commit
0609cdb4cd
2 changed files with 57 additions and 10 deletions
|
|
@ -5,5 +5,9 @@ namespace WebApp;
|
|||
public record struct RequestBody(
|
||||
[property: JsonPropertyName("canvas_rect")]
|
||||
string CanvasRect,
|
||||
[property: JsonPropertyName("crop_offset")]
|
||||
double[] CropOffset,
|
||||
[property: JsonPropertyName("crop_size")]
|
||||
double[] CropSize,
|
||||
[property: JsonPropertyName("output_scale")]
|
||||
double OutputScale );
|
||||
Loading…
Add table
Add a link
Reference in a new issue