Shouldn't the density and format already be a part of the destination stream that was created on this line:
magickImage1.Write(destinationStream);
So when I read from that stream, the density and format should carry over?
magickImage1.Write(destinationStream);
So when I read from that stream, the density and format should carry over?