static BufferedImage loadPreviewImageWithExactHeight(int h, File f) { ret scaleBufferedImageToHeight(h, loadBufferedImage(f)); }