|
@@ -293,7 +293,7 @@ class Index extends Api
|
|
|
$target_image = imagecreatefromstring(file_get_contents($target));
|
|
|
list($target_width, $target_height, $target_type) = getimagesize($target);
|
|
|
// imagecopy($background_iamge , $target_image , 350, 850, 0, 0, $target_width, $target_height);
|
|
|
- imagecopy($background_iamge , $target_image , 468, 1028, 0, 0, $target_width, $target_height);
|
|
|
+ imagecopy($background_iamge , $target_image , 468, 1048, 0, 0, $target_width, $target_height);
|
|
|
list($background_width, $background_height, $background_type) = getimagesize($background);
|
|
|
switch ($background_type) {
|
|
|
case 1://gif
|