Skip to content
#

xamarinforms

Here are 75 public repositories matching this topic...

keldor314
keldor314 commented Nov 27, 2017

Trying to update an Image through a stream source with various permutations of code such as:

        SourceStream = new MemoryStream(buffer);
        Source = ImageSource.FromStream(() => SourceStream);

Where buffer is a simple byte[] containing pixel values.

This isn't working, but I get some curious errors in the output window:

[Image loading] Image load failed: GLib.GExcept

Improve this page

Add a description, image, and links to the xamarinforms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xamarinforms topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.