|
@@ -40,7 +40,7 @@ class Image
|
|
|
|
|
|
set_time_limit(0);
|
|
|
@ini_set('memory_limit', '256M');
|
|
|
- $this->target = imagecreatetruecolor(690, 1000);
|
|
|
+ $this->target = imagecreatetruecolor(640, 850);
|
|
|
|
|
|
$white = imagecolorallocate($this->target, 255, 255, 255);
|
|
|
imagefill($this->target, 0, 0, $white);
|