|
btw. if you have no root access to your server you may opt for PHP's function:
imagecopymerge ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct).
PHP needs to be compiled with the GD library of image functions for this to work. Most providers have that.
|