mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 03:45:40 +01:00
moving things around, disable setting dpi by default
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user