0

当我使用“分配”时,我发现 jpg 和 heic 图像占用的内存很少,而 png 图像占用 4 * width * heigth 内存。有人能告诉我为什么吗?

//3024*4032--heic--18M

//imageViewArray[0].image = UIImage(named: "IMG_4185.HEIC")

//3024*4032--jpg--17.45M

//imageViewArray[1].image = UIImage(named: "IMG_4185_4k.jpg")

//3024*4032--png--46.5M

//imageViewArray[3].image = UIImage(named: "IMG_4185_4k.png")

4

0 回答 0