jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Show image from MemoryStream #48

Closed Giorgi closed 6 years ago

Giorgi commented 6 years ago

Is it possible to show image that is loaded in a MemoryStream or should I save it to disk first?

prashantvc commented 6 years ago

Yes, you can use ImageSource.FromStream method to set the Source on the CircleImage