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
Post a Comment