在使用Java的BufferedImage处理图片的时候,需要使用ImageIO读入图片文件: BufferedImage bufferedImage = ImageIO.read(new File("/path/to/image.jpg")); 发现就最开始读入的时候,报错: Exception in thread "main" javax.imageio.IIOException: Unsupported Image Type at java.desktop/com.sun.imageio.plugins.jp…