I can save an image to the database streaming it to a byte array using the below code, but when it comes back out it has lost the alpha blending around the image and shows a blocky blue border.
image.Save(stream, image.RawFormat);
How can I get the original picture back out?