BobLd
BobLd

https://github.com/mono/SkiaSharp/pull/2883 https://github.com/mono/SkiaSharp/issues/2881
It used to work but code was recently broken. I've added test to make sure this does not happen again @EliotJones sorry for the numerous PRs, I had time recently...
- Support 16 bits per component images - Added test with result: 
> System.NullReferenceException: Object reference not set to an instance of an object. at Avalonia.Rendering.Composition.Compositor.RegisterForSerialization(ICompositorSerializable) + 0x8d at Avalonia.Rendering.Composition.CompositionVisual.set_Visible(Boolean) + 0x59 at Avalonia.Rendering.Composition.CompositionVisual.InitializeDefaults() + 0x18 at Avalonia.Visual.CreateCompositionVisual(Compositor) + 0x89 at Avalonia.Visual.AttachToCompositor(Compositor)...
I found adding these events useful as a lot can happen during the 2. Let me know if any question