Sprite
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This module provides an API to consolidate images into a single sprite image.
When an image hits the sprite registry, it will be entered into a static array. At the end of a page load, all so entered images will be consolidated into a single image made up of them all, and a CSS file will be generated to properly display the image. The registry array will be saved to the cache with its md5 hash, so that future sprite images of the same composition may be retrieved without rebuilding that image.
