< prev index next >

test/javax/imageio/plugins/shared/BitDepth.java

Print this page

        

@@ -114,11 +114,11 @@
         "BYTE_INDEXED"
     };
 
     private int width = 80;
     private int height = 80;
-    private String[] format = { "png", "jpeg" };
+    private String[] format = { "png", "jpeg", "tif" };
 
     public BitDepth(String[] args) throws IOException {
         if (args.length > 0) {
             format = args;
         }
< prev index next >