How to resize image online in your browser
Upload image to the resize tool and the browser reads it via the File API. No pixel of your photo is sent to a server: this is a free online resize tool that runs entirely on your device. Open DevTools, switch to Network, upload image, click Resize. The page loads tool code but zero requests carry your image. Result downloads straight as a file. The resampling uses a Lanczos filter with adaptive sharpening, the same approach professional editors use to resize image content for print and web.