Quick question regarding CSS sprites and memory usage
Posted
by Andy E
on Stack Overflow
See other posts from Stack Overflow
or by Andy E
Published on 2010-03-15T09:16:22Z
Indexed on
2010/03/15
9:19 UTC
Read the original article
Hit count: 524
Well, it's more to do with images and memory in general. If I use the same image multiple times on a page, will each image be consolidated in memory? Or will each image use a seperate amount of memory?
I'm concerned about this because I'm building a skinning system for a Windows Desktop Gadget, and I'm looking at spriting the images in the default skin so that I can keep the file system looking clean. At the same time I want to try and keep the memory footprint to a minimum. If I end up with a single file containing 100 images and re-use that image 100 times across the gadget I don't want to have performance issues.
Cheers.
© Stack Overflow or respective owner