<Image Source="{Binding s, Mode=OneWay}"></Image>
with a StreamImageSource-Property:
public ImageSource s { get; set; }
Throws following exception:
Failed to create image decoder with message 'unimplemented' [0:] ImageLoaderSourceHandler: Image data was invalid: Xamarin.Forms.StreamImageSource
I wonder why this happens? I guess I have to create a Converter, but I dont know what I am supposed to convert? Which argument is correct for Image.source ?