Added +1 for padding

This commit is contained in:
Mattia Mascarello 2021-08-24 03:28:46 +02:00 committed by GitHub
parent fa7bdea30a
commit 1f9a84bfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ if($hw>600){$hw=600;}
imagecopyresized($jpg_image, $photo, 10, 100, 0, 0, 500, $hw, $width, $height);
list($wc, $hc) = getimagesize("gdImg/cid.png");
$ho=$hc+floor(count($fln)/6)*100;
$ho=$hc+floor((count($fln)+1)/6)*100;
$image_out = imagecreatetruecolor($wc,$ho);
$bg_color = ImageColorAllocate ($image_out, 0, 0, 0);
imagefill($image_out,0,0,$bg_color);