I have a server serving 12bit image and I can access the image through http, but since it is 12 bit image I am not able to load into System.Drawing.Bitmap(Stream stream).
Image format PNG bit depth 12
Image is here original 12 bit one
This is how the image should look once you are able to Load.