Added imagesharp
This commit is contained in:
parent
15f0d4d5b8
commit
6bb403e986
5 changed files with 76 additions and 1 deletions
13
CatalogLib/IImageProcessor.cs
Normal file
13
CatalogLib/IImageProcessor.cs
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue