-
-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rowSpan after Image.Load<Bgr24>(filename.bmp) fails on Linux, same image file + code work on Windows #305
Comments
GetRowSpan is no longer part of the public API, so this issue makes no longer sense |
It will most likely be for v1 though so I'd like to keep it open and see if anything has changed by then. |
@pammann-work Is this about assertions failing (and not Span-related exceptions and crashes) right? If my assumptions are right right, this has nothing to do with |
Wait ... I just realized this issue has been opened in August. So .. this is the issue I was talking about. I need more cofee. |
Prerequisites
DEBUG
andRELEASE
modeDescription
For me the unit test below works for Windows, but fails for Linux.
When i change "Image.Load
<Bgr24>
(sourceFilePath)" to Image.Load(sourceFilePath) it works for both.Steps to Reproduce
System Configuration
Linux: Ubuntu-Server 14.04.1 LTS Trusty Tahr (
3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17 20:50:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
)Windows: Windwos 10 64bit
ImageSharp version: ImageSharp 1.0.0-alpha9-00182
Other ImageSharp packages and versions:
Environment (Operating system, version and so on):
.NET Framework version: .Net Core 2.0, failed with .Net Core 1.1 as well
Additional information:
white.zip
The text was updated successfully, but these errors were encountered: