change watermark width and margins to allow decimals (#2167)

This commit is contained in:
Jason Dove
2025-07-18 21:28:32 +00:00
committed by GitHub
parent e0cef62969
commit c953176cee
15 changed files with 11851 additions and 38 deletions
@@ -36,9 +36,9 @@ public class WatermarkEditViewModel
public ChannelWatermarkImageSource ImageSource { get; set; }
public WatermarkLocation Location { get; set; }
public WatermarkSize Size { get; set; }
public int Width { get; set; }
public int HorizontalMargin { get; set; }
public int VerticalMargin { get; set; }
public double Width { get; set; }
public double HorizontalMargin { get; set; }
public double VerticalMargin { get; set; }
public int FrequencyMinutes { get; set; }
public int DurationSeconds { get; set; }
public int Opacity { get; set; }