* add script graphics element * pass template data as json to stdin * update changelog
6 lines
182 B
C#
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);
|