write thumbnail to wallet store

This commit is contained in:
TheXamlGuy
2024-06-29 19:39:34 +01:00
parent 4b185513ee
commit a02b9e7825
13 changed files with 68 additions and 16 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ public interface IImageResizer
int targetWidth,
int targetHeight,
bool maintainAspectRatio);
}
}