mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Turn off using temp file in ImageIO - our images are too small to do that
This commit is contained in:
parent
55dc6397e1
commit
ae9d1fde90
@ -152,6 +152,7 @@ public class FileLockManager {
|
||||
byte[] rslt;
|
||||
synchronized(baos_lock) {
|
||||
baos.reset();
|
||||
ImageIO.setUseCache(false); /* Don't use file cache - too small to be worth it */
|
||||
if(fmt.getFileExt().equals("jpg")) {
|
||||
WritableRaster raster = img.getRaster();
|
||||
WritableRaster newRaster = raster.createWritableChild(0, 0, img.getWidth(),
|
||||
|
Loading…
Reference in New Issue
Block a user