Java: Detecting image format, resize (scale) and save as JPEG
- by BoDiE2003
This is the code I have, it actually works, not perfectly but it does, the problem is that the resized thumbnails are not pasting on the white Drawn rectangle, breaking the images aspect ratio, here is the code, could someone suggest me a fix for it, please?
Thank you
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.Image;…