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
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());
}