imagesharp exif

This commit is contained in:
Maddo 2017-03-16 18:48:25 +01:00
commit bf760b6da4
3 changed files with 59 additions and 6 deletions

View file

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@ -8,6 +9,6 @@ namespace CatalogLib
{
public interface IImageProcessor
{
void Start(FileInfo workFile);
}
}