< prev index next >

test/javax/imageio/MultiReadTest.java

Print this page

        

*** 50,60 **** private static final int height = 200; private static final int max = 5; public static void main(String[] args) throws IOException { ! final String[] formats = { "bmp", "png", "gif", "jpg" }; for (String f : formats) { test(f); } } --- 50,60 ---- private static final int height = 200; private static final int max = 5; public static void main(String[] args) throws IOException { ! final String[] formats = { "bmp", "png", "gif", "jpg", "tif" }; for (String f : formats) { test(f); } }
< prev index next >