Comment on This is why memory fragmentation is badparentComments−tsvk15yDid you consider compressed JPG/PNG on disk versus uncompressed raw image data bitmap in RAM?A 1024x768 32-bit image is 1024x768x4 = 3.145.728 bytes when uncompressed.
Comments
Did you consider compressed JPG/PNG on disk versus uncompressed raw image data bitmap in RAM?
A 1024x768 32-bit image is 1024x768x4 = 3.145.728 bytes when uncompressed.