773618713
Results
1
issues of
773618713
```java final boolean isBMP = "bmp".equalsIgnoreCase(imageFormat); final BufferedImage bufferedImage = getBufferedImage(isBMP ? BufferedImage.TYPE_INT_RGB : BufferedImage.TYPE_INT_ARGB); ``` Using the above code to convert jpg images, it looks like the image will...