How resizing works in your browser
Your file is read and resampled entirely in your browser tab — no pixel of your photo is sent to a server. To verify: open your browser's DevTools, go to the Network tab, upload an image, and click Resize. You will see the page load its tools but zero requests carrying your file. Once the resized image is ready, it downloads directly from your browser as a file. Nothing is stored anywhere.