I'm loading 100s 4k-8k png files(768*768 resolution), total less than 1mg.
Although I do convert them to UIImage and resize/combine images occasionaly,
I was surprised to see ipad device die because of memory warning due to the image loadings.
Is converting to UIImage takes up much more memory than actual byte size of the file?
Thank you.