using ErsatzTV.Core.Domain; namespace ErsatzTV.Core.Interfaces.Images; public interface IChannelLogoGenerator { Either GenerateChannelLogo( string text, int logoHeight, int logoWidth, CancellationToken cancellationToken); }