Thumb
Thumb copied to clipboard
php8.1会报错
PHP8.1以上会报精度问题的错误, 有空修复一下吧, 大佬 Implicit conversion from float 69.0928270042194 to int loses precision
创建新的背景画布
if($height>=$thumb_h){
$thumb=imagecreatetruecolor($width,$thumb_h);
}else{
$thumb=imagecreatetruecolor($width,$height);
$thumb_h=$height;
}
PHP8报float精度错误的, 可以暂时用我这个composer包, 坐等大佬更新
composer require zjkal/thumb:*
https://github.com/zjkal/Thumb