Files
ersatztv/ErsatzTV.Infrastructure/Streaming/Graphics/PreparedElementImage.cs
T
Jason DoveandGitHub c524bc0d7d add script graphics element (#2681)
* add script graphics element

* pass template data as json to stdin

* update changelog
2025-11-30 14:20:18 -06:00

6 lines
182 B
C#

using SkiaSharp;
namespace ErsatzTV.Infrastructure.Streaming.Graphics;
public record PreparedElementImage(SKBitmap Image, SKPointI Point, float Opacity, int ZIndex, bool Dispose);