Add wallet profile image loading

This commit is contained in:
TheXamlGuy
2024-06-29 21:52:31 +01:00
parent a02b9e7825
commit bc33548842
12 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Toolkit.Avalonia;
public class ImageReader(IImageResizer imageResizer) :
IImageReader
{
public async Task<IImageDescriptor> Get(Stream stream,
public IImageDescriptor Get(Stream stream,
int width,
int height,
bool maintainAspectRatio)