write thumbnail to wallet store
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IImageReader
|
||||
{
|
||||
Task<IImageDescriptor> Get(Stream stream,
|
||||
int width,
|
||||
int height,
|
||||
bool maintainAspectRatio = false);
|
||||
}
|
||||
Reference in New Issue
Block a user