Ready to test Windows Project
This commit is contained in:
@ -123,4 +123,10 @@ internal static class Dimensions
|
||||
return GetDimensions(binaryReader);
|
||||
}
|
||||
|
||||
internal static Size? GetDimensions(Stream stream)
|
||||
{
|
||||
using BinaryReader binaryReader = new(stream);
|
||||
return GetDimensions(binaryReader);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user