Upload image with transparent background to azure blob displays the image with black background

前端 未结 0 1578
花落未央
花落未央 2021-01-24 19:20
using (var memoryStream = new MemoryStream())
            {
                await image.CopyToAsync(memoryStream);
                using (var img = System.Drawing.Image.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题