moving things around, disable setting dpi by default

This commit is contained in:
Ben Fry
2013-05-04 11:40:23 -04:00
parent 61e0716492
commit 84ff67e40e
2 changed files with 20 additions and 20 deletions

View File

@@ -3122,7 +3122,9 @@ public class PImage implements PConstants, Cloneable {
}
if ((writer = imageioWriter("png")) != null) {
param = writer.getDefaultWriteParam();
metadata = imageioDPI(writer, param, 100);
if (false) {
metadata = imageioDPI(writer, param, 100);
}
}
if (writer != null) {
BufferedOutputStream output =