WIP Image imports and file access
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Avalonia.Media.Imaging;
|
||||
|
||||
namespace Toolkit.Avalonia;
|
||||
|
||||
public interface IImageResizer
|
||||
{
|
||||
public Bitmap Resize(Stream stream,
|
||||
int targetWidth,
|
||||
int targetHeight,
|
||||
bool maintainAspectRatio);
|
||||
}
|
||||
Reference in New Issue
Block a user