Added imagesharp

This commit is contained in:
Maddo 2017-02-28 09:59:17 +01:00
commit 6bb403e986
5 changed files with 76 additions and 1 deletions

View file

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CatalogLib
{
public interface IImageProcessor
{
}
}