Initial Commit ...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using xStorageService.Models;
|
||||
|
||||
namespace xStorageService.Interfaces {
|
||||
public partial interface IXThumbnailProvider {
|
||||
void SetTempFolder (string folder);
|
||||
XImageInfo GetImageInfo (string filePath);
|
||||
void ResizeImage (
|
||||
string filePath,
|
||||
string resizedFilePath,
|
||||
int size,
|
||||
int quality
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user