mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 15:08:56 +00:00
morphshape rendering fix
This commit is contained in:
@@ -69,11 +69,11 @@ public class SerializableImage implements Serializable {
|
||||
}
|
||||
|
||||
public BufferedImage getBufferedImage() {
|
||||
try {
|
||||
/*try {
|
||||
ImageIO.write(image, "png", new File("c:\\10\\x\\imageid" + String.format("%03d", imageid++) + ".png"));
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(BitmapExporter.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
}*/
|
||||
return image;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user