< prev index next >
test/javax/imageio/plugins/shared/BitDepth.java
Print this page
*** 114,124 ****
"BYTE_INDEXED"
};
private int width = 80;
private int height = 80;
! private String[] format = { "png", "jpeg" };
public BitDepth(String[] args) throws IOException {
if (args.length > 0) {
format = args;
}
--- 114,124 ----
"BYTE_INDEXED"
};
private int width = 80;
private int height = 80;
! private String[] format = { "png", "jpeg", "tif" };
public BitDepth(String[] args) throws IOException {
if (args.length > 0) {
format = args;
}
< prev index next >