Update ImageReader to reaad images without resizinf
This commit is contained in:
@@ -4,7 +4,7 @@ public interface IImageDescriptor
|
||||
{
|
||||
object Image { get; }
|
||||
|
||||
int Width { get; }
|
||||
double Width { get; }
|
||||
|
||||
int Height { get; }
|
||||
double Height { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user