Tested tool guide
Tested browser tools
Checked August 16, 2026
What Presentation Slide Image Sizer does, with a checked example
Resizes an image file so its pixel dimensions match a presentation slide: pick 16:9 (widescreen) or 4:3, and the tool returns the image re-encoded at the slide's standard size, ready to fill the frame edge to edge. The arithmetic happens in the browser, so the file never leaves your machine. The thing people trip over first: a slide ratio is a shape, not a size, and an image whose shape differs cannot be fixed by scaling alone. The tool either crops the overflowing edge or adds bars, and which one you get changes the picture.
Worked example
A concrete input and expected output from the current implementation.
Input
A photo 3840x2160 pixels (4K, 16:9), target: 16:9 slide at 1920x1080.
->
Expected output
The photo re-encoded at 1920x1080 pixels, composition unchanged.
The source is already 16:9, and the scale factor is 0.5 on both axes (1920/3840 and 1080/2160 both equal 0.5), so the result is a straight half-scale re-encode. No crop or bars are needed because the shapes match; only the pixel dimensions change.