SkiaSharp
SkiaSharp copied to clipboard
[BUG] 2.80.3 image decoder crash with rotated images
using (var codec = SKCodec.Create(inputStream)) {
...
}
-> Exception: buffer cannot be null
Only if image has codec.EncodedOrigin != TopLeft
No issues reverting back to 2.80.2.
I have the same issue. 2.80.2 works.
@mattleibow you can't shift away a thing already working in the past, please...
Can you still reproduce this with 2.88.3? Does the crash occur when loading from the file path as opposed to a stream?
Can you still reproduce this with 2.88.3? Does the crash occur when loading from the file path as opposed to a stream?
I'm no more on this project... Now using GraphicsView wrapper.