Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Reading into MemoryStream c#

$
0
0
I found the solution for it.
Sorry I was not looked for the code in discussion forum before creating this thread
I am getting my required solution with below code
                       // Read image from file
                        using (MagickImage output = new MagickImage(lowRez))
                        {
                            // Create byte array that contains a jpeg file
                             new MemoryStream(output.ToByteArray());
                        }

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>