How do I properly load a BufferedImage in java? June 11, 2023 by Tarik Use ImageIO.read() instead: BufferedImage img = ImageIO.read(url);