Skip to content
New issue

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

反应个缩略图问题 #768

Open
setube opened this issue Feb 6, 2024 · 2 comments
Open

反应个缩略图问题 #768

setube opened this issue Feb 6, 2024 · 2 comments

Comments

@setube
Copy link

setube commented Feb 6, 2024

比方说我上传之前就把图片压缩了,上传前是20kb上传之后缩略图会生成一个200kb左右的图片

@akatsukiro
Copy link

$img->fit($width, $height, fn($constraint) => $constraint->upsize())->encode('png', 60)->save($pathname);

我猜只要把这个60调小就行了。

@setube
Copy link
Author

setube commented Feb 9, 2024

app/Services/ImageService.php

我直接把缩略图全部换成的我自己上传的图片,然后把处理缩略图那给注释掉了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants