Update ImageReader to reaad images without resizinf
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Toolkit.Avalonia;
|
||||
public interface IImageResizer
|
||||
{
|
||||
public Bitmap Resize(Stream stream,
|
||||
int targetWidth,
|
||||
int targetHeight,
|
||||
double width,
|
||||
double height,
|
||||
bool maintainAspectRatio);
|
||||
}
|
||||
Reference in New Issue
Block a user