We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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; }
The text was updated successfully, but these errors were encountered:
PHP8报float精度错误的, 可以暂时用我这个composer包, 坐等大佬更新
composer require zjkal/thumb:*
https://github.com/zjkal/Thumb
Sorry, something went wrong.
No branches or pull requests
PHP8.1以上会报精度问题的错误, 有空修复一下吧, 大佬
Implicit conversion from float 69.0928270042194 to int loses precision
创建新的背景画布
The text was updated successfully, but these errors were encountered: