Search Results

2
votes
3answers
114 views

How to simplify this MemoryStream code

This code returns a thumbnail of an image loaded from a byte array. I'm trying to understand why the author is using 4 memory streams and if there is a simple way of rewriting this or if it is okay …