using Avalonia.Media.Imaging; namespace Avalar.Services { public interface IProcessor { IBitmap Process(IBitmap bitmap); } }