mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Merge origin/master
This commit is contained in:
commit
58bbe60c72
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ public class ImageHelper {
|
|||
}
|
||||
|
||||
try {
|
||||
ImageIO.setUseCache(false);
|
||||
BufferedImage image = ImageIO.read(stream);
|
||||
return image;
|
||||
} catch (IOException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue