image - Creating sprites using php -


basically, have default css sprites stored in folder. want allow user upload images , append particular images @ end of default sprites can retrieve different purposes. how can achieve using php?

you'll want use gd graphics library load individual images , create combined image. example, see http://sheldon.lendrum.co.nz/php-gd-library-css-sprites_416/08/

(i searched google "making sprites gd" , in top links). picking effective search keywords secret being programmer! ;-)


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

asp.net - Configuring WCF Services in Code WCF 4.5 -