morphshape rendering fix (but still wrong)

This commit is contained in:
Honfika
2014-01-29 23:47:11 +01:00
parent 59b1327a72
commit ed05bf3cf1
9 changed files with 132 additions and 81 deletions

View File

@@ -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;
}