Martin Knotzer

Results 6 comments of Martin Knotzer

![test](https://user-images.githubusercontent.com/13821046/152521932-5897cf94-1a85-445a-a641-1bfb02f00c4b.svg)

Same issue here, the images are huge after adding the NuGet package.

Bug fixed: public AndroidImageSourceImpl(string name, Func streamSource, int quality) { Name = name; _streamSource = streamSource; _quality = quality; using (var stream = streamSource.Invoke()) { Orientation = Orientation.Normal; stream.Seek(0, SeekOrigin.Begin);...

@roceh could you please take a look at this and release an update?