-
Notifications
You must be signed in to change notification settings - Fork 323
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
图片合成比较多的时候, BufferedImage会有内存溢出问题 #62
Comments
老哥,提供一个case |
thanks!比如我现在需要合成图片由三个logo和三个qrCode 组成,就会占用大量内存,此时如果由并发就不行了 |
@test
public static ImgCell buildImg(BufferedImage logo,int y) { |
No description provided.
The text was updated successfully, but these errors were encountered: