Description
When enabling Hybrid AOT mode on Android, GIF images cannot be loaded by ImageSharp (ImageFormatException).
Steps to Reproduce
Load GIF image in a Xamarin app on android.
Make sure to enable hybrid aot mode in csproj (requires VS 2019 16.8 preview because of a regression in 16.7.*).
System Configuration
- ImageSharp version: 1.0.1
- Environment : Xamarin Android