There's always a way, take a look at the Thumbnailator library, do exactly what you need and do not write too much code.
Example:
Thumbnails.of(new File("imagem.jpg")) .size(500, 500) .toFile(new File("nova_imagem.jpg"));