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

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -