I have a website where users upload images, and I display many images from users to users. Most of the images are jpg, but some of them are PNG.
I use manually created sprites for the images I created, but the user's current images are loaded individually, which increases the page load time.
I worked a bit on PHP Dynamic Sprite Create, as shown in the links below:
http://www.mummey.org/2008/12/csprites-a-dynamic-css-sprite-generator-in-php5/ http://net.tutsplus.com/articles/news/dynamic-sprite-framework- with-php-new-plus-tutorial /
Does anyone have this functionality, and if so, how / what did they use? recommendations?
amuses
source share