* refactor graphics engine; async frame generation * add text graphics element to playback troubleshooting
6 lines
205 B
C#
6 lines
205 B
C#
using SixLabors.ImageSharp;
|
|
using Image=SixLabors.ImageSharp.Image;
|
|
|
|
namespace ErsatzTV.Infrastructure.Streaming;
|
|
|
|
public record PreparedElementImage(Image Image, Point Point, float Opacity, bool Dispose); |